Python wrapper for Service-Now REST APIs
Project description
PyServiceNow
Distributing
Check any of the Release/* branches to find the needed version Check under dist for the .whl file
pip install *.whl
Making Wheel
python setup.py bdist_wheel --universal
Example Basic Call
from pyservicenow.core import UsernamePasswordCredential, ServiceNowClient
from pyservicenow.types.models.querybuilder import QueryBuilder
credential = UsernamePasswordCredential("", "")
client = ServiceNowClient(credential=credential, instance="instance")
query = QueryBuilder().field("serial_number").equals("92XWKW2")
Ticket = client.Now().Table("alm_hardware").Request.Query(str(query)).Limit(1).Get.Invoke
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyservicenow-0.2.0.tar.gz
(23.1 kB
view details)
Built Distribution
File details
Details for the file pyservicenow-0.2.0.tar.gz
.
File metadata
- Download URL: pyservicenow-0.2.0.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d42135e332c7b5add38518a37b0d34997780900850baa823258573e473853728 |
|
MD5 | 88ddc153626353028e08a9810714a494 |
|
BLAKE2b-256 | 754d5522bf8df26b00e1722bab169117b390d09f2a73478a97eaa0870825959a |
File details
Details for the file pyservicenow-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pyservicenow-0.2.0-py3-none-any.whl
- Upload date:
- Size: 43.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e13df489d6e383001284bf62f857a3785e6f6430a706122e21445b2b4c95704 |
|
MD5 | afb637c547cfd6f6a602dcc99ec0d707 |
|
BLAKE2b-256 | 55042f9f5f972e09adb7bb70ef61166241712c7dd81256bdc1a2b18359a06d8e |