Metadata-Version: 2.1
Name: ntier-aiohttp
Version: 1.0.0
Summary: Adapt N-Tier to aiohttp
Home-page: https://gitlab.com/tcucco/ntier-aiohttp
Author: Trey Cucco
Author-email: fcucco@gmail.com
License: MIT
Download-URL: https://gitlab.com/tcucco/ntier-aiohttp/-/archive/master/ntier-aiohttp-master.tar.gz
Description: # Connector for N-Tier to aiohttp
        
        N-Tier is a framework agnostic library for building out N-Tier web applications. This module
        defines methods for adapting N-Tier to the aiohttp web framework.
        
        Please note: documentation on this project is currently not provided
        
        ## Interacting With the Project
        
        `make` is the best way to interact with the project.
        
        ### Setting Up:
        
            make install
        
        ### Running Tests:
        
            make test
        
        ### Running Coverage
        
            make coverage
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
