A Python library to determine if something is a number.
Project description
A Python library to determine if something is a number.
Installation
pip install is-number
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 ===
Releasing
Releases are published automatically when a tag is pushed to GitHub.
# 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
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
is-number-0.0.3.tar.gz
(19.3 kB
view details)
Built Distribution
File details
Details for the file is-number-0.0.3.tar.gz
.
File metadata
- Download URL: is-number-0.0.3.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 384859a4ffd6dbbbb08cdc5d2f831498959f6b276a5228b9c511e4a96232344a |
|
MD5 | 128bd895f82e0cbf9a966ae0af2f0cfb |
|
BLAKE2b-256 | 951ec4a187224994cf7cc5699e4b85f9801aa818f7a0060197381ac76b744a62 |
File details
Details for the file is_number-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: is_number-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6dc2960001a2fc7299d14d3afa77827c91fa9dbae9007063289465768bdb9c0 |
|
MD5 | fe873a28e3d59198ee2e109b8fc74860 |
|
BLAKE2b-256 | 70350c876b444eefa7b22eff4c141859b423ce4b60ee8e96a48bfeed3432f422 |