Metadata-Version: 2.1
Name: pycalculation
Version: 0.1.1
Summary: A Python package for calculating
Home-page: https://www.github.com/leoarayav/pyclc
Author: Leo Araya
License: MIT
Keywords: pyclc,python,calculator,maths,physics,astrology,package
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# pyclc
A smooth, lightweight and beautiful library for global calculation and more

```bash
pip install pyclc
```

## Features
Pycalculation contains the following available modules:
- Math
- Physics
- Geometry
- **General** (which contains overall functions and calculations used)

## Usage
```python
from pyclc import Math

math = Math()

print(math.permutation(5, 2))
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
