Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uranusjr/long-live-pypi
A short talk for Taipei.py.
https://github.com/uranusjr/long-live-pypi
documentation
Last synced: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:20:26.000Z (about 2 years ago)
- Last Synced: 2024-10-14T19:41:50.308Z (3 months ago)
- Topics: documentation
- Language: Python
- Homepage: https://long-live-pypi.netlify.com/
- Size: 325 KB
- Stars: 0
- Watchers: 3
- 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``.