A sample PyPI package
Project description
hello-pypi
Just seeing how to publish and version libraries for PyPI
python -m venv myvenv
source myvenv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
python setup.py sdist bdist_wheel
twine upload dist/*
python -m venv myvenv_test
source myvenv_test/bin/activate
python -m pip install --upgrade pip
pip install ./dist/mylibrary-0.1-py3-none-any.whl
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.tar.gz
(5.9 kB
view hashes)
Built Distribution
Close
Hashes for markslibrary-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 811d936423835af642af22c01a94091e187573eb24885b6183acff8aa7266020 |
|
MD5 | cec339d12c404181df13f30e74274bcc |
|
BLAKE2b-256 | f1980d1af497bef5b9035b55648241ee891c0a5c6997a8a8863b2d1c9c4b94b7 |