Metadata-Version: 2.1
Name: blueetl
Version: 0.8.2
Summary: Multiple simulations analysis tool
Author: Blue Brain Project, EPFL
License: Apache-2.0
Project-URL: Homepage, https://github.com/BlueBrain/blueetl
Project-URL: Repository, https://github.com/BlueBrain/blueetl.git
Project-URL: Documentation, https://blueetl.readthedocs.io/
Project-URL: Tracker, https://github.com/BlueBrain/blueetl/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
License-File: AUTHORS.txt
Requires-Dist: blueetl-core >=0.1.0
Requires-Dist: bluepysnap >=1.0.7
Requires-Dist: click >=8
Requires-Dist: jsonschema >=4.0
Requires-Dist: numpy >=1.19.4
Requires-Dist: pandas >=1.3.0
Requires-Dist: pyarrow >=7
Requires-Dist: pydantic >=2
Requires-Dist: pyyaml >=5.4.1
Requires-Dist: xarray >=0.18.0
Requires-Dist: libsonata !=0.1.25 ; platform_system == "Darwin"
Provides-Extra: all
Requires-Dist: blueetl[external,extra] ; extra == 'all'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-bluebrain-theme ; extra == 'docs'
Requires-Dist: sphinx-jsonschema ; extra == 'docs'
Requires-Dist: sphinxcontrib-programoutput ; extra == 'docs'
Requires-Dist: myst-nb ; extra == 'docs'
Provides-Extra: external
Requires-Dist: elephant >=0.10.0 ; extra == 'external'
Requires-Dist: matplotlib >=3.4.3 ; extra == 'external'
Requires-Dist: quantities >=0.13.0 ; extra == 'external'
Requires-Dist: scipy >=1.8.0 ; extra == 'external'
Requires-Dist: seaborn >=0.11.2 ; extra == 'external'
Provides-Extra: extra
Requires-Dist: fastparquet !=2023.1.0,>=0.8.3 ; extra == 'extra'
Requires-Dist: orjson ; extra == 'extra'
Requires-Dist: tables >=3.6.1 ; extra == 'extra'

|banner|

|build_status| |license| |coverage| |docs| |CodeQL| |PyPI| |DOI|

BlueETL
=======

Multiple simulations analysis tool.


Introduction
------------

``BlueETL`` is a package that can help analyse multiple simulations in a Simulation Campaign.

It automatically uses `Blue Brain SNAP <https://bluebrainsnap.readthedocs.io/en/stable/>`__ or `BluePy <https://bbpteam.epfl.ch/documentation/projects/bluepy/latest/>`__ to open simulations, circuits, and reports.


Contribution Guidelines
-----------------------

See `<CONTRIBUTING.rst>`__.


Citation
--------

When you use this software, we kindly ask you to cite the following DOI:

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10286540.svg
   :target: https://doi.org/10.5281/zenodo.10286540


Acknowledgment
--------------

The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.

For license and authors, see `<LICENSE.txt>`__ and `<AUTHORS.txt>`__ respectively.

Copyright © 2023 Blue Brain Project/EPFL


.. |build_status| image:: https://github.com/BlueBrain/blueetl/actions/workflows/run-tox.yml/badge.svg
   :alt: Build Status

.. |license| image:: https://img.shields.io/pypi/l/blueetl
   :target: https://github.com/BlueBrain/blueetl/blob/main/LICENSE.txt
   :alt: License

.. |coverage| image:: https://codecov.io/github/BlueBrain/blueetl/coverage.svg?branch=main
   :target: https://codecov.io/github/BlueBrain/blueetl?branch=main
   :alt: codecov.io

.. |docs| image:: https://readthedocs.org/projects/blueetl/badge/?version=latest
   :target: https://blueetl.readthedocs.io/
   :alt: documentation status

.. |CodeQL| image:: https://github.com/BlueBrain/blueetl/actions/workflows/github-code-scanning/codeql/badge.svg
   :target: https://github.com/BlueBrain/blueetl/actions/workflows/github-code-scanning/codeql
   :alt: CodeQL

.. |PyPI| image:: https://github.com/BlueBrain/blueetl/actions/workflows/publish-sdist.yml/badge.svg
   :target: https://pypi.org/project/blueetl/
   :alt: PyPI

.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10286540.svg
   :target: https://doi.org/10.5281/zenodo.10286540
   :alt: DOI

.. local-substitutions

.. |banner| image:: https://raw.githubusercontent.com/BlueBrain/blueetl/main/doc/source/_images/BlueETL.jpeg
