You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-jsonschema-4.23.0-1.lbn36.noarch
jsonschema is an implementation of the JSON Schema specification for Python.
RPMPackage python3-jsonschema-4.23.0-1.lbn36.noarch
jsonschema is an implementation of the JSON Schema specification for Python.
RPMPackage python3-jsonpath-rw-1.4.0-7.fc36.noarch
This library provides a robust and significantly extended implementation of JSONPath for Python, with a clear AST for meta-programming. This library differs from other JSONPath implementations in that it is a full language implementation, meaning the JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend.
RPMPackage python3-js2py-0.74-1.lbn36.noarch
Translates JavaScript to Python code. Js2Py is able to translate and execute virtually any JavaScript code.Js2Py is written in pure python and does not have any dependencies. Basically an implementation of JavaScript core in pure python. import js2py f js2py.eval_js( "function $(name) {return name.length}" ) f("Hello world") returns 11Now also supports ECMA 6 through...
RPMPackage python3-jose-3.3.0-13.fc36.noarch
The JavaScript Object Signing and Encryption (JOSE) technologies - JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web Algorithms (JWA) - collectively can be used to encrypt and/or sign content using a variety of algorithms. While the full set of permutations is extremely large, and might be daunting to some, it is expected that most applications will only use a small set of algorithms to meet their needs. As of 3.3.0, python-jose implements three different cryptographic backends. The backend must be selected as an extra when installing python-jose. If you do not select a backend, the native-python backend will be installed. Unless otherwise noted, all backends support all operations. Due to complexities with setuptools, the native-python backend is always installed, even if you select a different backend on install. 1. cryptography * This backend uses pyca/cryptography for all cryptographic operations. This is the recommended backend and is selected over all other backends if any others are present. * Installation: dnf install python3-jose+cryptography * Unused dependencies: - rsa - ecdsa - pyasn1 2. pycryptodome * This backend uses pycryptodome for all cryptographic operations. * Installation: not available because pycryptodome (which, unlike pycryptodomex, conflicts with pycrypto) is not packaged * Unused dependencies: - rsa 3. native-python * This backend uses python-rsa and python-ecdsa for all cryptographic operations. This backend is always installed but any other backend will take precedence if one is installed. * Installation: dnf install python3-jose Note The native-python backend cannot process certificates.
RPMPackage python3-joblib-1.4.2-5.lbn36.noarch
Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers: * transparent disk-caching of the output values and lazy re-evaluation (memorize pattern) * easy simple parallel computing * logging and tracing of the execution
RPMPackage python3-jmespath-1.0.1-2.lbn36.noarch
JMESPath allows you to declaratively specify how to extract elements from a JSON document.
RPMPackage python3-jinxed-1.2.0-1.lbn36.noarch
.. start-badges| |docs| |appveyor| |travis| |codecov| | |pypi| |supported- versions| |supported-implementations| | |linux| |windows| |mac| |bsd|.. |doc .. |appveyo .. |travis| image::
RPMPackage python3-jinja2-3.1.6-1.lbn36.noarch
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. If you have any exposure to other text-based template languages, such as Smarty or Django, you should feel right at home with Jinja2. It's both designer and developer friendly by sticking to Python's principles and adding functionality useful for templating environments.
RPMPackage python3-jedi-0.19.1-6.lbn36.noarch
Jedi is a static analysis tool for Python that can be used in IDEs/editors. Its historic focus is autocompletion, but does static analysis for now as well. Jedi is fast and is very well tested. It understands Python on a deeper level than all other static analysis frameworks for Python.
RPMPackage python3-jdcal-1.4.1-2.fc36.noarch
This module contains functions for converting between Julian dates and calendar dates. A function for converting Gregorian calendar dates to Julian dates, and another function for converting Julian calendar dates to Julian dates are defined. Two functions for the reverse calculations are also defined. Python 3 version.
RPMPackage python3-itypes-1.2.0-5.fc36.noarch
Simple immutable types for python. Python 3 version.
RPMPackage python3-isort-5.13.2-5.lbn36.noarch
Python utility / library to sort Python imports. Python 3 version.
RPMPackage python3-isomd5sum-1.2.3-15.fc36.x86_64
The isomd5sum package contains utilities for implanting and verifying an md5sum implanted into an ISO9660 image.
RPMPackage python3-isodate-0.6.1-3.fc36.noarch
This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended by this module to support 2 digit years. (while it may still be valid as ISO date, because it is not explicitly forbidden.) Another example is, when no time zone information is given for a time, then it should be interpreted as local time, and not UTC. As this module maps ISO 8601 dates/times to standard Python data types, like date, time, datetime and timedelta, it is not possible to convert all possible ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by the Python date and datetime classes. Additionally fractional seconds are limited to microseconds. That means if the parser finds for instance nanoseconds it will round it to microseconds.
RPMPackage python3-iso8601-0.1.13-5.fc36.noarch
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
RPMPackage python3-iscsi-initiator-utils-6.2.1.4-4.git2a8f9d8.fc36.x86_64
The iscsi-initiator-utils-python3 package contains Python 3.10 bindings to the libiscsi interface for interacting with iscsi-initiator-utils
RPMPackage python3-irc-20.0.0-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: :target:
RPMPackage python3-ipython_genutils-0.2.0-2.fc36.noarch
This package is a stop-gap that contains some common utilities shared by Jupyter and IPython projects during The Big Split™. As soon as possible, those packages will remove their dependency on this, and this repo will go away. No functionality should be added to this repository, and no packages outside IPython/Jupyter should depend on it.
RPMPackage python3-ipython-8.25.0-4.lbn36.noarch
IPython provides a replacement for the interactive Python interpreter with extra functionality. Main features: * Comprehensive object introspection. * Input history, persistent across sessions. * Caching of output results during a session with automatically generated references. * Readline based name completion. * Extensible system of 'magic' commands for controlling the environment and performing many tasks related either to IPython or the operating system. * Configuration system with easy switching between different setups (simpler than changing $PYTHONSTARTUP environment variables every time). * Session logging and reloading. * Extensible syntax processing for special purpose situations. * Access to the system shell with user-extensible alias system. * Easily embeddable in other Python programs. * Integrated access to the pdb debugger and the Python profiler. This package provides IPython for in a terminal.