Metadata-Version: 2.1
Name: navigator-api
Version: 1.0.3.dev0
Summary: Navigator Web Framework based on aiohttp, with batteries included.
Home-page: https://github.com/phenobarbital/navigator-api
Author: Jesus Lara
Author-email: jlara@trocglobal.com
License: BSD
Project-URL: Source Code, https://github.com/phenobarbital/navigator-api
Project-URL: Funding, https://paypal.me/phenobarbital
Project-URL: Say Thanks, https://saythanks.io/to/phenobarbital
Description: # 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)
         * AsyncDB
        
        ### What is AsyncDB? ###
        
        AsyncDB is a collection of database connectors using asyncio-based technologies like asyncpg, aiomysql or async-redis.
        
        ### 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.6.2
        
        ### 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 dual-licensed under BSD and Apache 2.0 licenses.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
