python-e3-core
Port variant v11
Summary Adacore testing and building tools (3.11)
Package version 22.5.0
Homepage https://github.com/AdaCore/e3-core
Keywords python
Maintainer John Marino
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 25 APR 2024, 22:29:23 UTC
Port created 30 MAY 2020, 18:50:48 UTC
Subpackage Descriptions
single The `e3` Project ================ [Build Status] [Checked with mypy] [Documentation Status] [codecov] [![Code style: black]](https://github.com/psf/black) [CII Best Practices] This present project (`e3`) is a Python framework to ease the development of portable automated build systems (compilation, dependencies management, binary code packaging, and automated testing). The `e3` framework is split across multiple Python packages named `e3-` and sharing the same namespace: `e3`. `e3-core` content ================= `e3-core` package is organized in several packages and modules: - *anod*: build system handling dependencies management and binary code packaging. This includes a driver that can parse `.anod` specification files. - *archive*: support for reading and writing tar and zip archives - *collection*: generic collections, e.g. an implementation of Direct Acyclic Graphs - *cve*: small interface to NVD API to query CVE impacting a CPE - *decorator*: Python decorators, e.g. a memoize decorator - *diff*: functions to compute a diff or apply it - *electrolyt*: support for parsing build plans - *env*: global environment handling - *error*: `e3` exceptions - *event*: interface for notifying external services - *fingerprint*: support for creating a synthetic view of set of conditions and determining whether those conditions have changed or not. - *fs*: high-level file system operations, using globbing, walk,... - *hash*: computation of sha1, md5 - *log*: logging helpers - *main*: main program initialization, command line parsing,... - *mainloop*: generic loop for running jobs - *net*: network utilities - *net.http*: helper for sending http requests and downloading files - *net.smtp*: helper for sending emails through smtp - *os*: platform independent interface to Operating System functions - *os.fs*: low-level file system operations, no logging involved - *os.platform*: tools to detect the platform - *os.process*: interface to run process, to control the execution time,... - *os.timezone*: platform independent interface to get the machine timezone - *platform*: generic interface for providing platform information - *platform_db*: knowledge base for computing platform information - *spdx*: simple interface for generating SPDX files - *store*: interface to download and store resources in a store - *sys*: `e3` information, sanity check, ... - *text*: text formatting and transformation - *vcs*: high level interface to VCS repositories - *yaml*: helpers for parsing yaml data See [e3-core documentation] for more details. Install ======= requires: Python >=3.9 e3-core releases are available on PyPI and can be installed by running: ```bash pip install e3-core ``` To install from the source package, run: ```bash python setup.py install ``` All `e3` dependencies will also be installed. Contributing ============ See [CONTRIBUTING.md].
Configuration Switches (platform-specific settings discarded)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-wheel:single:v11
python-pip:single:v11
python-setuptools:single:v11
autoselect-python:single:standard
Build and Runtime python-colorama:single:v11
python-PyYAML:single:v11
python-python-dateutil:single:v11
python-requests:single:v11
python-requests-cache:single:v11
python-requests-toolbelt:single:v11
python-tqdm:single:v11
python-stevedore:single:v11
python-packaging:single:v11
python311:single:standard
python-ld:single:python_used (linux)
python-psutils:single:python_used (linux)
Download groups
main mirror://GITHUB/AdaCore:e3-core:v22.5.0
Distribution File Information
ddee3ab9d8b06528a8e4a0a4e5ff557e8ad815627876a8c9eb0d284b58baa677 557144 AdaCore-e3-core-22.5.0.tar.gz
Ports that require python-e3-core:v11
langkit_support:standard Support files for Ada Langkit