You are here: Home / LBN / Up2date / DevOps / BastionLinux 36 / python3-snow-0.3.1-1.lbn36.noarch

python3-snow-0.3.1-1.lbn36.noarch

Package Attributes
RPM  python3-snow-0.3.1-1.lbn36.noarch.rpm Architecture  noarch Size  162316 Created  2025/08/25 03:15:32 UTC
Package Specification
Summary Python asyncio library for ServiceNow
Group Unspecified
License ZPL
Home Page https://pypi.org/project/snow
Description

snow: Python asyncio library for ServiceNow

Snow is a simple and lightweight yet powerful and extensible library for interacting with ServiceNow. It works with modern versions of Python, utilizes asyncio and can be used for simple scripting as well as for building high-concurrency backend applications on top of the ServiceNow platform. Also, its API is fully type annotated and documented. Example code import asyncio

from snow import Snow from snow.schemas.table import IncidentSchema as Incident

app = Snow(".service-now.com", basic_auth=("", ""))

async def main():

async with app.get_table(Incident) as inc:

for response in await inc.get(Incident.priority <= 3, limit=5): print(f"Number: {response['number']}, Priority: {response['priority'].text}")

asyncio.run(main())

Check out the examples directory for more examples. Docume

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
(python3.10dist(marshmallow) < 4~~ with python3.10dist(marshmallow) >= 3.6.1)  
rpmlib(RichDependencies)  
rpmlib(FileDigests)  
(python3.10dist(aiohttp) < 4~~ with python3.10dist(aiohttp) >= 3.6.2)  
rpmlib(TildeInVersions)  
Provides
python-snow
python3-snow
python3.10-snow
python3.10dist(snow)
python3dist(snow)
Obsoletes
python-snow

Document Actions