Metadata-Version: 2.1
Name: nanoAPI
Version: 0.1.0
Summary: A nano web framework
Home-page: https://github.com/Nandan-unni/Nano
Author: Nandanunni A S
Author-email: asnqln@gmail.com
License: MIT
Description: # NANO : A Nano Web Framework
        
        Nano is an Express inspired nano web framework which is under development. Currently, it has features of adding routes, controllers and sending API responses (Refer the [example directory](example/) for reference). Defining models with custom field types is also available but is under development.
        
        **Status** : Under developement
        <br />
        
        ### To run example app
        ```bash
        $ pip3 install -r requirements.txt
        
        $ gunicorn main:api
        ```
        
        ## Documentation
        Refer the example app. Working on a better documentation
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
