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_api("alm_hardware").Request.sysparam_query(query).sysparam_limit(1).Get.invoke_request
Release files for pyservicenow 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyservicenow-0.5.0.tar.gz | 30.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyservicenow-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 90.5 kB
Release files / pyservicenow-0.5.0.tar.gz
| Download URL | pyservicenow-0.5.0.tar.gz |
|---|---|
| Size | 30.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8d7f4cc82fcfe758b25249f3b5d4a15b982496ea3e534f439950129201493016
|
|
BLAKE2b-256 checksum How to use checksums |
af737d6f743ea7939a60a03db41cbd04d68c262ffbe516c76e6f0af11c881bbf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.28.2
|
Release files / pyservicenow-0.5.0-py3-none-any.whl
| Download URL | pyservicenow-0.5.0-py3-none-any.whl |
|---|---|
| Size | 60.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
27b20b9ef2e43fce7543bd023fba36dcec3f1e10ef6a1352fd7d0cea52ad3d27
|
|
BLAKE2b-256 checksum How to use checksums |
181026cf41e12d9c58c0bbb2fb80ae708d31ab8b07e58e8cb50554e7a09ce129
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.28.2
|