{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/3"}],"enrichment":{"capability":"PySnc provides a Python interface to ServiceNow's Table API, mimicking the GlideRecord pattern familiar to ServiceNow developers with Pythonic conventions.","skillfed_tags":["servicenow-integration","rest-api-client"],"use_cases":["Automate bulk data operations or migrations in ServiceNow from a Python script or scheduled job.","Build integration scripts that read ServiceNow records and feed them into external systems or analytics pipelines.","Query ServiceNow tables programmatically in a Python application without writing raw REST calls.","Perform data validation or cleanup tasks across ServiceNow tables using Python's data-processing ecosystem."],"what_it_does":"PySnc is a Python wrapper around ServiceNow's REST Table API that lets you query and interact with ServiceNow data using a GlideRecord-like interface. It abstracts away HTTP calls and JSON handling, letting you write familiar ServiceNow code in Python instead of JavaScript or direct REST calls. The package depends on requests, certifi, and urllib3 for HTTP communication.\n\nIt's designed for developers who work with ServiceNow and want to automate data operations, build integrations, or script bulk updates from Python. You instantiate a ServiceNowClient with your instance URL and credentials, then use GlideRecord-style methods (add_query, query, iteration) to fetch and work with records. Some GlideRecord methods are not yet implemented, and a few are noted as not applicable to the REST API.","worth_installing":"Yes, if you need to interact with ServiceNow from Python. The package is actively maintained, has low install friction, carries a permissive MIT license, and offers a familiar interface for ServiceNow developers. No known vulnerabilities. The main caveat is that some GlideRecord methods remain unimplemented; check the docs to confirm your use case is supported."},"id":"pysnc","links":{"html":"https://skillfed.io/packages/pysnc","md":"https://skillfed.io/packages/pysnc.md","pypi":"https://pypi.org/project/pysnc/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-11","license_spdx":null,"license_treatment":"permissive","name":"pysnc","python_support":"supports_current","summary":"Python SNC (REST) API"},"popularity":{"monthly_downloads":629950,"position":5665,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.2.1"}
