Metadata-Version: 2.1
Name: navigator-api
Version: 2.3.18
Summary: Navigator Web Framework based on aiohttp, with batteries included.
Home-page: https://github.com/phenobarbital/navigator
Author: Jesus Lara
Author-email: jesuslarag@gmail.com
License: BSD
Project-URL: Source, https://github.com/phenobarbital/navigator
Project-URL: Funding, https://paypal.me/phenobarbital
Project-URL: Say Thanks!, https://saythanks.io/to/phenobarbital
Platform: POSIX
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Provides-Extra: locale
Provides-Extra: memcache

# Navigator (Framework)

Navigator Framework (API) is a next-generation framework to build Asynchronous APIs.
The main goal of Navigator is to provide data sources to Navigator-Next (FrontEnd Web App).

## Quickstart ##

(TODO for installation using pip)

## Dependencies ##

 * aiohttp (Asyncio Web Framework and Server)
 * NavConfig (Configuration Management)
 * AsyncDB (Database connections)

### Getting Started ###

* Installation
* Configuration
* Database configuration
* How to run tests
* Deployment instructions

### Requirements ###

* Python >= 3.8
* asyncio (https://pypi.python.org/pypi/asyncio/)
* aiohttp >= 3.8.0

### Contribution guidelines ###

Please have a look at the Contribution Guide

* Writing tests
* Code review
* Other guidelines

### Who do I talk to? ###

* Repo owner or admin
* Other community or team contact

### License ###

Navigator is licensed under BSD license.


