Metadata-Version: 2.1
Name: poppy-core
Version: 0.11.2
Summary: POPPy: Plugin-Oriented Pipeline for Python
Home-page: https://gitlab.obspm.fr/POPPy/POPPyCore
License: CECILL-C
Author: Xavier Bonnin
Author-email: xavier.bonnin@obspm.fr
Requires-Python: >=3.8,<4
Classifier: License :: CeCILL-C Free Software License Agreement (CECILL-C)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: SQLAlchemy (>=1.3,<2.0)
Requires-Dist: alembic (>=1.4,<2.0)
Requires-Dist: declic (>=1.0,<2.0)
Requires-Dist: jsonschema (>=4.0,<5.0)
Requires-Dist: psycopg2-binary (>=2.8.4,<3.0.0)
Project-URL: Repository, https://gitlab.obspm.fr/POPPy/POPPyCore
Description-Content-Type: text/markdown

poppy-core
===========

[![pipeline status](https://gitlab.obspm.fr/POPPY/POPPyCore/badges/develop/pipeline.svg)](https://gitlab.obspm.fr/POPPY/POPPyCore/pipelines)

This directory contains the source code of the POPPY framework core.

## Quickstart

To install package using [pip](https://pypi.org/project/pip-tools/):

```
pip install poppy-core --extra-index-url https://__token__:<your_personal_token>@gitlab.obspm.fr/api/v4/projects/2052/packages/pypi/simple --trusted-host gitlab.obspm.fr
```

To install package from source files:

```
git clone https://gitlab.obspm.fr/POPPY/POPPyCore.git poppy-core
```

Then install using [pip](https://pypi.org/project/pip-tools/):

```
cd poppy-core
pip install .
```

or using [poetry](https://python-poetry.org/):

```
cd poppy-core
pip install poetry
poetry install
```

## User guide

See "POPPY User Manual" for more details.

## License

POPPY is under CeCILL license.

## Acknowledgement

POPPY is project developed by the RPW Operations Centre (ROC) team based at LESIA (Meudon, France).
The ROC is funded by the Centre National d'Etudes Spatiale (CNES) in the framework of the European Space Agency (ESA) Solar Orbiter mission.

## Authors

xavier.bonnin@obspm.fr (project manager)


Has also contributed in the past: Sonny Lion, Gregoire Duvauchelle, Manuel Duarte

