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.
12 lines
295 B
12 lines
295 B
# env_manager |
|
|
|
This script initializes a connection to an ArangoDB database and retrieves all documents from the 'enviroment' collection. |
|
|
|
## Installation |
|
|
|
Clone the repository and install the package: |
|
|
|
```sh |
|
git clone https://github.com/yourusername/env_manager.git |
|
cd env_manager |
|
pip install . |