Skip to main content

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_api("alm_hardware").Request.sysparam_query(query).sysparam_limit(1).Get.invoke_request

Project details


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.5.0.tar.gz (30.5 kB view details)

Uploaded Source

Built Distribution

pyservicenow-0.5.0-py3-none-any.whl (60.0 kB view details)

Uploaded Python 3

File details

Details for the file pyservicenow-0.5.0.tar.gz.

File metadata

  • Download URL: pyservicenow-0.5.0.tar.gz
  • Upload date:
  • Size: 30.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.2

File hashes

Hashes for pyservicenow-0.5.0.tar.gz
Algorithm Hash digest
SHA256 8d7f4cc82fcfe758b25249f3b5d4a15b982496ea3e534f439950129201493016
MD5 391297dc1dd74627da6aa38c00a78564
BLAKE2b-256 af737d6f743ea7939a60a03db41cbd04d68c262ffbe516c76e6f0af11c881bbf

See more details on using hashes here.

File details

Details for the file pyservicenow-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pyservicenow-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 27b20b9ef2e43fce7543bd023fba36dcec3f1e10ef6a1352fd7d0cea52ad3d27
MD5 f07de515a0a8bff7c6aa408048fce442
BLAKE2b-256 181026cf41e12d9c58c0bbb2fb80ae708d31ab8b07e58e8cb50554e7a09ce129

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page