short description here
Project description
My python package
Get started
Pre-requisites
Install necessary dependencies for developement
pip install twine build setuptools
Develop
- Clone project and reset git history
git clone https://github.com/ablil/python-starter pypkg && cd pypkg && rm -rf .git && git init && git add . && git commit -m 'initial commit'
- Run your tests
Build and publish
- Build
rm -rf dist && python -m build
- Publish to TestPyPi
python -m twine upload --repository testpypi dist/*
- Publish to PyPi
python -m twine upload --repository testpypi dist/*
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
ablilcalculator-0.0.3.tar.gz
(1.7 kB
view hashes)
Built Distribution
Close
Hashes for ablilcalculator-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5d7555306a146cf8db84ee40cdf2ad7135a9a700e339bbf1a68f4f57b24226f |
|
MD5 | bad6fad6e94b1d4b6c870178a2555ed4 |
|
BLAKE2b-256 | 4f477a646798695a1769cd2beefd057ba59df8954014e8f35b212cb835f61ad0 |