File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11# PyMongo
22
3- See [ the mongo site] ( http://www.mongodb.org ) for more information.
4- See [ GitHub] ( http://github.com/mongodb/mongo-python-driver ) for the
5- latest source.
6-
7- Documentation: available at [ pymongo.readthedocs.io] ( https://pymongo.readthedocs.io/en/stable/ )
8- Author: The MongoDB Python Team
3+ [ ![ PyPI Version] ( https://img.shields.io/pypi/v/pymongo )] ( https://pypi.org/project/pymongo )
4+ [ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/pymongo )] ( https://pypi.org/project/pymongo )
5+ [ ![ Monthly Downloads] ( https://static.pepy.tech/badge/pymongo/month )] ( https://pepy.tech/project/pymongo )
6+ [ ![ Documentation Status] ( https://readthedocs.org/projects/pymongo/badge/?version=stable )] ( http://pymongo.readthedocs.io/en/stable/?badge=stable )
97
108## About
119
Original file line number Diff line number Diff line change @@ -83,7 +83,10 @@ zstd = [
8383test = [" pytest>=7" ]
8484
8585[project .urls ]
86- Homepage = " http://github.com/mongodb/mongo-python-driver"
86+ Homepage = " https://www.mongodb.org"
87+ Documentation = " https://pymongo.readthedocs.io"
88+ Source = " https://github.com/mongodb/pymongo"
89+ Tracker = " https://jira.mongodb.org/projects/PYTHON/issues"
8790
8891[tool .setuptools .dynamic ]
8992version = {attr = " pymongo._version.__version__" }
You can’t perform that action at this time.
0 commit comments