Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crisostomi/augmented-graphs-evaluator
https://github.com/crisostomi/augmented-graphs-evaluator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crisostomi/augmented-graphs-evaluator
- Owner: crisostomi
- License: mit
- Created: 2022-02-07T14:37:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T08:01:19.000Z (almost 3 years ago)
- Last Synced: 2024-10-26T22:24:57.813Z (3 months ago)
- Language: Python
- Size: 451 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Augmented Graphs Evaluator
A new awesome project.
## Installation
```bash
pip install git+ssh://[email protected]/crisostomi/augmented-graphs-evaluator.git
```## Quickstart
[comment]: <> (> Fill me!)
## Development installation
Setup the development environment:
```bash
git clone git+ssh://git@grok-ai/crisostomi/augmented-graphs-evaluator.git
conda env create -f env.yaml
conda activate age
pre-commit install
```Run the tests:
```bash
pre-commit run --all-files
pytest -v
```### Update the dependencies
Re-install the project in edit mode:
```bash
pip install -e .[dev]
```