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

https://github.com/hustcc/pypi-demo

Just a simple pypi package code structure. You can use it to register pypi package name.
https://github.com/hustcc/pypi-demo

pip pypi pypi-demo pypi-packages python

Last synced: 14 days ago
JSON representation

Just a simple pypi package code structure. You can use it to register pypi package name.

Awesome Lists containing this project

README

        

# pypidemo

> Just a simple pypi package code structure. You can use it to **register pypi package** name.

## How to use

1. Clone the code into your folder.
2. Modify `setup.py`, and update the **PACKAGE_NAME** to yours.
3. Run `python setup.py sdist upload` to register the package name on pypi.org.

## LICENSE

MIT @[hustcc](https://github.com/hustcc).