Metadata-Version: 2.1
Name: shortipy
Version: 1.1.1
Summary: Shortipy is a RESTful Web API, written in Python language and based on the Flask micro-framework, designed to manage shortened links.
Home-page: https://github.com/CoffeePerry/shortipy
License: GPL-3.0
Keywords: shortipy,url,shortener
Author: Simone Perini
Author-email: perinisimone98@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Communications
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Dist: flask (>=2.2.2,<3.0.0)
Requires-Dist: flask-redis (>=0.4.0,<0.5.0)
Project-URL: Repository, https://github.com/CoffeePerry/shortipy
Description-Content-Type: text/markdown

![shortipy logo](https://github.com/CoffeePerry/shortipy/blob/main/art/shortipy.png?raw=true)

![GitHub release (latest by date)](https://img.shields.io/github/v/release/CoffeePerry/shortipy)
![PyPI](https://img.shields.io/pypi/v/shortipy?logo=PyPI&logoColor=white)
![PyPI - Status](https://img.shields.io/pypi/status/shortipy)

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/shortipy?logo=Python&logoColor=white)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/shortipy)

[![Flask](https://img.shields.io/badge/framework-Flask-black?logo=Flask&logoColor=white)](https://github.com/pallets/flask/)

[![GitHub license](https://img.shields.io/github/license/CoffeePerry/shortipy)](https://github.com/CoffeePerry/shortipy/blob/master/LICENSE)

[![GitHub issues](https://img.shields.io/github/issues/CoffeePerry/shortipy)](https://github.com/CoffeePerry/shortipy/issues)

# shortipy

**Shortipy** is a *RESTful Web API*, written in *Python* language and based on the *Flask* micro-framework, designed to manage shortened links. 

