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.1.tar.gz
(23.1 kB
view details)
Built Distribution
File details
Details for the file pyservicenow-0.2.1.tar.gz
.
File metadata
- Download URL: pyservicenow-0.2.1.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 | b1ac962cac03a9c23849def7ece4873710a565ba5cfa0e67db8d2309d5e17917 |
|
MD5 | 971f5e974d54b000425feea9ffcd658f |
|
BLAKE2b-256 | fea048059211b0d6f624cd559939eee72dbd6a8dd360eeda7f9848cb717043d4 |
File details
Details for the file pyservicenow-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: pyservicenow-0.2.1-py3-none-any.whl
- Upload date:
- Size: 43.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2df485be90e94269d4d28364c4a671a27c1d841dfdf486e02396f2009062eb56 |
|
MD5 | 4f9edf202327f21ecd47fd7b03b15fea |
|
BLAKE2b-256 | 6a8a5f3078fd08da9fd0a5a3ca7091c86950185046741cd06d7e0d1cef10ea76 |