Skip to main content

Python wrapper for Service-Now REST API

Reason this release was yanked:

missing dependancies

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

Uploaded Source

Built Distribution

pyservicenow-0.1.12-py2.py3-none-any.whl (30.1 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for pyservicenow-0.1.12.tar.gz
Algorithm Hash digest
SHA256 e0610a629b0f1ebb01eebb98ea505d2723e3ba7bc3f5c6790e16ec99e026289e
MD5 1307ab1d231dd95e22bc15649405278e
BLAKE2b-256 d329b6bca1bd1cb6f6b506365804be5cd124989b4da92731be1df6efe6aac237

See more details on using hashes here.

File details

Details for the file pyservicenow-0.1.12-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pyservicenow-0.1.12-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fa19a97499ddafd4db68e41a3a6a71f98a85089c433466a050438f9094d41d2d
MD5 aa89b40d8251a06b90e4897239587bd1
BLAKE2b-256 188e8b73a6e3fdfcf76cc23d5d21f0eddc08b1314ba43bee6f1f71ca0a57cac1

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