Metadata-Version: 1.1
Name: flask-snow
Version: 0.2.0
Summary: Pysnow extension for Flask
Home-page: https://github.com/rbw0/flask-snow
Author: Robert Wikman
Author-email: rbw@vault13.org
License: MIT
Download-URL: https://github.com/rbw0/flask-snow/tarball/0.2.0
Description-Content-Type: UNKNOWN
Description: .. image:: https://travis-ci.org/rbw0/flask-snow.svg?branch=master
            :target: https://travis-ci.org/rbw0/flask-snow
        .. image:: https://badge.fury.io/py/flask-snow.svg
            :target: https://pypi.python.org/pypi/flask-snow
        
        flask-snow
        ============
        
        Adds ServiceNow support to Flask.
        
        **Why?**
        
        Simplicity and performance are two key ingredients to create a successful UX, both of which I believe ServiceNow have failed to accomplish.
        
        
        **What does flask-snow do differently?**
        
        It lets you create your own lightweight Flask-powered platform on top of the ServiceNow REST API in a simple and seamless way with the help of the `pysnow library <https://github.com/rbw0/pysnow>`_.
        
        Some examples:
        
        - Create your own lightweight software stack that integrates with ServiceNow.
        - Integrate ServiceNow into your current Flask server.
        - Create a micro-service API-server relay.
        
        
        
        Installation
        ------------
        
            $ pip install flask-snow
        
        
        
        Documentation
        -------------
        The documentation can be found `here <http://flask-snow.readthedocs.org/>`_
        
        
        Compatibility
        -------------
        - Python 2 and 3
        - Flask > 0.9
        
        Author
        ------
        Created by Robert Wikman <rbw@vault13.org> in 2018
        
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
