https://github.com/dadoum/pyprovision
Python bindings to [Provision](https://github.com/Dadoum/Provision)
https://github.com/dadoum/pyprovision
Last synced: about 1 month ago
JSON representation
Python bindings to [Provision](https://github.com/Dadoum/Provision)
- Host: GitHub
- URL: https://github.com/dadoum/pyprovision
- Owner: Dadoum
- License: other
- Created: 2023-11-21T08:27:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T11:24:50.000Z (about 1 month ago)
- Last Synced: 2025-03-28T12:27:25.874Z (about 1 month ago)
- Language: D
- Size: 18.6 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyprovision
Python bindings to Provision
## Prerequisites
Tested with Python 3.8 and 3.10.
- Working D compiler
- DUBIf you are on a Windows, macOS or GNU/Linux computer, you can install one with one command:
```
curl -fsS https://dlang.org/install.sh | bash -s ldc
```On other Linux distributions, you can probably find a recent compiler in your package manager (DMD, LDC or GDC, but a quite recent version is needed), and probably DUB, otherwise you can follow the instructions on [dub.pm](https://dub.pm/getting-started/install/).
Otherwise, just check the [D Programming language website](dlang.org) to have more detailed instructions.
## Installation
Just clone this repo and run:
```sh
$ python -m pip install .
```It will then be installed in your python install and ready to be used!
If you encounter any issue whilst install the python package, please report it in issues, to help make this project better either in code or in documentation.
## Usage
See [example.py](example.py) to see how to make use of the library.