Metadata-Version: 2.1
Name: tnnt-discordbot-cogs
Version: 0.0.3
Summary: TN-NT customized cogs for aa-discordbot
Home-page: https://github.com/terra-nanotech/tn-nt-discordbot-cogs
Author: Peter Pfeufer
Author-email: development@ppfeufer.de
License: GPLv3
Project-URL: Issue / Bug Reports, https://github.com/terra-nanotech/tn-nt-discordbot-cogs/issues
Project-URL: Change Log, https://github.com/ppfeufer/aa-forum/blob/master/CHANGELOG.md
Project-URL: Git Repository, https://github.com/terra-nanotech/tn-nt-discordbot-cogs
Description: # Terra Nanotech Discordbot Cogs
        
        A collection of cogs for
        [AA-Discordbot](https://github.com/pvyParts/allianceauth-discordbot)
        
        
        ```shell
        pip install tnnt-discordbot-cogs
        ```
        
        In `local.py` right after `INSTALLED_APPS`:
        
        ```python
        # Terra Nanotech Discordbot Cogs
        INSTALLED_APPS += ["tnnt_discordbot_cogs"]
        ```
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
