Metadata-Version: 2.1
Name: PythonFunctions
Version: 1.3.1
Summary: A list of functions ready to install and use.
Author: Dragmine149
Project-URL: Homepage, https://github.com/FunAndHelpfulDragon/python-Functions/
Project-URL: Bug Tracker, https://github.com/FunAndHelpfulDragon/python-Functions/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: LICENCE
Requires-Dist: colorama
Requires-Dist: readchar
Requires-Dist: requests
Requires-Dist: Deprecated
Provides-Extra: encryption
Requires-Dist: cryptography (>=38.0.3) ; extra == 'encryption'
Provides-Extra: google
Requires-Dist: google-api-python-client ; extra == 'google'
Requires-Dist: google-auth-httplib2 ; extra == 'google'
Requires-Dist: google-auth-oauthlib ; extra == 'google'
Provides-Extra: tools
Requires-Dist: pytest (>=7.2.0) ; extra == 'tools'
Requires-Dist: pytest-repeat (>=0.9.1) ; extra == 'tools'
Requires-Dist: pylint (>=2.15.5) ; extra == 'tools'

# Functions

This is a gigantic folder, with multiple functions for multiple use cases. The only folder that you will need, is [PythonFunctions](./src/PythonFunctions/).

## Documentation

Every file has it own documentation, which can be found here: [Documentation](https://python-functions.readthedocs.io/en/latest/).

## Expanding

This file is still in development and more is to come! If you want to contribute, follow the same file structure and submit a pull request.
What you see now is not the final version.

## Contributing

Please read [Contributing.md](Contribution.md)

## Update Log

### 1.3.1

#### Added

- New required module `Deprecated`

#### Updated

- Colours documentation

#### Deprecated

- Colours.ConsoleFormat as Colorama is better.

### 1.3.0

#### Added

- Added Searching module.
- Added Searching Tests.
- Added Searching Documentation.

#### Changed

- Changed how update log are and layed out.

#### Removed

- Removed requirements.txt from source.

To view all updates, Please view [Updates](Updates/ReadMe.md)

## Credits

This project uses functions and modules from other people to run. Most of the modules have been auto imported (and kept up to date) but some require you to manually install them (check that module infomation).

### Colourama

[Github](https://github.com/tartley/colorama)
Brings colours to the terminal

### Readchar

[Github](https://github.com/magmax/python-readchar)
Taking an input straight away, instead of getting the user to press enter afterwards

### Cryptography

[Github](https://github.com/pyca/cryptography)
Encrypting and decrypting data. Quick and simple

### Requests

[Github](https://github.com/psf/requests)
Checking if you have the latest version
