Skip to main content

(Meta)Data standardization package for Sirius, the 4th generation Brazilian synchrotron light source

Project description

Welcome to Assonant 🎶 𝄇

A beamline-agnostic event processing engine for data collection and organization

Version Maintenance Supported Python versions


Description

A Beamline-agnostic event processing engine for data collection and organization (Assonant).

This package provides to beamline groups from the Brazilian Synchrotron Light Laboratory (LNLS) a python API to send metadata, produced during an experiment, to a data management system, responsible to mantain and organize the metadata produced at Sirius.

The Assonant package is composed by public and private modules. Private modules are used by Assonant developers to implemented features that is furtherly exposed through public modules to abstract from final user how to handle specific platforms behaviors. In other words, if you are a beamline developer, don't care about what is inside any private module. Public modules are designed for being used by beamline developers in order to allow easy usage of Assonant resources. To differ private and public modules, private modules names are preceded by a '_':

  • 🔒 Private Modules 🔒

  • 🔓 Public Modules 🔓

    • data_classes

      A group of data classes that defines data schemas to be used all over Assonant modules in order to standardize data acquisiton, transference, manipulation and storage.

    • file_writer

      Assonant tools for writing data from within Assonant Data Classes into specific file format

    • data_logger

      Assonant tools for logging collect data.

    • data_retriever

      Assonant tools for retrieving data from different sources.

    • data_sender

      Assonant tools for dealing with Assonant Data Classes transference over different types of communication method (e.g: Kafka topics).

Code development standards

  1. When importing anything from within a module to use internally on that module use relative paths.

  2. When importing anything from a module, do not use an absolute path, instead use what is being made public by the module.

  3. Classes, methods and settings that will be usable from outside the module, should be exposed on __init__.py files

  4. Private methods, files and modules should always have their name preceded by '_'.

Users

Assonant is currently published at the public PyPi server meaning it can be simply installed using pip. It has also been modularized to allow installing the specific dependecies for its features. that said, depending on your use case you will run different command lines:

  • To install Assonant DataLogger module dependencies, run the following command line:
python -m pip install assonant[data-logger]
  • To install Assonant to access the naming standards defined in it, run the following command line:
python -m pip install assonant[naming-standards]
  • To install Assonant to access the path builder submodule, run the following command line:
python -m pip install assonant[path-builder]
  • To install all Assonant dependecies, run the following command line:
python -m pip install assonant[full]

Developers

  1. First of all, If you want to prepare a development environment, clone the repository into your local machine:

  2. Secondly install assonant by executing pip install . inside the cloned repository

python -m pip install -e .[dev]
  1. After that install the pre-commit modules. duf
pre-commit install --install-hooks -t pre-commit -t commit-msg

Deploy

  1. Firstly, remember to update the version value in this README file badge, and on the pyproject.toml file.

  2. Secondly, you will need to build your package:

python -m build
  1. After that you need to send the new version to the Global PyPi version by executing the following command line. Exchange the <package_version> place holder by the current version that will be deployed:
twine upload --repository pypi dist/assonant-<package_version>* --verbose

Note: To deploy a new version you will need a PyPi token which only the project maintainers have. That said, if you are a project maintainer and don't have access to it, ask your leader for it.


Mantainers

  • 👤 Allan Pinto
  • 👤 Paulo B. Mausbach

Credits


License

TODO: Define a License


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

assonant-3.0.0.tar.gz (85.5 kB view details)

Uploaded Source

Built Distribution

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

assonant-3.0.0-py3-none-any.whl (122.9 kB view details)

Uploaded Python 3

File details

Details for the file assonant-3.0.0.tar.gz.

File metadata

  • Download URL: assonant-3.0.0.tar.gz
  • Upload date:
  • Size: 85.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for assonant-3.0.0.tar.gz
Algorithm Hash digest
SHA256 4f4fefca134edc84473ca8d5ddf44bf29e6fe1ed5807a4cff45b2bb36d7d23fb
MD5 7b8b3b1bc7cd6603a10c13f8cbb11406
BLAKE2b-256 0273bb13dc4c08f24c9b908bcd43838aafc2f44d559a786dd344c31532bb5a4d

See more details on using hashes here.

File details

Details for the file assonant-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: assonant-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 122.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for assonant-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 78315ec63ac1179de1e9e3acc920eb329272064cd3d624670bc5a2dc6884f46c
MD5 ba04a4dd0a1d1de702a72075ae3aefae
BLAKE2b-256 06cc152eb33236735e3b93eb99f36700e41d240dcdc0c75610f04f3c46211051

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