Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

=============================
PyPI Is Dead. Long Live PyPI.
=============================

A short talk for Taipei.py.

.. raw:: html

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
------------

* 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``.