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

https://github.com/stanislawbartkowski/xml_konwerter


https://github.com/stanislawbartkowski/xml_konwerter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

## Opis

Prosty moduł do podstawiania zmiennych w pliku XML traktowanym jako wzorzec.

## Instalacja
> pip install xml-konwerter

> pip install git+https://github.com/stanislawbartkowski/xml_konwerter.git

## Rozwój

```bash
git clone https://github.com/stanislawbartkowski/xml_konwerter.git
cd xml_konwerter
pip install -e ".[dev]"
code .
```

Happy coding!