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.6rc3.tar.gz (976.8 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.6rc3-py3-none-any.whl (108.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for mafw-0.0.6rc3.tar.gz
Algorithm Hash digest
SHA256 c6cfbfdc972f153f383604091b657d332425c0f770e0f2bd003baa971dabedf9
MD5 c4604324726395fcba483d08d2d25d76
BLAKE2b-256 a96e81cd4391ae451b3c841b53ec8a4eb9db61cd61bd07020c859d0cd2e35ca6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mafw-0.0.6rc3-py3-none-any.whl
Algorithm Hash digest
SHA256 4308a4890fe4dc7f69b34a428d9209e2f694d8c45f67a5f599894389f2835d55
MD5 d7fdeb37c6c7ac81f2e3c93e117bdf1d
BLAKE2b-256 d7b6c8e3242e395074c22517d386e1534e1d8ed8d8d5fac1468f8f27bd0852a7

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