Metadata-Version: 2.1
Name: YetAnotherModule
Version: 0.0.2
Summary: Yet Another Python Module.
Home-page: https://github.com/carson-coder/Yet-Another-Python-Module
Author: Carson
Author-email: carsondpool@gmail.com
License: LICENSE
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

## Yet Another Python Module (YAPM)
A module where I put random stuff. Feel free to update, add, or optimize stuff just keep the syntax the same.

Works with python 3.10>=

## Versions
versions go by w.x.y.z

w is the amount of big updates
x is the amount of middle updates
y is the amount of smaller updates
z is the amount of smallest updates. Like big fixes.

## Contributing
If you want to contribue fork this repo and make a pull request.
Make sure that your contribution

 - [ ] Keeps syntax the same (eg. function(a, b) should beable to be ran as function(a, b) without an error)
 - [ ] Useful
 - [ ] Doesn't make functions slower

## Downloading

Run `pip install YetAnotherModule` to download from pip

### Importing
```python
import YAPM
```

## Licence
This code is under the MIT licence. You can do whatever you want but I (Carson) am not liabile for anything that is done with this code.
