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("alm_hardware").Request.Query(str(query)).Limit(1).Get.Invoke

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

Uploaded Source

Built Distribution

pyservicenow-0.2.0-py3-none-any.whl (43.8 kB view details)

Uploaded Python 3

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

Hashes for pyservicenow-0.2.0.tar.gz
Algorithm Hash digest
SHA256 d42135e332c7b5add38518a37b0d34997780900850baa823258573e473853728
MD5 88ddc153626353028e08a9810714a494
BLAKE2b-256 754d5522bf8df26b00e1722bab169117b390d09f2a73478a97eaa0870825959a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyservicenow-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9e13df489d6e383001284bf62f857a3785e6f6430a706122e21445b2b4c95704
MD5 afb637c547cfd6f6a602dcc99ec0d707
BLAKE2b-256 55042f9f5f972e09adb7bb70ef61166241712c7dd81256bdc1a2b18359a06d8e

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