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

Uploaded Source

Built Distribution

pyservicenow-0.2.3-py3-none-any.whl (41.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pyservicenow-0.2.3.tar.gz
Algorithm Hash digest
SHA256 7460857011e042cb31274955dd8761b908113714b2a051087108f79e4a2f575f
MD5 ad72a1e8702bc76d3653a1a0bea7b7b8
BLAKE2b-256 fdc68fa061e0f71857c20bc23efd95246a866f7d8a645af0e2b6f50a60ebf6f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyservicenow-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 209cd0180e1795986e844d60ce9cd81b21a860aeae5214a643365fddd538c6c9
MD5 35b9363a72d37e11daca5d9ed6f84151
BLAKE2b-256 8751e4f1be8823823630c228f55f7c19b1f49faaa8257683ccb67c75b27d56ed

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