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

Uploaded Source

Built Distribution

pyservicenow-0.2.2-py3-none-any.whl (41.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pyservicenow-0.2.2.tar.gz
Algorithm Hash digest
SHA256 7f7fce96192c540608c169824acfb89524dfe0ccbff27de7854d35823c97b54f
MD5 cc7725546de53a07cc5ea8bf0f40aa54
BLAKE2b-256 d5ff19645df100f6b52ed1f4d967eef5ed7bf0f689293ea8aacf0cad54f88d06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyservicenow-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 08c8d44e742284e2f45e6aaa9b42bdd43c5b5dd196e909fdb5d3f84c5b15b1d1
MD5 9c931ee5fe0b16d5cf3fefe31b87a487
BLAKE2b-256 e080baa8e7c2bb1074d5065eabec454529aaee9aade20a8f7fbec080b7bf8808

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