Metadata-Version: 2.1
Name: onenonly
Version: 0.3
Summary: A python library
Home-page: https://github.com/Sahil-Rajwar-2004/One-n-Only
Author: Sahil Rajwar
Project-URL: Source, https://github.com/Sahil-Rajwar-2004/One-n-Only
Project-URL: Bug Reports, https://github.com/Sahil-Rajwar-2004/One-n-Only/issues
Keywords: math library numpy-alternative sci-calc calc
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas

# One-n-Only
A python library that is very helpful to dealing with maths, statistics, matrices and data structures

## Installation
```bash
pip install onenonly
```
### [PyPI](https://pypi.org/project/onenonly/)


# Modules
***`onenonly.areas`*** Areas of different geometric shapes  
***`onenonly.const`*** Constants  
***`onenonly.data_toolkit`*** Data Fetching and Data Manipulation  
***`onenonly.LinkedList`*** Storing elements and numbers in a dynamic array  
***`onenonly.List`*** Maths operations for Lists  
***`onenonly.maths`*** Mathematics operations  
***`onenonly.matrix`*** Maths operation for 2d Array  
***`onenonly.number`*** Number for storing int and float  
***`onenonly.perimeter`*** Perimeter of different geometric shapes  
***`onenonly.queue`*** Storing data using data structure called queues  
***`onenonly.search`*** Search an element using different searching algorithm  
***`onenonly.sort`*** Sort an array in ascending or descending order in an array  
***`onenonly.stack`*** Stort data using stack data struture  
***`onenonly.stats`*** Statistics computation  
***`onenonly.utils`*** Other utilities  
***`onenonly.vector`*** Vector calculations  

## License
This library is provided under the MIT License. See the [LICENSE](https://github.com/Sahil-Rajwar-2004/One-n-Only/blob/master/LICENSE) file for more details.

## Contact
For contributions to this reference, please contact Sahil Rajwar at [issues](https://github.com/Sahil-Rajwar-2004/One-n-Only/issues/).
