-
python3-newrelic-5.2.0.127-1.lbn25.x86_64
The newrelic package instruments your application for performance monitoring and advanced performance analytics with New Relic.
Pinpoint and solve Python application performance issues down to the line of code. New Relic APM is the only tool you’ll need to see everything in your Python application, from the end user experience to server monitoring. Trace problems down to slow database queries, slow 3rd party APIs and web services, caching layers, and more. Monitor your app in a production environment and make sure your app can stand a big spike in traffic by running scalability reports.
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
rubygem-newrelic_rpm-6.7.0.359-1.lbn25.noarch
New Relic is a performance management system, developed by New Relic,
Inc (http://www.newrelic.com). New Relic provides you with deep
information about the performance of your web application as it runs
in production. The New Relic Ruby Agent is dual-purposed as a either a
Gem or plugin, hosted on
https://github.com/newrelic/rpm/.
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
oc-4.19.0-1.1.lbn36.x86_64
With OpenShift Client CLI (oc), you can create applications and manage
OpenShift resources. It is built on top of kubectl which means it provides its
full capabilities to connect with any kubernetes compliant cluster, and on top
adds commands simplifying interaction with an OpenShift cluster.
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36
-
oc-bash-completion-4.19.0-1.1.lbn36.noarch
Bash command line completion support for oc.
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36
-
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