You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
292 B
11 lines
292 B
# env_manager |
|
|
|
This script initializes a connection to an ArangoDB database and retrieves all documents from the 'enviroment' collection. |
|
|
|
## Installation |
|
|
|
You can install the package directly from the GitHub repository: |
|
|
|
```sh |
|
pip install git+https://github.com/lasseedfast/env_manager.git |
|
|
|
|