Skip to main content

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

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

If you're not sure about the file name format, learn more about wheel file names.

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

  • Download URL: pyservicenow-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 60.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.28.2

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.

Release history Release notifications | RSS feed

This release

0.5.0 This release

2 files

0.4.0

2 files

0.3.0

2 files

0.2.7

2 files

0.2.6

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.13

2 files

0.1.12

2 files

0.1.8

1 file

0.1.7

2 files

0.1.6

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page