Metadata-Version: 2.4
Name: cubomath
Version: 0.1.1
Summary: CuboMath – a beginner-friendly open-source Python math library built by the community.
Author: S Vasanth
License: MIT License
        
        Copyright (c) 2026 Vasanth S
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# CuboMath

![CuboMath Banner](assets/CuboMath.gif)

CuboMath is an open-source Python mathematics library built as a playground for mathematical ideas.

It is a place where contributors can bring interesting math functions, clever shortcuts, elegant formulas, and creative approaches to problem solving — all implemented cleanly in Python.

CuboMath is not just about results. It is about how the math is done.

The project is designed around a simple idea:
math wizards write the spells, and math nerds learn and use them.

CuboMath welcomes:

Contributors who enjoy turning mathematical ideas into clean code

Students who want to understand math by reading real implementations

Developers who appreciate elegant formulas and smart shortcuts

Anyone who enjoys experimenting with “cool math stuff”

Rather than being a heavy or purely academic library, CuboMath focuses on:

Readable implementations

Clear mathematical intent

Educational value

Creative and interesting math techniques

Every function in CuboMath should feel like a small spell — concise, intentional,
and powerful — written to be understood, not just executed.

At its core, CuboMath is a collaborative space where mathematical creativity
meets open-source contribution.

## Installation

CuboMath can be installed using pip.

```bash
pip install cubomath
```

## Quick example:
```python
from cubomath import fibonacci

print(fibonacci(70))
#output:190392490709135
```

## Contributing:

Contributions are very welcome  
Take the potions class in **CONTRIBUTING.md** before diving in!

## License

MIT License © 2026 Vasanth
