template-python-pkg
Developing
# install with development dependencies
pip install -e .[dev]
# or install from requirements file
pip install -r requirements/dev.txt
Testing
# run all tests, see pytest section of pyproject.toml
pytest
# run specific marks
pytest -m ex2
# stop on first failure, drop into debugger
pytest -x --pdb
Setting version number
# set version number
git tag v0.0.1
# (optional) push to github
git push origin --tags
# check version
python -m setuptools_scm
Release files for lahman 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lahman-0.0.1.tar.gz | 9.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lahman-0.0.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 19.3 MB
Release files / lahman-0.0.1.tar.gz
| Download URL | lahman-0.0.1.tar.gz |
|---|---|
| Size | 9.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0d20decf8d64790d8edd2baefde0b24fc8fc413545852b889db61d227f8eda8e
|
|
BLAKE2b-256 checksum How to use checksums |
5726b4f3631758ecd46334b5986927f048e0f6ce7c6816d2a928a3f385b7ef82
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
|
Release files / lahman-0.0.1-py2.py3-none-any.whl
| Download URL | lahman-0.0.1-py2.py3-none-any.whl |
|---|---|
| Size | 9.6 MB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
7d6d7fe69e2e1b43c43e3c6c1dd1d13554213e640dbb28eacb743b8f4f7e631b
|
|
BLAKE2b-256 checksum How to use checksums |
955e5b39f7d272734adcfccbf996897fc6adcfae6473f4b41cb24d0949b7983d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7
|