Minimal PyPI Package Example
Project description
# min-pypi-hello
A minimalist example of PyPI packaging.
( [view on pypi](https://pypi.python.org/pypi?name=minpypihello&version=1.0&:action=display) )
* A module of called `minpypihello` that you can import and print a helloworld.
* A script that can be executed directly to print a helloworld message.
## Distribute to PyPI
Register: Use `python setup.py register` and go through the procedure as prompt.
Build source archive: `python setup.py sdist`.
Upload: `python setup.py upload`.
[more info.](http://docs.python.org/2/distutils/packageindex.html)
## Reference
* distutils:
<http://docs.python.org/2/distutils/>
* A list of package metadata:
<http://docs.python.org/2/distutils/setupscript.html#additional-meta-data>
A minimalist example of PyPI packaging.
( [view on pypi](https://pypi.python.org/pypi?name=minpypihello&version=1.0&:action=display) )
* A module of called `minpypihello` that you can import and print a helloworld.
* A script that can be executed directly to print a helloworld message.
## Distribute to PyPI
Register: Use `python setup.py register` and go through the procedure as prompt.
Build source archive: `python setup.py sdist`.
Upload: `python setup.py upload`.
[more info.](http://docs.python.org/2/distutils/packageindex.html)
## Reference
* distutils:
<http://docs.python.org/2/distutils/>
* A list of package metadata:
<http://docs.python.org/2/distutils/setupscript.html#additional-meta-data>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
minpypihello-1.1.tar.gz
(1.2 kB
view details)
File details
Details for the file minpypihello-1.1.tar.gz.
File metadata
- Download URL: minpypihello-1.1.tar.gz
- Upload date:
- Size: 1.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
584a33045e48e319eba7d9e54e3ef11565497cbdf1cbb8d717ece1e72d17172c
|
|
| MD5 |
99d97eaef2df91e73854defcaed9204f
|
|
| BLAKE2b-256 |
bf8a4f7cf909dc2b52cd7ea865dfb2618f249e7ac6612ab5dbc6bbdbe354f853
|