Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alviner/yarf
Yet Another Raft Framework
https://github.com/alviner/yarf
Last synced: 27 days ago
JSON representation
Yet Another Raft Framework
- Host: GitHub
- URL: https://github.com/alviner/yarf
- Owner: Alviner
- Created: 2024-05-24T17:06:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T03:44:55.000Z (5 months ago)
- Last Synced: 2024-06-11T04:49:26.842Z (5 months ago)
- Language: Makefile
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YARF: Yet Another Raft Framework
[![tests](https://github.com/Alviner/yarf/actions/workflows/tests.yaml/badge.svg)](https://github.com/Alviner/yarf/actions/workflows/tests.yaml)
[![Pypi](https://img.shields.io/pypi/v/yarf?color=%2334D058&label=pypi%20package)](https://pypi.org/project/yarf)
[![Coverage Status](https://coveralls.io/repos/github/Alviner/yarf/badge.svg?branch=main)](https://coveralls.io/github/Alviner/yarf?branch=main)## Requirements
- [`poetry`](https://python-poetry.org/)
- [`poem-plugins`](https://github.com/Alviner/poem-plugins) (v1.1 compatible)## How to develop
- `make develop` - create virtualenv, install develop package
- `make pytest` - run pytest
- `make lint` - run ruff check with mypy
- `make format` - run ruff format