Metadata-Version: 1.1
Name: pysnow
Version: 0.6.2
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.6.2
Description: .. code-block::
        
        	 ______   __  __    ______    __   __    ______    __     __
        	/\  == \ /\ \_\ \  /\  ___\  /\ "-.\ \  /\  __ \  /\ \  _ \ \
        	\ \  _-/ \ \____ \ \ \___  \ \ \ \-.  \ \ \ \/\ \ \ \ \/ ".\ \
        	 \ \_\    \/\_____\ \/\_____\ \ \_\\"\_\ \ \_____\ \ \__/".~\_\
        	  \/_/     \/_____/  \/_____/  \/_/ \/_/  \/_____/  \/_/   \/_/
        			- 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
        .. 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
        
        
        News
        ----
        
        Version 0.6 has been released :tada:
        
        This release comes with changes to some fundamental parts of the library. The old code has been kept, and should work seamlessly but raises a deprecation warning upon usage.
        
        In short, the new version introduces the concept of **resources**, which enables a natural interaction with any ServiceNow API and changes how requests are performed, while
        providing an improved response interface.
        
        Also, the documentation has been reworked. The old documentation, including the documentation for the legacy code can be found `here <http://pysnow.readthedocs.io/en/0.5.2>`_.
        
        
        Check out the docs for more info.
        
        
        
        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>`_
        
        
        Author
        ------
        Robert Wikman <rbw@vault13.org>
        
        
        Contributors
        ------------
        lingfish, jcpunk, AMMullan, amontalban, ryancurrah, jdugan1024, punkrokk
        
        
        JetBrains
        ---------
        Thank you Jetbrains (www.jetbrains.com) for supporting with IDE licenses!
        
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
