Metadata-Version: 2.1
Name: Silence
Version: 0.3.0
Summary: An educational API+Web framework.
Home-page: http://github.com/agu-borrego/Silence
Author: Agustín Borrego
Author-email: borrego@us.es
License: MIT
Platform: UNKNOWN
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
Requires-Dist: dload (==0.6)
Requires-Dist: Flask (==1.1.2)
Requires-Dist: PyMySQL (==0.9.3)
Requires-Dist: Werkzeug (==1.0.1)
Requires-Dist: itsdangerous (==1.1.0)
Requires-Dist: pypika (==0.37.7)

# Silence: An educational framework for deploying RESTful APIs and Web applications. [![Build Status](https://travis-ci.org/agu-borrego/Silence.svg?branch=master)](https://travis-ci.org/agu-borrego/Silence) [![PyPi version](https://pypip.in/v/silence/badge.png)](https://pypi.org/project/Silence/)

Work in progress.

# Changelog
See [CHANGELOG.md](https://github.com/agu-borrego/Silence/blob/master/CHANGELOG.md)

## Disclaimer
Silence has been designed and built with educational-only purposes in mind. It makes no specific efforts to ensure neither efficiency nor security. It should **NOT** be used in a production environment of any kind.

## License
MIT License


