Metadata-Version: 2.1
Name: mathician
Version: 1.7.0
Summary: Mathician is a math package that uses the math library (some of it) and built with Python math classes.
Author-email: Arjun Sharda <sharda.aj17@gmail.com>
License: MIT License
        
        Copyright (c) 2022 ajsharda17
        
        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.
        
Project-URL: Homepage, https://github.com/ArjunSharda/Mathician
Project-URL: Bug Tracker, https://github.com/ArjunSharda/Mathician/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Mathician
<img height="200" width="200" src="https://cdn.discordapp.com/attachments/980115259534749746/984839027398160394/Untitled.png"/>


[![Top Language](https://img.shields.io/github/languages/top/ArjunSharda/Mathician)](https://python.org)
[![License](https://img.shields.io/github/license/ajsharda17/Mathician?color=l&label=License)](https://github.com/ArjunSharda/Mathician/blob/latest-public-release/LICENSE)
[![GitHub commit activity (per year)](https://img.shields.io/github/commit-activity/y/ArjunSharda/Mathician)](https://github.com/ArjunSharda/Mathician/commits/latest-public-release)
![Total GitHub Contributors](https://img.shields.io/github/contributors/ArjunSharda/Mathician?label=total%20contributors)

Mathician is a math package that uses the math library (some of it) and is built with Python math functions. It is created by Arjun Sharda, and it is one simple python package that can be used, although basic and is great for starters who are learning how to use PyPi.

Mathician is open-sourced and is free for everyone to use, fork, etc, under the [MIT License as defined in the LICENSE file](https://github.com/ArjunSharda/Mathician/blob/latest-public-release/LICENSE)
In short, Mathician is a basic math package some basic math features and uses the math library. It is a python package created by Arjun Sharda and can be installed with the PyPi package manager.

**Installation**
```
# MacOS / Linux (via Terminal)
python3 -m pip install -U mathician

# Windows (via CMD Prompt)
py -3 -m pip install -U mathician
```
**Changelog**

Version 1.5.0

+ Code rewrite for publishing with PyPi


**Quickstart**
```python
import mathician
print(mathician.add(100, 2))
```

Take a look at more examples in the [examples](https://github.com/ArjunSharda/Mathician/tree/latest-public-release/examples) folder!
