Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeshay/rli-v2
https://github.com/lukeshay/rli-v2
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukeshay/rli-v2
- Owner: lukeshay
- Created: 2020-03-14T22:18:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:57:05.000Z (11 months ago)
- Last Synced: 2024-04-30T10:26:13.150Z (6 months ago)
- Language: Python
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# RLI V2
Do to the slow dev time of rust, I have re-implemented RLI using python. This was a move I made because there were a lot of features I wanted but the support is not as good for rust.# Getting started
For this project we are using a tool called [Poetry](https://python-poetry.org/) to manage the project. Make is also used to put all commands in one place.
## Setup
Run the command `make init`
## Testing
Run the command `make test`
## Building
Run the command `make build`
## Integration test
Run the command `make integration-test`
## Formatting
Run the command `make format`
## Linting
Run the command `make lint`