Skip to content

Commit 754ca75

Browse files
authored
ARROW-196 Add badges to README (#182)
* ARROW-196 Add badges to README * add python 3.12 to list
1 parent 8bb37e2 commit 754ca75

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

bindings/python/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# PyMongoArrow
22

3+
[![PyPI Version](https://img.shields.io/pypi/v/pymongoarrow)](https://pypi.org/project/pymongoarrow)
4+
[![Python Versions](https://img.shields.io/pypi/pyversions/pymongoarrow)](https://pypi.org/project/pymongoarrow)
5+
[![Monthly Downloads](https://static.pepy.tech/badge/pymongoarrow/month)](https://pepy.tech/project/pymongoarrow)
6+
[![Documentation Status](https://readthedocs.org/projects/mongo-arrow/badge/?version=stable)](http://mongo-arrow.readthedocs.io/en/stable/?badge=stable)
7+
38
**PyMongoArrow** is a companion library to PyMongo that contains tools
49
for loading MongoDB query result sets as Apache Arrow tables, Pandas
510
DataFrames or NumPy arrays.

bindings/python/pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
3031
"Programming Language :: Python :: Implementation :: CPython",
3132
"Topic :: Database",
3233
]
@@ -42,7 +43,10 @@ dependencies = [
4243
dynamic = ["version"]
4344

4445
[project.urls]
45-
Homepage = "https://github.com/mongodb-labs/mongo-arrow/tree/main/bindings/python"
46+
Homepage = "https://www.mongodb.org"
47+
Documentation = "https://mongo-arrow.readthedocs.io"
48+
Source = "https://github.com/mongodb-labs/mongo-arrow/tree/main/bindings/python"
49+
Tracker = "https://jira.mongodb.org/projects/ARROW/issues"
4650

4751
[project.optional-dependencies]
4852
docs = ["sphinx"]

0 commit comments

Comments
 (0)