Python ServiceNow API Wrapper
Project description
ServiceNow API
Version: 0.6.0
ServiceNow API Python Wrapper
This repository is actively maintained and will continue adding more API calls
API Calls:
- Table
- CI/CD
- Import Sets
Coming Soon:
- Incident
- CMDB
- Application Service
Usage:
#!/usr/bin/python
# coding: utf-8
import servicenow_api
username = "<SERVICENOW USERNAME>"
password = "<SERVICENOW PASSWORD>"
servicenow_api_url = "<SERVICENOW_URL>"
client = servicenow_api.Api(url=servicenow_api_url, username=username, password=password)
table = client.get_table(table="<TABLE NAME>")
print(f"Table: {table}")
Install Instructions
Install Python Package
python -m pip install servicenow-api
Build Instructions
Build Python Package
sudo chmod +x ./*.py
pip install .
python setup.py bdist_wheel --universal
# Test Pypi
twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose -u "Username" -p "Password"
# Prod Pypi
twine upload dist/* --verbose -u "Username" -p "Password"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file servicenow_api-0.6.0-py2.py3-none-any.whl
.
File metadata
- Download URL: servicenow_api-0.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 242fc5036cec4383c3c61c07bb5f63c001b21529e1dc4595173d18a994d4c836 |
|
MD5 | 4d11a2c8dcc6e52e403443dd0bcd8403 |
|
BLAKE2b-256 | 4958622c9f3ae8fc8b133b50560a9b42a9a2f482371460f1aa74c717a52863c8 |