Skip to content

Commit e485d81

Browse files
authored
chore: update codeowner and readme (#521)
1 parent a8aee9a commit e485d81

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

.github/CODEOWNERS

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
* @anand2312
1+
* @silentworks
2+
* @grdsdev

README.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
11
# postgrest-py
22

3-
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?label=license)](https://opensource.org/licenses/MIT)
4-
[![CI](https://github.com/supabase-community/postgrest-py/actions/workflows/ci.yml/badge.svg)](https://github.com/supabase-community/postgrest-py/actions/workflows/ci.yml)
5-
[![Python](https://img.shields.io/pypi/pyversions/postgrest-py)](https://pypi.org/project/postgrest-py)
6-
[![Version](https://img.shields.io/pypi/v/postgrest-py?color=%2334D058)](https://pypi.org/project/postgrest-py)
7-
[![Codecov](https://codecov.io/gh/supabase-community/postgrest-py/branch/master/graph/badge.svg)](https://codecov.io/gh/supabase-community/postgrest-py)
8-
[![Last commit](https://img.shields.io/github/last-commit/supabase-community/postgrest-py.svg?style=flat)](https://github.com/supabase-community/postgrest-py/commits)
9-
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/supabase-community/postgrest-py)](https://github.com/supabase-community/postgrest-py/commits)
10-
[![Github Stars](https://img.shields.io/github/stars/supabase-community/postgrest-py?style=flat&logo=github)](https://github.com/supabase-community/postgrest-py/stargazers)
11-
[![Github Forks](https://img.shields.io/github/forks/supabase-community/postgrest-py?style=flat&logo=github)](https://github.com/supabase-community/postgrest-py/network/members)
12-
[![Github Watchers](https://img.shields.io/github/watchers/supabase-community/postgrest-py?style=flat&logo=github)](https://github.com/supabase-community/postgrest-py)
13-
[![GitHub contributors](https://img.shields.io/github/contributors/supabase-community/postgrest-py)](https://github.com/supabase-community/postgrest-py/graphs/contributors)
14-
153
[PostgREST](https://postgrest.org) client for Python. This library provides an "ORM-like" interface to PostgREST.
164

175
## INSTALLATION
186

197
### Requirements
208

219
- Python >= 3.9
22-
- PostgreSQL >= 12
23-
- PostgREST >= 7
10+
- PostgreSQL >= 13
11+
- PostgREST >= 11
2412

2513
### Local PostgREST server
2614

0 commit comments

Comments
 (0)