Metadata-Version: 1.1
Name: evernode
Version: 1.6.1
Summary: EverNode is built by expanding upon flask by adding great features and easy-to-use modular design.
Home-page: https://github.com/atomhash/evernode
Author: AtomHash
Author-email: UNKNOWN
License: UNKNOWN
Download-URL: https://github.com/atomhash/evernode/archive/1.6.1.tar.gz
Description: EverNode
        ===
        [![Build Status](https://travis-ci.org/AtomHash/evernode.svg?branch=dev-1.0.0)](https://travis-ci.org/AtomHash/evernode) [![Pypi Package](https://badge.fury.io/py/evernode.svg)](https://pypi.org/project/evernode) [![Docs](https://readthedocs.org/projects/evernode/badge/)](http://evernode.readthedocs.io/en/latest/)
        
        EverNode for fast beautiful APIs
        ---
        EverNode adds enhanced features to [Flask](https://github.com/pallets/flask) out of the box for rapid API development. Support for [Flask-SQLAlchemy](https://github.com/mitsuhiko/flask-sqlalchemy) model serialization, internationalization, easy to handle form data, JWT Bearer Authorization, authorized emails and more. Our primary focus for EverNode is modular based API development and to remain as light weight and fast as possible.
        
        Fair Warning
        ---
        EverNode is currently developed in my spare time and used in my personal applications used in a production environment.
        So any features that I deem useful get added to EverNode without much notice, while also trying to keep bulk down.
        This warning is to warn people that I do not plan on having stable release timeframes until EverNode v2.
        At that time a new release schedule will be created, along with much, much better unit tests. Thanks
        
        Get it now
        ---
        `$ pip install evernode`
        
        Project Links
        ---
        - Travis [https://travis-ci.org/AtomHash/evernode](https://travis-ci.org/AtomHash/evernode)
        - PyPI: [https://pypi.python.org/pypi/evernode](https://pypi.python.org/pypi/evernode)
        - Issues: [https://github.com/AtomHash/evernode/issues](https://github.com/AtomHash/evernode/issues)
        
        Getting Started
        ---
        - Docs: [http://evernode.readthedocs.io/en/latest/](http://evernode.readthedocs.io/en/latest/)
        
        License
        ---
        MIT licensed. See the bundled [LICENSE](https://github.com/AtomHash/evernode/blob/master/LICENSE) file for more details.
        
Keywords: server,flask-based,restful,modular,evernode
Platform: UNKNOWN
