Metadata-Version: 1.1
Name: pysnow
Version: 0.4.1
Summary: Python library for the ServiceNow REST API
Home-page: https://github.com/rbw0/pysnow
Author: Robert Wikman
Author-email: rbw@vault13.org
License: MIT
Download-URL: https://github.com/rbw0/pysnow/tarball/0.4.1
Description: ::
          
        	 ______   __  __    ______    __   __    ______    __     __    
        	/\  == \ /\ \_\ \  /\  ___\  /\ "-.\ \  /\  __ \  /\ \  _ \ \   
        	\ \  _-/ \ \____ \ \ \___  \ \ \ \-.  \ \ \ \/\ \ \ \ \/ ".\ \  
        	 \ \_\    \/\_____\ \/\_____\ \ \_\\"\_\ \ \_____\ \ \__/".~\_\ 
        	  \/_/     \/_____/  \/_____/  \/_/ \/_/  \/_____/  \/_/   \/_/ 
        			- a Python library for the ServiceNow REST API
        
        .. image:: https://travis-ci.org/rbw0/pysnow.svg?branch=master
            :target: https://travis-ci.org/rbw0/pysnow
        .. image:: https://coveralls.io/repos/github/rbw0/pysnow/badge.svg?branch=master
        	:target: https://coveralls.io/github/rbw0/pysnow?branch=master
        
        Installation
        ^^^^^^^^^^^^
        # pip install pysnow
        
        
        Usage examples
        ^^^^^^^^^^^^^^
        Go `here <http://pysnow.readthedocs.io/en/latest/usage>`_ for usage examples
        
        
        Documentation
        ^^^^^^^^^^^^^
        The full documentation is available `here <http://pysnow.readthedocs.org/>`_
        
        
        Compatibility
        ^^^^^^^^^^^^^
        Python 2 and 3. Tested: Python 2.6+ and Python 3.3+
        
        Contributors
        ^^^^^^^^^^^^
        lingfish, jcpunk, AMMullan, amontalban, ryancurrah, jdugan1024
        
        
        JetBrains
        ^^^^^^^^^
        Thank you Jetbrains (www.jetbrains.com) for supporting with IDE licenses!
        
        Author
        ^^^^^^
        Created by Robert Wikman <rbw@vault13.org> in 2016
        
        
Keywords: servicenow,rest,api,http
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
