A package calculate basic numerical operations on a single number
Project description
Kalna 0.0.2
Documentation
Kalna is a powerful Automated Machine Learning python library. It provides the following features:
- Fast reading and distributed data preprocessing/cleaning/formatting
Installation
To install via pip
use:
pip install kalna
Basic Usage
The usage of the wrapper is very easy. It does not require any initialisation. Just import and start coding:
from kalna import calculate
#Calculate the Square of a Number
print(calculate.calculateSquare(8))
# 64
#calculate th Cube Of a Number
print(calculate.calculateCube(3))
# 27
#reading teh dataset
dataset = read_data('file_path')
#Showing Selected records
show_data(data,no_of_records)
Local Testing
Configuring Setup.py file
python setup.py install
Configuring Wheel file
pip install wheel
python setup.py bdist_wheel
Local System chacking
pip install kalna
Uploading Packages to test.pypi Repository
pip install twine
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
Uploading Packages to Pypi Original repository
twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
kalna-0.0.3-py3.8.egg
(5.5 kB
view details)
kalna-0.0.3-py3-none-any.whl
(4.1 kB
view details)
File details
Details for the file kalna-0.0.3-py3.8.egg
.
File metadata
- Download URL: kalna-0.0.3-py3.8.egg
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9693034b26d177696e8a18d9e370242f4692a69fa70dd2409cc257565f857ab7 |
|
MD5 | 07dd6e497e9f3d22cf728387f64fe444 |
|
BLAKE2b-256 | 6ab8c32ab759d8f96eb4912d305c4b179d962fd08ef78713337ce94be1f5a632 |
File details
Details for the file kalna-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: kalna-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a85655274bb775b097c0d4048f203ce877ab79575ea320ce3835e421f6628696 |
|
MD5 | 10cbcb24b65319d5ac761a780fe4a493 |
|
BLAKE2b-256 | 29055f9f92695092a7c2a525682425c37d201a383a4373c521974f500bd463ad |