-
python3-snow-0.3.1-1.lbn36.noarch
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("<instance>.service-now.com", basic_auth=("<username>", "<password>"))
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
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36
-
python3-tempstorage-5.2-1.lbn36.noarch
A storage implementation which uses RAM to persist objects, much like
MappingStorage. Unlike MappingStorage, it needs not be packed to get rid of
non- cyclic garbage and it does rudimentary conflict resolution. This is a
ripoff of Jim's Packless bsddb3 storage.Changelog 5.2 (2021-07-05) -- Update
package configuration- Package is now officially undeprecated because the data
corruption issue -...
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
python3-docutils-0.21.2-1.lbn36.noarch
Docutils is a modular system for processing documentationinto useful formats, such as HTML, XML, and LaTeX. Forinput Docutils supports reStructuredText, an easy-to-read,what-you-see-is-what-you-get plaintext markup syntax.
Located in
LBN
/
…
/
Plone 5
/
BastionLinux 36
-
plone4.csrffixes-1.1.1-1.lbn25.noarch
The package aims to backport the auto CSRF implementation from Plone 5 to Plone 4.
The reason this is necessary is because there are a lot of CSRF problem with the ZMI that Zope2 will never be able to fix.
See https://plone.org/products/plone/security/advisories/security-vulnerability-20151006-csrf for more details.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python-exifread-2.1.2-1.lbn25.noarch
Easy to use Python module to extract Exif metadata from tiff and jpeg files.
Originally written by Gene Cash & Thierry Bousch.
Tag Descriptions
Tags are divided into these main categories:
Image: information related to the main image (IFD0 of the Exif data).
Thumbnail: information related to the thumbnail image, if present (IFD1 of the Exif data).
EXIF: Exif information (sub-IFD).
GPS: GPS information (sub-IFD).
Interoperability: Interoperability information (sub-IFD).
MakerNote: Manufacturer specific information. There are no official published references for these tags.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python-experimental-cssselect-0.3-2.lbn25.noarch
Experimental version of lxml.cssselect
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python-mocker-1.1.1-2.lbn25.noarch
A Mocker instance is used to command recording and replaying of expectations on any number of mock objects
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-decorator-4.4.2-1.lbn25.noarch
The aim of the decorator module is to simplify the usage of decorators for
the average programmer, and to popularize decorators usage giving examples
of useful decorators, such as memoize, tracing, redirecting_stdout, locked,
etc. The core of this module is a decorator factory called decorator.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
python2-openid-2.2.5-14.lbn25.noarch
The OpenID library with batteries included.
Features of the 2.x.x series include:
* Refined and easy-to-use API.
* Extensive documentation.
* Many storage implemetations including file-based, sqlite,
postgresql, and mysql.
* Simple examples to help you get started.
* Licensed under the Apache Software License.
* Includes a Simple Registration API
* Versions 1.x.x supports protocol version 1; versions 2.x.x support
both major OpenID protocol versions transparently
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25
-
zope-z3c-3.7.0-1.lbn25.noarch
Zope 3 base module hierarchy
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 25