Metadata-Version: 2.1
Name: Pyttman
Version: 1.1.5
Summary: The virtual assistant framework made for developers with ideas
Home-page: https://github.com/dotchetter/Pyttman
Author: Simon Olofsson
Author-email: dotchetter@protonmail.ch
License: MIT
Project-URL: Bug Tracker, https://github.com/dotchetter/Pyttman/issues
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: multidict
Requires-Dist: pytz
Requires-Dist: discord
Requires-Dist: requests
Requires-Dist: py7zr
Requires-Dist: ordered-set

# Pyttman 
![Logo image](.github/cover.png)
## The digital assistant framework made for developers with ideas

Welcome to Pyttman's GitHub repo!

Check out the Pyttman [Wiki](https://github.com/dotchetter/Pyttman/wiki) for everything related to Pyttman. There you will find help with [installation](https://github.com/dotchetter/Pyttman/wiki/Installation), quickstart guide and API documentation.

### Contributions

Contributions are more than welcome - write your PR in a branch named 'contribution-<my_contrib>' ideally.


### Open source notices
On behalf of the Pyttman dev team, thank you to all developers who worked on the following dependencies:

* Pyttman uses [Py7zr](https://github.com/miurahr/py7zr) for extractions 
* Pyttman uses [MultiDict](https://github.com/aio-libs/multidict) in its scheduler API 
* Pyttman uses [pytz](https://pythonhosted.org/pytz/) for timezones
* Pyttman uses [requests](https://docs.python-requests.org/en/master/) in tools offering easier API integration
* Pyttman uses [discord.py](https://github.com/Rapptz/discord.py) when adding support for native development of apps integrated with the [Discord](https://discord.com/) platform. discord.Client and discord.Message are subclassed. 



