Metadata-Version: 2.1
Name: aegir-parser
Version: 0.1.2
Summary: A discord bot parser with various utility..
Author: Skelmis
Author-email: ethan@koldfusion.xyz
Project-URL: Support server, https://discord.gg/BqPNSH2jPg
Project-URL: Issue tracker, https://github.com/Skelmis/Aegir/issues
Project-URL: Homepage, https://github.com/Skelmis/Aegir
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Aegir

Aegir (Pronounced a-gur) is an auto-migration tool for migrating nextcord bots using version 2 over to version 3.

#### Formatting Errors

`.errors` will currently handle and fix the following:

- `event` decorators being called
- `listen` decorators not being called

Runs on Python 3.10.
