Skip to main content

A modular analysis framework

Project description

A software library for scientists written by scientists!

Pipeline Status Coverage

Description

Modular Analysis Framework is a python tool to run analytical steps in a consistent manner and to generate suitable output graphs and tables.

The idea behind MAFw is to offer data scientists a framework where they will be able to implement complex analytical tasks in a well defined environment where they can focus only on the data analysis without bothering with all other ancillary things, like interfaces to database, job submission and so on.

The core of MAFw is the Processor, the class that is responsible to perform the analytical task. The Processor I/O is based on a strong collaboration between a relational database structure and files on disc. In general, the processor is gathering the relevant input from one or more DB tables (location of input files, processing parameters…), performing its analytical job and update a DB output table with the main outcomes including the location where the output files are saved on disc.

By inheriting from the base Processor class, user-developed processors will come with some superpowers, like the ability to exchange data with the database back-end, displaying progress to the user, generating output graphs and so on. The scientist tasks will be limited to the implementation of the analysis code.

Once the data scientists have created their processor libraries, they will be able to chain them one after the other in a very simple way inside a so-called steering file and MAFw will take care to run them.

A full documentation of the library API along with a general description is available here.

Installation

MAFw can be installed using pip in a separated virtual environment.

MAFw dependencies will be automatically installed by pip.

Usage

A tutorial describing the how to use the library is provided here.

Contributing

Contributions to the software development are very much welcome.

If you want to join the developer efforts, the best way is to clone/fork this repository on your system and start working.

The development team has adopted hatch for basic tasks. So, once you have downloaded the git repository to your system, open a shell there and type:

D:\mafw> hatch env create dev
D:\mafw> hatch env find dev
C:\path\to\.venv\mafw\KVhWIDtq\dev.py3.11
C:\path\to\.venv\mafw\KVhWIDtq\dev.py3.12
C:\path\to\.venv\mafw\KVhWIDtq\dev.py3.13

to generate the python environments for the development. This command will actually create the whole environment matrix, that means one environment for each supported python version. If you intend to work primarily with one single python version, simply specify it in the create command, for example:

D:\mafw> hatch env create dev.py3.13
D:\mafw> hatch env find dev.py3.13
C:\path\to\.venv\mafw\KVhWIDtq\dev.py3.13

hatch will take care of installing MAFw in development mode with all the required dependencies. Use the output of the find command, if you want to add the same virtual environment to your favorite IDE. Once done, you can spawn a shell in the development environment just be typing:

D:\mafw> hatch shell dev.py3.13
(dev.py3-13) D:\mafw>

and from there you can simply run mafw and all other scripts.

MAFw uses pre-commit to assure a high quality code. The pre-commit package will be automatically installed into your environment, but it needs to be initialised before first use. So just enter:

(dev.py3-13) D:\mafw> pre-commit install

And now you are really ready to go with your coding!

Before pushing all your commits to the remote branch, we encourage you to run the pre-push tests to be sure that everything still works as expected. You can do this by typing:

D:\mafw> hatch run dev.py3-13:pre-push

if you are not in an activated development shell, or

(dev.py3-13) D:\mafw> hatch run pre-push

if you are already in the dev environment.

Authors and acknowledgment

Antonio Bulgheroni antonio.bulgheroni@ec.europa.eu

License

This software is licensed under EUPL 1.2

Project status

Very primitive development. Open for contributions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mafw-0.0.6rc2.tar.gz (888.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mafw-0.0.6rc2-py3-none-any.whl (192.7 kB view details)

Uploaded Python 3

File details

Details for the file mafw-0.0.6rc2.tar.gz.

File metadata

  • Download URL: mafw-0.0.6rc2.tar.gz
  • Upload date:
  • Size: 888.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for mafw-0.0.6rc2.tar.gz
Algorithm Hash digest
SHA256 14cee17906503d15b5409947e89596b78ca68858176b5a5c2122486570eae625
MD5 d117bfe32e5bb3c0fb79ec6597e2dfde
BLAKE2b-256 f620e0d82d55145c05a91eacb9129b6573d5718dc099d679d3fcfb0200ba78fa

See more details on using hashes here.

File details

Details for the file mafw-0.0.6rc2-py3-none-any.whl.

File metadata

  • Download URL: mafw-0.0.6rc2-py3-none-any.whl
  • Upload date:
  • Size: 192.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for mafw-0.0.6rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 9a4d5794ad96c78b10541e5edc2850c9c1fed4b37d694133faf2acb1121dada8
MD5 e439b71cf157fc5e6405ab5744552cdf
BLAKE2b-256 efaa9311396118f7c915e3342a965b0d084a5090619d764e53f6e4d5c20107af

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page