Metadata-Version: 2.1
Name: alexflipnote.py
Version: 4.0.0
Summary: An easy to use Python Wrapper for the AlexFlipnote API
Home-page: https://github.com/Soheab/alexflipnote.py
Download-URL: https://github.com/Soheab/alexflipnote.py/archive/refs/tags/v4.0.0.tar.gz
Author: Soheab
License: MPL-2.0
Project-URL: Discord, https://discord.gg/yCzcfju
Project-URL: Documentation, https://github.com/Soheab/alexflipnote.py/blob/master/start-docs.md
Project-URL: Issue tracker, https://github.com/Soheab/alexflipnote.py/issues
Keywords: alexflipnote,discord,api,wrapper,discord.py
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: aiohttp
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

[![Downloads Total](https://pepy.tech/badge/alexflipnote-py)](https://pepy.tech/project/alexflipnote-py)
[![Downloads Month](https://pepy.tech/badge/alexflipnote-py/month)](https://pepy.tech/project/alexflipnote-py)
[![Downloads Week](https://pepy.tech/badge/alexflipnote-py/week)](https://pepy.tech/project/alexflipnote-py)
[![PyPi Version](https://img.shields.io/pypi/v/alexflipnote.py.svg)](https://pypi.python.org/pypi/alexflipnote.py/)
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)

# AlexFlipnote.py

An easy-to-use Python Wrapper for the AlexFlipnote API

## Requirements

- Python 3.8 or above
- aiohttp (``python -m pip install -U aiohttp``)

## Installation

Install the package by doing one of the following commands:

**Using pip (recommended)**:

- `pip install alexflipnote.py -U`
- `python -m pip install alexflipnote.py -U`

## Documentation

See the full and detailed [docs here][docs]

## Links

[API][base_url] | [Changelogs][changelog] | [Examples][examples] | [Github][github] | [PyPi][pypi]

## Made by

This wrapper is made by **Soheab_#6240** (150665783268212746), DM me on Discord or join my server [here][discord_mine]
for anything related to this wrapper.

Join AlexFlipnote's server [here][discord_alexflipnote] to suggest or report anything on the API.

[docs]: start-docs.md
[changelog]: https://github.com/Soheab/alexflipnote.py/blob/master/changelog.md
[examples]: start-docs.md#examples
[base_url]: https://api.alexflipnote.dev
[github]: https://github.com/Soheab/alexflipnote.py
[pypi]: https://pypi.org/project/alexflipnote.py/
[discord_alexflipnote]: https://discord.gg/Alexflipnote
[discord_mine]: https://discord.gg/yCzcfju
