This package contains typing stubs for for freezegun
, a very small subset the Python stubs contained in the complete typeshed
collection.
MultiVolumefile is a Python library that provides a file-object abstraction, making it possible to use multiple files as if they were a single file.
This package implements object-oriented JSONSchema. It lets you traverse a schema like paths and access a schema on demand with separate dereferencing accessor layer.
This package provides a plugin for snapshot testing with pytest. It can be used to test that the value of an expression does not change unexpectedly.
Astropy is a single core package for Astronomy in Python. It contains much of the core functionality and some common tools needed for performing astronomy and astrophysics.
Datatree is a prototype implementation of a tree-like hierarchical data structure for xarray
. Datatree is in the process of being merged upstream into xarray
.
This package provides a terminal-based console frontend for Jupyter kernels. It also allows for console-based interaction with non-Python Jupyter kernels such as IJulia and IRKernel.
ia
is a command-line tool for using archive.org from the command-line. It also implements the internetarchive python module for programmatic access to archive.org.
Setuptools_scm handles managing your Python package versions in software configuration management (SCM) metadata instead of declaring them as the version argument or in a SCM managed file.
Pipeline is an asset packaging library for Django, providing both CSS and JavaScript concatenation and compression, built-in JavaScript template support, and optional data-URI image and font embedding.
This package analyses Python test suites and reports how much of the code is covered by them. This tool is part of the Codacy suite for analysing code quality.
Using entry_points in your setup.py makes scripts that start really slowly because it imports pkg_resources. This package allows such setup scripts to load entry points more quickly.
Keystone is a lightweight multi-platform, multi-architecture assembler framework. It supports a wide-range of different architectures and offers an intuitive architecture-neutral API for interacting with assembly for these architectures.
robot_detection
is a python module to detect if a given HTTP User Agent is a web crawler. It uses the list of registered robots from http://www.robotstxt.org.
pyproject-hooks
is a low-level library for calling build backends in pyproject.toml
-based projects. It provides basic functionality to write tooling that generates distribution files from Python projects.
This package provides a Flake8 plugin that checks for ipdb
and pdb
imports and set traces, as well as from IPython.terminal.embed
, import InteractiveShellEmbed
and InteractiveShellEmbed()()
.
Python's built-in itertools
module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. more-itertools
includes additional building blocks for working with iterables.
This package provides N(ell) noise curve projection code for the Simons Observatory. The intention is that the full history of noise models will be provided to supplement published projections and simulations.
Haystack provides modular search for Django. It features a unified, familiar API that allows you to plug in different search backends (such as Solr, Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.
Pypika-tortoise is a fork of pypika which has been streamlined for its use in the context of tortoise-orm. It removes support for many database kinds that tortoise-orm doesn't need, for example.
Pypika-tortoise is a fork of pypika which has been streamlined for its use in the context of tortoise-orm. It removes support for many database kinds that tortoise-orm doesn't need, for example.
Pypika-tortoise is a fork of pypika which has been streamlined for its use in the context of tortoise-orm. It removes support for many database kinds that tortoise-orm doesn't need, for example.
This package provides a UTF-8 compatible encoding future_fstrings
, which performs source manipulation. It decodes the source bytes using the UTF-8 encoding and then rewrites Python 3.6 style f
strings.
Straight Plugin provides a type of plugin you can create from almost any existing Python modules, and an easy way for outside developers to add functionality and customization to your projects with their own plugins.