Metadata-Version: 2.1
Name: theeverythinglibrary
Version: 0.2.0
Summary: Library with a module for almost everything
Home-page: https://github.com/RobertArnosson/TheEverythingLibrary
Author: Robert Arnorsson
Project-URL: Bug Reports, https://github.com/RobertArnosson/TheEverythingLibrary/issues
Project-URL: Source, https://github.com/RobertArnosson/TheEverythingLibrary
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# The Everything Library

![Version](https://img.shields.io/badge/version-0.2.0-blue)
![Python](https://img.shields.io/badge/python-3.9%2B-green)

## Description 
This Python Library will have a LOT of different helper functions and classes that you can use for your own projects.

# Installation
How to install the library 
```bash
pip install theeverythinglibrary
```

# Features
## Current features
### Encryption
- Symmetric encryption
- Asymmetric encryption
- Full key management

### Encoding
- Base64 encoding and decoding
- Hex encoding and decoding
- Binary encoding and decoding

# History

0.0.1 (2023-08-26)
------------------

* Public on PyPi (pip install the-everything-library)

0.0.2 - 0.0.7 (2023-08-26)
------------------

* Fixing import

0.1.0 (2023-08-26)
------------------

* Fixed import
* Added math functions
* Added sorting algorithms

0.2.0 (2023-08-27)
------------------

* Added more math functions
* Added file managment
* Reworked error handling

