Skip to main content

A modular analysis framework

Project description

A software library for scientists written by scientists!

Pipeline Status coverage report Latest Release

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.

D:\mafw>python -m venv mafw-env
D:\mafw>cd mafw-env
D:\mafw\mafw-env>Scripts\activate
(mafw-env) D:\mafw\mafw-env>pip install mafw

MAFw dependencies will be automatically installed by pip.

Usage

The project’s documentation is available here also as a PDF file.

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-1.1.0.tar.gz (725.0 kB view details)

Uploaded Source

Built Distribution

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

mafw-1.1.0-py3-none-any.whl (114.1 kB view details)

Uploaded Python 3

File details

Details for the file mafw-1.1.0.tar.gz.

File metadata

  • Download URL: mafw-1.1.0.tar.gz
  • Upload date:
  • Size: 725.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for mafw-1.1.0.tar.gz
Algorithm Hash digest
SHA256 4c1337adc03aaef9d4a9d95d951096e0c09b2857c4f3a785ba59e1dbe6d62d26
MD5 f2dcef461ecf06b494db12823e550a47
BLAKE2b-256 cf1471a552e40a12a63ef221424d7961a37e150eae2394176415f48783a73609

See more details on using hashes here.

File details

Details for the file mafw-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: mafw-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 114.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.28.1

File hashes

Hashes for mafw-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 60284b8c8336e9eeef4cca3811bb8a1d37245e06f5977c872ef8380997f03b9e
MD5 a0e89319174f853c0ba72b92dbd4ec58
BLAKE2b-256 acb8532226149ef0ce0cd3d9ae3a5c044d4afd29d50ea8ec20dbb878baafc519

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