This module installs a Jupyter kernel for SPARQL. It allows sending queries to an SPARQL endpoint, fetching and presenting the results in a notebook.
The devpi command line tool is typically used in conjunction with devpi-server. It allows uploading, testing and installing packages from devpi indexes.
Commandlines
is a Python library for command line application development that supports command line argument parsing, command string validation testing and application logic.
This package contains a Python implementation of the patiencediff
algorithm. Patiencediff provides a good balance of performance, nice output for humans, and implementation simplicity.
The goal of this project is to manage configuration for Python tools, such as rope and add support for a pyproject.toml
configuration file.
This package is a backport of the functools
module from Python 3.2.3 for use with older versions of Python and PyPy.
This package provides a command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
language-python
is a Haskell library for lexical analysis, parsing and pretty printing Python code. It supports versions 2.x and 3.x of Python.
This package provides a Pytest extension for sharding tests at the granularity of individual test cases, which can be run in parallel and on multiple machines.
The AWS X-Ray SDK for Python enables Python developers to record and emit information from within their applications to the AWS X-Ray service.
The flatten_json
Python library flattens the hierarchy in your object, which can be useful if you want to force your objects into a table.
python-cwl-upgrader
is a standalone upgrader for CWL documents from version draft-3, v1.0, and v1.1 to v1.2.
This package provides helper functions for injecting a conda environment into the current python environment (by modifying sys.path
, without actually changing the current python environment).
This client library is designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical way to implement Facebook authentication.
This package provides a simple and lightweight Python SOAP library for client and server webservices interfaces, aimed to be as small and easy as possible, supporting most common functionality.
This package is a fork of the multiprocessing Python package, a package which supports the spawning of processes using the API of the standard library's threading
module.
H5plot is a small GUI to view the solutions in an H5parm interactively. It is a spiritual successor to ParmDBplot
for quickly reviewing gain solutions generated by NDPPP.
Provides DataModel
, which is the base class for data models implemented in the JWST and Roman calibration software.
pytest-sugar
is a plugin for py.test that changes the default look and feel of py.test, using a progress bar and showing failures and errors instantly.
This package provides Python bindings to libarchive, a C library to access possibly compressed archives in many different formats. It uses Python's ctypes
foreign function interface (FFI).
dirty-equals
is a Python library that (mis)uses the __eq__
method to make code (generally unit tests) more declarative and therefore easier to read and write.
niworkflows
is capable of converting between formats and resampling images to apply transforms generated by the most popular neuroimaging packages and libraries (AFNI, FSL, FreeSurfer, ITK, and SPM).
python-forex-python
can be used to manipulate foreign exchange rates and to operate currency conversions.
Features:
List all currency rates.
BitCoin price for all currencies.
Converting amount to BitCoins.
Get historical rates for any day since 1999.
Conversion rate for one currency(ex; USD to INR).
Convert amount from one currency to other.('USD 10$' to INR).
Currency symbols.
Currency names.
Django Ninja is a web framework for building APIs with Django and Python type hints. It is designed to be fast and easy to use thanks to asyncio and Pydantic.