https://github.com/stanislawbartkowski/xml_konwerter
https://github.com/stanislawbartkowski/xml_konwerter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stanislawbartkowski/xml_konwerter
- Owner: stanislawbartkowski
- License: mit
- Created: 2025-12-17T11:52:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-05-16T09:44:43.000Z (about 1 month ago)
- Last Synced: 2026-05-16T11:43:45.354Z (about 1 month ago)
- Language: Python
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!