A simple package calculating values for a simgle number and created in my Udemy course
Project description
NumData Documentation
Installation
numdata can be installed using python pip. The package is hosted on PYPI and PYPI-test
pip install numdata
Usage
Initialization is not required for using methods in numdata
from numdata import calculate
# Calculate square of a number
print(calculate.calculateSquare(8))
# 64
# Calculate cube of a number
print(calculate.calculateCube(8))
# 512
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
numdata-2.0.0.tar.gz
(1.5 kB
view details)
Built Distribution
File details
Details for the file numdata-2.0.0.tar.gz
.
File metadata
- Download URL: numdata-2.0.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.10.0 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a73079c88776b77678a5dae95c31113340b6ac631345282c4c37e8060849f6f |
|
MD5 | 3b4573c90b1d8396cd22585460430013 |
|
BLAKE2b-256 | 57386058724d2f49ef538f94a85b9a682401ec2ec60ba8b0537e4ddc92fcbe94 |
File details
Details for the file numdata-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: numdata-2.0.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.10.0 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73002f15f4cc6364e95d8a5280839edb521a2fd8520d6ae7b5c988c6197f75a4 |
|
MD5 | 73d0da56964df29c87b03b170f3dcf62 |
|
BLAKE2b-256 | c311cc4f1a3f57cf7799df77524adea1ab7134d49d63063aff74edb9a38700ca |