File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PyMongoArrow
2
2
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
+
3
8
** PyMongoArrow** is a companion library to PyMongo that contains tools
4
9
for loading MongoDB query result sets as Apache Arrow tables, Pandas
5
10
DataFrames or NumPy arrays.
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ classifiers = [
27
27
" Programming Language :: Python :: 3.9" ,
28
28
" Programming Language :: Python :: 3.10" ,
29
29
" Programming Language :: Python :: 3.11" ,
30
+ " Programming Language :: Python :: 3.12" ,
30
31
" Programming Language :: Python :: Implementation :: CPython" ,
31
32
" Topic :: Database" ,
32
33
]
@@ -42,7 +43,10 @@ dependencies = [
42
43
dynamic = [" version" ]
43
44
44
45
[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"
46
50
47
51
[project .optional-dependencies ]
48
52
docs = [" sphinx" ]
You can’t perform that action at this time.
0 commit comments