Skip to content

Commit 14a7ad2

Browse files
author
gh0st
committed
Coverage remove
1 parent a92bd0f commit 14a7ad2

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

.coverage

-52 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## **Python Redis ORM library that gives redis easy-to-use objects with fields and speeds a development up, inspired by Django ORM**
44

5-
[![Full test](https://github.com/gh0st-work/python_redis_orm/actions/workflows/python-app.yml/badge.svg?event=push)](https://github.com/gh0st-work/python_redis_orm/actions/workflows/python-app.yml) [![codecov](https://codecov.io/gh/gh0st-work/python_redis_orm/branch/master/graph/badge.svg?token=U71G4CYZBT)](https://codecov.io/gh/gh0st-work/python_redis_orm)
5+
[![Full test](https://github.com/gh0st-work/python_redis_orm/actions/workflows/python-app.yml/badge.svg?event=push)](https://github.com/gh0st-work/python_redis_orm/actions/workflows/python-app.yml)
66

77
For one project, I needed to work with redis, but redis-py provides a minimum level of work with redis. I didn't find any Django-like ORM for redis, so I wrote this library, then there will be a port to Django.
88

dist/python-redis-orm-0.3.5.tar.gz

31.4 KB
Binary file not shown.
20.3 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-redis-orm"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
description = "Python Redis ORM library that gives redis easy-to-use objects with fields and speeds a development up, inspired by Django ORM"
55
authors = ["Anton Nechaev <antonnechaev990@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)