Metadata-Version: 2.1
Name: libsodium
Version: 2.4.0
Summary: A simple web framework
Home-page: https://libsodium.readthedocs.io/en/latest/
Author: Ahsan Ahmed
Author-email: ahsan.ahmed3246@gmail.com
Project-URL: Docs, https://libsodium.readthedocs.io/en/latest/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Sodium v2.40
[![Documentation Status](https://readthedocs.org/projects/libsodium/badge/?version=latest)](https://libsodium.readthedocs.io/en/latest/?badge=latest)
![PyPI](https://img.shields.io/pypi/v/libsodium)

Sodium is a WSGI web framework(like django) that is built for creating API's.
# Instalation
Linux/Mac OS:
```
pip3 install libsodium
```
Windows:
```
pip install libsodium
```

# Documentation
Read our Documentation at <a>https://libsodium.readthedocs.io/en/latest/</a>
