https://github.com/uranusjr/long-live-pypi
A short talk for Taipei.py.
https://github.com/uranusjr/long-live-pypi
documentation
Last synced: 11 months ago
JSON representation
A short talk for Taipei.py.
- Host: GitHub
- URL: https://github.com/uranusjr/long-live-pypi
- Owner: uranusjr
- Created: 2018-03-28T19:31:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:20:26.000Z (over 3 years ago)
- Last Synced: 2025-03-21T01:24:52.455Z (over 1 year ago)
- Topics: documentation
- Language: Python
- Homepage: https://long-live-pypi.netlify.com/
- Size: 325 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=============================
PyPI Is Dead. Long Live PyPI.
=============================
A short talk for Taipei.py.
.. raw:: html
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
------------
* Python 3.6
* Pipenv_
.. _Pipenv: https://docs.pipenv.org
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``.
