Metadata-Version: 2.3
Name: antares-study-version
Version: 1.0.10
Summary: Study version manager for Antares ecosystem
Project-URL: Documentation, https://github.com/AntaresSimulatorTeam/antares-study-version#readme
Project-URL: Issues, https://github.com/AntaresSimulatorTeam/antares-study-version/issues
Project-URL: Source, https://github.com/AntaresSimulatorTeam/antares-study-version
Author-email: Laurent LAPORTE <laurent.laporte.pro@gmail.com>
License-Expression: MIT
License-File: LICENSE.md
Keywords: antares,config,configuration,model,study,versionning
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: click
Requires-Dist: pandas
Description-Content-Type: text/markdown

# Study Version Manager

[![PyPI - Version](https://img.shields.io/pypi/v/antares-study-version.svg)](https://pypi.org/project/antares-study-version)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/antares-study-version.svg)](https://pypi.org/project/antares-study-version)

![antares-study-version-title](docs/assets/antares-study-version-title.jpeg)

Version française : [README_fr.md](README_fr.md)

The `antares-study-version` package is both a library and a command line application
for managing versions of raw Antares studies (on disk studies).

The library has two classes, `StudyVersion` and `SolverVersion`, which are used to manage
the study (and solver) version numbers.
It provides an API for creating new studies in a given version and for upgrading versions of existing studies.

The `antares-study-version` command line application allows you to create and upgrade study versions on disk.
This is a handy utility for users who wish to keep their Antares studies up-to-date and to take advantage
of the latest Antares Solver features.
This utility is also useful for developers who wish to update test studies.

-----

**Table of Contents**

- [overview](docs/overview.md)
- [installation](docs/installation.md)
- [usage](docs/usage.md)
- [development](docs/development.md)
- [Changelog](docs/CHANGELOG.md)
- [LICENSE](LICENSE.md)
