A simple package calculating values for a single number and created in my Udemy course
Project description
NumData Documentation
Installation
gynumdata can be installed using python pip. The package is hosted on PyPI and PyPI-test
pip install gynumdata
Usage
Initialization is not required for using methods in numdata
from gynumdata import calculate
# Calculate square of a number
print(gynumdata.calculate.calculate_square(8))
# 64
# Calculate cube of a number
print(gynumdata.calculate.calculate_cube(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
gynumdata-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 gynumdata-0.0.3.tar.gz.
File metadata
- Download URL: gynumdata-0.0.3.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce1154139a63de86b8582797f9f718020f39feb7fbad6a4cc6f0c5e6fc51c3d3
|
|
| MD5 |
ca8e4e5e886bbb693ccbbeb9f093b665
|
|
| BLAKE2b-256 |
13e943535c075f8fd0c1c98ad6c245f8854ace9f4b3f9395a5c4994590032e3b
|
File details
Details for the file gynumdata-0.0.3-py3-none-any.whl.
File metadata
- Download URL: gynumdata-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95929c271f3a913821d7a1cadd6aa56466c1f66ce6c5ec1814071b0970283edf
|
|
| MD5 |
ed4470fd08803ea81ed565160a3e4c83
|
|
| BLAKE2b-256 |
b1881319cee609a37bacb110ff19f4238bea6d2666625cbbf0fd879d9df19643
|