Metadata-Version: 2.1
Name: scl_loader
Version: 1.11.0
Summary: Outil de manipulation de SCD
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE

![Lint and Test Python 🐍 ](https://github.com/rte-france/SCL_Loader/workflows/Lint%20and%20Test%20Python%20%F0%9F%90%8D%20distribution%20%F0%9F%93%A6/badge.svg)
# RTE - scl_loader

## Installation
```bash
pip install scl_loader -U --user
```

## Licence

Apache 2.0

## Versionning

Use [bumpversion](https://pypi.org/project/bumpversion/)

example : 
```bash
bumpversion --current-version 1.0.0 minor setup.py scl_loader/__init__.py
```

