{"id":16985166,"url":"https://github.com/henriquencmt/servicenowpy","last_synced_at":"2025-04-12T03:32:17.616Z","repository":{"id":46085998,"uuid":"427754652","full_name":"henriquencmt/servicenowpy","owner":"henriquencmt","description":"ServiceNow's Table API, easily.","archived":false,"fork":false,"pushed_at":"2024-06-24T02:14:11.000Z","size":28,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T23:06:48.170Z","etag":null,"topics":["library","python","python-library","servicenow","table-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/henriquencmt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-13T19:28:07.000Z","updated_at":"2024-10-19T21:41:58.000Z","dependencies_parsed_at":"2022-09-03T06:31:42.798Z","dependency_job_id":null,"html_url":"https://github.com/henriquencmt/servicenowpy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriquencmt%2Fservicenowpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriquencmt%2Fservicenowpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriquencmt%2Fservicenowpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriquencmt%2Fservicenowpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henriquencmt","download_url":"https://codeload.github.com/henriquencmt/servicenowpy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640462,"owners_count":20971557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["library","python","python-library","servicenow","table-api"],"created_at":"2024-10-14T02:42:48.703Z","updated_at":"2025-04-12T03:32:17.598Z","avatar_url":"https://github.com/henriquencmt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"servicenowpy\n============\n\n[![PyPI version](https://badge.fury.io/py/servicenowpy.svg)](http://badge.fury.io/py/servicenowpy)\n[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://pypi.python.org/pypi/servicenowpy/)\n[![Downloads](https://pepy.tech/badge/servicenowpy)](https://pepy.tech/project/servicenowpy)\n\nA library that helps you to get data from ServiceNow's Table API.\n\nInstallation\n------------\n\n```shell\npip install servicenowpy\n```\n\nSimple usage\n------------\n\nHow to retrieve records from incident table with this lib:\n\n```python\n\u003e\u003e\u003e from servicenowpy import Client\n\u003e\u003e\u003e sn_client = Client('\u003cinstance\u003e.service-now.com', '\u003cuser\u003e', '\u003cpwd\u003e')\n\u003e\u003e\u003e inc_table = sn_client.table('incident')\n\u003e\u003e\u003e records = inc_table.get(sysparm_fields='number,short_description')\n\u003e\u003e\u003e for record in records:\n...     print(record)\n{'number': 'INC0000060', 'short_description': 'Unable to connect to email'}\n{'number': 'INC0000009', 'short_description': 'Reset my password'}\n{'number': 'INC0009005', 'short_description': 'Need access to the common drive'}\n```\n_________________\n\n[Further Documentation](https://servicenowpy.readthedocs.io/) | [Github Repository](https://github.com/henriquencmt/servicenowpy/) | [Contributing](https://github.com/henriquencmt/servicenowpy/blob/main/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenriquencmt%2Fservicenowpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenriquencmt%2Fservicenowpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenriquencmt%2Fservicenowpy/lists"}