A sample PyPI package
Project description
hello-pypi
Just seeing how to publish and version libraries for PyPI
Development
python -m venv myvenv
source myvenv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
Build Wheel
bash build.sh
Integration Test (local wheel build)
bash build.sh
Publish to PyPI
Make sure to bump version in setup.py
twine upload dist/*
Prod test PyPI
twine upload dist/*
python -m venv myvenv_test
source myvenv_test/bin/activate
python -m pip install --upgrade pip
pip install ./dist/markslibrary-0.1-py3-none-any.whl
python -m venv myvenv_prod
source myvenv_prod/bin/activate
python -m pip install --upgrade pip
pip install markslibrary
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
markslibrary-0.1.2.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for markslibrary-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6ef26b5521bd29c0a78077d3518838b31239113c8e3e92712a6cf6a9f08c990 |
|
MD5 | 0a04e720e459ff4021b214c06da629e7 |
|
BLAKE2b-256 | 4cc69b91ece94e9402ec23b684e457aa6a14c54db8edd9ec60b407f981ad8077 |