This package provides a plugin to fake subprocess for pytest. The plugin adds the fake_process
fixture (and fp
as an alias). It can be used it to register subprocess results so you won't need to rely on the real processes. The plugin hooks on the subprocess.Popen()
, which is the base for other subprocess functions. That makes the subprocess.run()
,subprocess.call()
, subprocess.check_call()
and subprocess.check_output()
methods also functional.
The iers
package provides access to the tables provided by the International Earth Rotation and Reference Systems service, in particular the Earth Orientation data allowing interpolation of published UT1-UTC and polar motion values for given times. The UT1-UTC values are used in Time and Dates (astropy.time) to provide UT1 values, and the polar motions are used in astropy.coordinates
to determine Earth orientation for celestial-to-terrestrial coordinate transformations.
The iers
package provides access to the tables provided by the International Earth Rotation and Reference Systems service, in particular the Earth Orientation data allowing interpolation of published UT1-UTC and polar motion values for given times. The UT1-UTC values are used in Time and Dates (astropy.time) to provide UT1 values, and the polar motions are used in astropy.coordinates
to determine Earth orientation for celestial-to-terrestrial coordinate transformations.
Avocado is a set of tools and libraries to help with automated testing, i.e. a test framework. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test. The following output formats are supported:
- xUnit
an XML format that contains test results in a structured form, and are used by other test automation projects, such as Jenkins.
- JSON
a widely used data exchange format. The JSON Avocado plugin outputs job information, similarly to the xunit output plugin.
- TAP
Provides the basic TAP (Test Anything Protocol) results. Unlike most existing Avocado machine readable outputs this one is streamlined (per test results).
The country converter (coco) automates the conversion from different standards and version of country names. Internally, coco is based on a table specifying the different ISO and UN standards per country together with the official name and a regular expression which aim to match all English versions of a specific country name. In addition, coco includes classification based on UN-, EU-, OECD-membership, UN regions specifications, continents and various MRIO and IAM databases.
Supported classification schemas: APEC, BASIC, BRIC, CC41, CIS, Cecilia 2050 classification, DACcode, EEA membership, EU membership, EXIOBASE 1 classification, EXIOBASE 2 classification, EXIOBASE 3 classification, Eora, FAOcode, G20, G7, GBDcode, GWcode, IEA, IMAGE, IOC ISO 3166-1 alpha-2, ISO 3166-1 alpha-3, ISO 3166-1 numeric, MESSAGE 11-region classification, OECD membership, REMIND, Schengen region, UN membership, UN numeric code, UN region, WIOD classification, ccTLD.
Pickled object field for Django
This package provides message Identifiers for internationalization.
Python wrapper for the OpenType Sanitizer library.
Extensible system for supporting various kinds of configurations.
Easy to use fixtures to write regression tests.
This package provides interactive HTML widgets for Jupyter notebooks.
Grok-like configuration for basic components (adapters, utilities, subscribers).
Zope.configuration implements ZCML, the Zope Configuration Markup Language.
This package provides a plugin for Setuptools for gettext.
This package provides a Sphinx extension for deploying JupyterLite
.
This package provides Azure Storage Blobs client library for Python.
This package contains HTML documentation for the python-cffi
project.
This package provides a pytest fixture for testing flake8 plugins.
This package provides declarative command-line interfaces using argparse and dataclasses.
This Pytest plugin enables creating Pytest parametrize decorators from external files.
Zope.i18nmessageid provides facilities for declaring internationalized messages within program source text.
This package contains the sphinx theme for the SunPy website and documentation.
This package provides the Microsoft Azure Blob Storage Client Library for Python.
This extension adds a toolbar overlay to Flask applications containing useful information for debugging.