You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-psycopg-3.2.4-1.lbn36.x86_64
PostgreSQL database adapter for Python Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python.This distribution contains the pure Python package psycopg... Note:: Despite the lack of number in the package name, this package is the successor of psycopg2_.
RPMPackage python3-json-stream-to-standard-types-0.1.4-1.lbn36.noarch
⚠ NOTE: Starting at json-stream 2.2.0,to_standard_types is part of json-stream itself, so there is no longer a need for this packgage. json-stream-to-standard-types Utility function to convert json-stream objects to normal Python dicts/lists. Parallel PR: https:/github.com/daggaz/json-stream/pull/17 Installation pip install json-stream-to-standard-types Usage To convert a json-stream dict-like or list-like object and all its descendants to a standard list and dict, simply apply the library's to_standard_types function: import json_stream from json_stream_to_standard_types import to_standard_types data = json_stream.load(f) results = data["results"] print(results) # prints <TransientStreamingJSONList: TRANSIENT, STREAMING> converted = to_standard_types(results) print(converted) # prints [1, 2, 3] License Do whatever you want with it license or whatever it was called
RPMPackage python3-json-stream-rs-tokenizer-0.4.26-1.lbn36.x86_64
> **NOTE:** json-stream-rs-tokenizer is now automatically used by > json- stream, so unless you find a bug, you can ignore this package's > existence! json- stream-rs-tokenizer[![CI build badge]( [![CI test badge]( [![PyPI package and version badge](
RPMPackage python3-json-stream-2.3.2-1.lbn36.noarch
json-stream Simple streaming JSON parser and encoder. When reading JSON data, json-stream can decode JSON data in a streaming manner, providing a pythonic dict/list-like interface, or a visitor-based interfeace. Can stream from files, URLs or iterators. When writing JSON data, json-stream can stream JSON objects as you generate them. These techniques allow you to reduce memory consumption and latency. Reading json-stream is a JSON parser just like the standard library's json.load(). It will read a JSON document and convert it into native python types. import json_stream data = json_stream.load(f) Features: stream all JSON data types (objects, lists and simple types) stream nested data simple pythonic list-like/dict-like interface stream truncated or malformed JSON data (up to the first error) native code parsing speedups for most common platforms pure python fallback if native extensions not available Unlike json.load(), json-stream can stream JSON data from any file-like or it
RPMPackage python3-jq-1.8.0-1.lbn36.x86_64
jq.py: a lightweight and flexible JSON processor This project contains Python bindings for jq < 1.7.1.Installation Wheels are built for various Python versions and architectures on Linux and Mac OS X. On these platforms, you should be able to install jq with a normal pip install:.. code-block:: sh pip install jqIf a wheel is not available, the source for jq 1.7.1 is built. This requires:*...
RPMPackage python3-djangorestframework-3.15.2-1.lbn36.noarch
[Django REST framework][docs][![build-status-image]][travis] [![coverage- status-image]][codecov] [![pypi-version]][pypi]**Awesome web-browsable Web APIs.**Full documentation for the project is available at [ FundingREST framework is a *collaboratively funded project*. If you use REST framework commercially we strongly encourage you to invest in its continued development by [signing up for a...
RPMPackage python3-lxml+htmlsoup-5.3.0-1.lbn36.x86_64
This is a metapackage bringing in htmlsoup extras requires for python3-lxml. It makes sure the dependencies are installed.
RPMPackage python3-lxml+html_clean-5.3.0-1.lbn36.x86_64
This is a metapackage bringing in html_clean extras requires for python3-lxml. It makes sure the dependencies are installed.
RPMPackage python3-lxml+html5-5.3.0-1.lbn36.x86_64
This is a metapackage bringing in html5 extras requires for python3-lxml. It makes sure the dependencies are installed.
RPMPackage python3-lxml+cssselect-5.3.0-1.lbn36.x86_64
This is a metapackage bringing in cssselect extras requires for python3-lxml. It makes sure the dependencies are installed.
RPMPackage python3-pyjwt+crypto-2.10.1-3.lbn36.noarch
This is a metapackage bringing in crypto extras requires for python3-pyjwt. It makes sure the dependencies are installed.
RPMPackage python3-diff-match-patch-20200713-6.lbn36.noarch
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
RPMPackage perl-Sub-Quote-2.006006-8.fc36.noarch
This package provides performant ways to generate subroutines from strings.
RPMPackage perl-libintl-perl-1.32-5.fc36.x86_64
The package libintl-perl is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext.
RPMPackage perl-Pod-Spell-1.20-21.fc36.noarch
Pod::Spell is a Pod formatter whose output is good for spell-checking. Pod::Spell rather like Pod::Text, except that it doesn't put much effort into actual formatting, and it suppresses things that look like Perl symbols or Perl jargon (so that your spell-checking program won't complain about mystery words like "$thing" or "Foo::Bar" or "hashref").
RPMPackage perl-Pod-Parser-1.65-1.fc36.noarch
This software distribution contains the packages for using Perl5 POD (Plain Old Documentation). See the "perlpod" and "perlsyn" manual pages from your Perl5 distribution for more information about POD.
RPMPackage perl-Pod-POM-2.01-21.fc36.noarch
This module implements a parser to convert Pod documents into a simple object model form known hereafter as the Pod Object Model. The object model is generated as a hierarchical tree of nodes, each of which represents a different element of the original document. The tree can be walked manually and the nodes examined, printed or otherwise manipulated. In addition, Pod::POM supports and provides view objects which can automatically traverse the tree, or section thereof, and generate an output representation in one form or another.
RPMPackage perl-Pod-Coverage-0.23-26.fc36.noarch
Developers hate writing documentation. They'd hate it even more if their computer tattled on them, but maybe they'll be even more thankful in the long run. Even if not, perlmodstyle tells you to, so you must obey. This module provides a mechanism for determining if the pod for a given module is comprehensive.
RPMPackage perl-Pod-Checker-1.75-1.fc36.noarch
Module and tools to verify POD documentation contents for compliance with the Plain Old Documentation format specifications.
RPMPackage perl-Path-Class-0.37-21.fc36.noarch
Path::Class is a module for manipulation of file and directory specifications (strings describing their locations, like '/home/ken/foo.txt' or 'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much every platform Perl runs on, including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2, and NetWare.