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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ablilcalculator-0.0.3.tar.gz.
File metadata
- Download URL: ablilcalculator-0.0.3.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5da7ae2cb149068b60953d6449c26bbf41b1e678e70cfdb273951c48a4ca6255
|
|
| MD5 |
00734a7a631d39bc618e366990233a3a
|
|
| BLAKE2b-256 |
862136444687153b8bb20d1de59868cebf2663954d816432c9910e6ae79af978
|
File details
Details for the file ablilcalculator-0.0.3-py3-none-any.whl.
File metadata
- Download URL: ablilcalculator-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5d7555306a146cf8db84ee40cdf2ad7135a9a700e339bbf1a68f4f57b24226f
|
|
| MD5 |
bad6fad6e94b1d4b6c870178a2555ed4
|
|
| BLAKE2b-256 |
4f477a646798695a1769cd2beefd057ba59df8954014e8f35b212cb835f61ad0
|