https://github.com/ericglau/nile-plugin-int
https://github.com/ericglau/nile-plugin-int
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericglau/nile-plugin-int
- Owner: ericglau
- License: mit
- Created: 2022-10-24T19:22:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T19:52:05.000Z (over 3 years ago)
- Last Synced: 2025-02-09T02:15:39.818Z (over 1 year ago)
- Language: Python
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Installation
1. Install [Poetry](https://python-poetry.org/docs/#installation)
2. Clone this project.
4. From this project's root, setup venv and install dependencies:
```
python3 -m venv env
source env/bin/activate
poetry install
pip3 install -e .
```
### Testing
`poetry run pytest tests`
### Running manually
`nile run tests/resources/scripts/script.py`