You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-jupyter-console-6.6.3-1.lbn36.noarch
Jupyter Console A terminal-based console frontend for Jupyter kernels. This code is based on the single-process IPython terminal. Install with pip: pip install jupyter-console Install with conda: conda install -c conda-forge jupyter_console Start: jupyter console Help: jupyter console -h Jupyter Console allows for console-based interaction with non-python Jupyter kernels such as IJulia, IRKernel. To start the console with a particular kernel, ask for it by name:: jupyter console --kernel=julia-0.4 A list of available kernels can be seen with:: jupyter kernelspec list Release build: $ pip install pep517 $ python -m pep517.build . Resources Project Jupyter website Documentation for Jupyter Console [PDF] Documentation for Project Jupyter [PDF] Issues Technical support - Jupyter Google Group About the Jupyter Development Team The Jupyter Development Team is the set of all contributors to the Jupyter project. This includes all of the Jupyter subprojects. The core team that coordi
RPMPackage python3-jupyter-c-kernel-1.2.2-14.fc36.noarch
Minimalistic C kernel for Jupyter
RPMPackage python3-junos-eznc-2.6.5-1.lbn36.noarch
 
RPMPackage python3-jsonpath-ng-1.7.0-1.lbn36.noarch
Python JSONPath Next-Generation A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators, as defined in the original JSONPath proposal_.
RPMPackage python3-jsondate-0.1.2-1.lbn36.noarch
======== jsondate ======== Sick of rewriting the same JSON datetime handling code for each project? ``jsondate`` is a drop-in replacement for Python's standard ``json`` library that adds sensible handling of ``datetime`` and ``date`` objects. ``jsondate`` uses ISO8601 for encoding ``datetime`` objects and the date-specific part of ISO6801 for encoding ``date`` objects. Example:: ...
RPMPackage python3-json-merge-patch-0.2-1.lbn36.noarch
 
RPMPackage python3-jpype1-1.4.1-1.lbn36.x86_64
.. image:: doc/logo.png :scale: 50 %JPype |implementation| |pyversions| |javaversions| |jvm| |platform| |license|JPype is a Python module to provide full access to Java from within Python. It allows Python to make use of Java only libraries, exploring and visualization of Java structures, development and testing of Java libraries, scientific computing, and much more. By gaining the best of...
RPMPackage python3-jinja2-time-0.2.0-17.fc36.noarch
Jinja2 Extension for Dates and Times.
RPMPackage python3-itsdangerous-2.2.0-1.lbn36.noarch
Itsdangerous is a Python library for passing data through untrusted environments (for example, HTTP cookies) while ensuring the data is not tampered with. Internally itsdangerous uses HMAC and SHA1 for signing by default and bases the implementation on the Django signing module. It also however supports JSON Web Signatures (JWS).
RPMPackage python3-intervaltree-3.1.0-5.fc36.noarch
A mutable, self-balancing interval tree for Python. Queries may be by point, by range overlap, or by range envelopment.
RPMPackage python3-inotify-0.9.6-26.fc36.noarch
This is a Python module for watching filesystems changes. pyinotify can be used for various kind of fs monitoring. Based on inotify which is an event-driven notifier, where notifications are exported from kernel space to user space.
RPMPackage python3-importlib-resources-5.10.0-1.lbn36.noarch
importlib_resources is a backport of Python standard library importlib.resources module for older Pythons. The key goal of this module is to replace parts of pkg_resources with a solution in Python’s stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics. Compatibility New features are introduced in this third-party library and later merged into CPython. The following table indicates which versions of this library were contributed to different versions in the standard library: importlib_resources stdlib 5.8 3.12 5.7 3.11 5.0 3.10 1.3 3.9 0.5 (?) 3.7 For Enterprise Available as part of the Tidelift Subscription. This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. Learn more. Security Contact To report a security vulnerability, please use the Tidelift security contac
RPMPackage python3-importlib-metadata-7.2.1-1.lbn36.noarch
Library to access the metadata for a Python package. This package supplies third-party access to the functionality of importlib.metadata including improvements added to subsequent Python versions.
RPMPackage python3-ijson-3.1.4-3.fc36.noarch
Iterative JSON parser with standard Python iterator interfaces.
RPMPackage python3-idle-3.10.15-1.lbn36.x86_64
IDLE is Python’s Integrated Development and Learning Environment. IDLE has the following features: Python shell window (interactive interpreter) with colorizing of code input, output, and error messages; multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features; search within any window, replace within editor windows, and search through multiple files (grep); debugger with persistent breakpoints, stepping, and viewing of global and local namespaces; configuration, browsers, and other dialogs.
RPMPackage python3-identify-2.5.3-1.fc36.noarch
File identification library for Python.
RPMPackage python3-hyperlink-21.0.0-8.fc36.noarch
The humble, but powerful, URL runs everything around us. Chances are you've used several just to read this text. Hyperlink is a featureful, pure-Python implementation of the URL, with an emphasis on correctness.
RPMPackage python3-hvac-1.1.0-1.lbn36.noarch
![Header image]( [Vault]() API client for Python 3.x[![Test]( [![codecov]( [![Documentation Status]( [![PyPI version](
RPMPackage python3-hug-2.6.1-1.lbn36.x86_64
hug aims to make developing Python driven APIs as simple as possible, but no simpler. As a result, it drastically simplifies Python API development. hug's Design Objectives: Make developing a Python driven API as succinct as a written definition. The framework should encourage code that self-documents. It should be fast. A developer should never feel the need to look somewhere else for performance reasons. Writing tests for APIs written on-top of hug should be easy and intuitive. Magic done once, in an API framework, is better than pushing the problem set to the user of the API framework. Be the basis for next generation Python APIs, embracing the latest technology.
RPMPackage python3-httpx-0.27.2-1.lbn36.noarch
HTTPX is a fully featured HTTP client for Python, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.