Metadata-Version: 1.2
Name: pysnow
Version: 0.7.6
Summary: ServiceNow HTTP client library
Home-page: https://github.com/rbw0/pysnow
Author: Robert Wikman
Author-email: rbw@vault13.org
Maintainer: Robert Wikman
Maintainer-email: rbw@vault13.org
License: MIT
Download-URL: https://github.com/rbw0/pysnow/tarball/0.7.6
Description: .. code-block::
        
        	 ______   __  __    ______    __   __    ______    __     __
        	/\  == \ /\ \_\ \  /\  ___\  /\ "-.\ \  /\  __ \  /\ \  _ \ \
        	\ \  _-/ \ \____ \ \ \___  \ \ \ \-.  \ \ \ \/\ \ \ \ \/ ".\ \
        	 \ \_\    \/\_____\ \/\_____\ \ \_\\"\_\ \ \_____\ \ \__/".~\_\
        	  \/_/     \/_____/  \/_____/  \/_/ \/_/  \/_____/  \/_/   \/_/
        			- a Python client library for ServiceNow
        			
        .. image:: https://travis-ci.org/rbw/pysnow.svg?branch=master
            :target: https://travis-ci.org/rbw/pysnow
        .. image:: https://coveralls.io/repos/github/rbw0/pysnow/badge.svg?branch=master
            :target: https://coveralls.io/github/rbw0/pysnow?branch=master
        .. image:: https://badge.fury.io/py/pysnow.svg
            :target: https://pypi.python.org/pypi/pysnow
        .. image:: https://img.shields.io/badge/License-MIT-green.svg
            :target: https://opensource.org/licenses/MIT
        
        Documentation
        -------------
        
        The `documentation <http://pysnow.readthedocs.org/>`_ is divided into four sections:
        
        - `General <http://pysnow.readthedocs.io/en/latest/#general>`_ (install, compatibility etc)
        - `Library API <http://pysnow.readthedocs.io/en/latest/#api>`_
        - `Usage <http://pysnow.readthedocs.io/en/latest/#usage>`_
        - `Full examples <http://pysnow.readthedocs.io/en/latest/#examples>`_
        
        Other projects using pysnow
        ---------------------------
        - `flask-snow <https://github.com/rbw0/flask-snow>`_ - Adds ServiceNow support to Flask
        - `django-snow <https://github.com/godaddy/django-snow>`_ - ServiceNow Ticket Management App for Django based projects
        - `pyfnalsnow <https://github.com/tskirvin/pyfnalsnow>`_ - Python libraries and scripts to interact with the FNAL instance
        
        Author
        ------
        Robert Wikman <rbw@vault13.org>
        
        Contributors
        ------------
        lingfish, jcpunk, AMMullan, amontalban, ryancurrah, jdugan1024, punkrokk, DenverJ, siddweiker
        
        
        JetBrains
        ---------
        Thank you `Jetbrains <http://www.jetbrains.com>`_ for creating pycharm and providing me with free licenses
        
        
Keywords: servicenow,rest,api,http,client
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
