/long-live-pypi

A short talk for Taipei.py.

Primary LanguagePython

PyPI Is Dead. Long Live PyPI.

A short talk for Taipei.py.

Creative Commons License

This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License.

Build

This is a Sphinx document intended to be read in HTML form. Install dependencies, build the HTML, and open build/html/index.html to view.

Step by Step

If the previous section is too succinct for you.

Requirements

Setup

$ pipenv install --dev

Run live

$ pipenv run watch --open-browser

This should automatically build the HTML files, start an HTTP server to serve them, and open a browser window for you to view.

Build without live server

$ pipenv run build

This builds HTML files into build/html.