A Python library to determine if something is a number.
Installation
pip install is-number-priyatham
Developing
This project uses black to format code and flake8 for linting. We also support pre-commit to ensure these have been run. To configure your local environment please install these development dependencies and set up the commit hooks.
$ pip install black flake8 pre-commit
$ pre-commit install
Testing
This project uses pytest to run tests and also to test docstring examples.
Install the test dependencies.
$ pip install -r requirements_test.txt
Run the tests.
$ pytest
=== 3 passed in 0.13 seconds ===
# Set next version number
export RELEASE=x.x.x
# Create tags
git commit --allow-empty -m "Release $RELEASE"
git tag -a $RELEASE -m "Version $RELEASE"
# Push
git push upstream --tags
Release files for is-number-priyatham 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| is-number_priyatham-0.0.2.tar.gz | 21.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| is_number_priyatham-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.8 kB
Release files / is-number_priyatham-0.0.2.tar.gz
| Download URL | is-number_priyatham-0.0.2.tar.gz |
|---|---|
| Size | 21.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fee09d733bdad5f1447c4e77f23b56d13640e24abf8e04cd21bd18c593c2a1e1
|
|
BLAKE2b-256 checksum How to use checksums |
fdd32141d9571df47f7142efd0e205952a2c2872dd9b18209e8602aac1f83882
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.12
|
Release files / is_number_priyatham-0.0.2-py3-none-any.whl
| Download URL | is_number_priyatham-0.0.2-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fb9863f9c4b02a04e6c8e12c42221eca5e13e80f4e752caf62dbf21c2b9b88cf
|
|
BLAKE2b-256 checksum How to use checksums |
aa0be674330e4d04e48afb6eee495357e674df73d7a0246d6eb088a69b4f1950
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.12
|