Metadata-Version: 2.1
Name: roamrs
Version: 0.2.0
Summary: A package to allow you to make REST APIs easy
Home-page: https://github.com/Roam-gg/RestCore
Author: Yui Yukihira
Author-email: yuiyukihira@pm.me
License: GPLv3
Keywords: roamrs roam.gg roam rest api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Requires-Dist: aiohttp
Requires-Dist: PyJWT[crypto]
Requires-Dist: neomodel
Requires-Dist: uvloop

# RestCore [![CircleCI](https://circleci.com/gh/Roam-gg/RestCore.svg?style=svg)](https://circleci.com/gh/Roam-gg/RestCore) [![codecov](https://codecov.io/gh/Roam-gg/RestCore/branch/develop/graph/badge.svg)](https://codecov.io/gh/Roam-gg/RestCore)
This repository is designed to make developing REST API server, simpler.



