Metadata-Version: 2.1
Name: disnake-ext-invitetracker
Version: 0.0.2
Summary: A module that allows you to track invitations
Home-page: https://github.com/LukeFokin/disnake-ext-invitetracker
Author: Lukef
License: Apache Software License
Project-URL: Source, https://github.com/LukeFokin/disnake-ext-invitetracker
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Communications
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: docs
License-File: LICENSE

# disnake-ext-invitetracker

[![PyPI version info](https://img.shields.io/pypi/v/disnake-ext-invitetracker.svg)](https://pypi.python.org/pypi/disnake-ext-invitetracker)

## About

A module that allows you to track invitations

## Installation

**Python 3.8 or higher is required**

It is necessary to first install [Disnake](https://github.com/DisnakeDev/disnake)

Then install the extension by running one of the following commands:

```py 
# Linux/macOS
python3 -m pip install -U disnake-ext-invitetracker

# Windows
py -3 -m pip install -U disnake-ext-invitetracker
```

## Links

- [Usage Examples](https://github.com/LukeFokin/disnake-ext-invitetracker/tree/main/examples)
- [Disnake Server](https://discord.gg/disnake)

## License

Copyright (c) 2022 Lukef  
