-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
:: | ||
.. 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 | ||
|
@@ -14,34 +15,34 @@ | |
:target: https://pypi.python.org/pypi/pysnow | ||
|
||
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 <[email protected]> in 2016 | ||
|