An open API service indexing awesome lists of open source software.

https://github.com/vb64/pipeline.csv.gazprom.infotech

Convert pipeline.csv file to Infotech XML.
https://github.com/vb64/pipeline.csv.gazprom.infotech

Last synced: about 1 year ago
JSON representation

Convert pipeline.csv file to Infotech XML.

Awesome Lists containing this project

README

          

# Pipeline.csv.gazprom.infotech library

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vb64/pipeline.csv.gazprom.infotech/pep257.yml?label=Pep257&style=plastic&branch=main)](https://github.com/vb64/pipeline.csv.gazprom.infotech/actions?query=workflow%3Apep257)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/vb64/pipeline.csv.gazprom.infotech/py3.yml?label=Python%203.8-3.13&style=plastic&branch=main)](https://github.com/vb64/pipeline.csv.gazprom.infotech/actions?query=workflow%3Apy3)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/ce487c1c993b42779493b9ffee56ae91)](https://app.codacy.com/gh/vb64/pipeline.csv.gazprom.infotech/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ce487c1c993b42779493b9ffee56ae91)](https://app.codacy.com/gh/vb64/pipeline.csv.gazprom.infotech/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

The free, open source pipeline.csv.gazprom.infotech library is designed to convert pipeline.csv CSV file to Infotech XML file.

## Installation

```bash
pip install pipeline-csv-gazprom-infotech
```

## Development

```bash
git clone git@github.com:vb64/pipeline.csv.gazprom.infotech.git
cd pipeline.csv.gazprom.infotech
make setup PYTHON_BIN=/path/to/python3
make tests
```