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/*
Release files for ablilcalculator 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ablilcalculator-0.0.3.tar.gz | 1.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ablilcalculator-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.9 kB
Release files / ablilcalculator-0.0.3.tar.gz
| Download URL | ablilcalculator-0.0.3.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5da7ae2cb149068b60953d6449c26bbf41b1e678e70cfdb273951c48a4ca6255
|
|
BLAKE2b-256 checksum How to use checksums |
862136444687153b8bb20d1de59868cebf2663954d816432c9910e6ae79af978
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|
Release files / ablilcalculator-0.0.3-py3-none-any.whl
| Download URL | ablilcalculator-0.0.3-py3-none-any.whl |
|---|---|
| Size | 2.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f5d7555306a146cf8db84ee40cdf2ad7135a9a700e339bbf1a68f4f57b24226f
|
|
BLAKE2b-256 checksum How to use checksums |
4f477a646798695a1769cd2beefd057ba59df8954014e8f35b212cb835f61ad0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|