Skip to content

Commit

Permalink
MOTOR-1225 Add badges to README (mongodb#245)
Browse files Browse the repository at this point in the history
* MOTOR-1225 Add badges to README

* restore image

* clean up about section
  • Loading branch information
blink1073 authored Dec 15, 2023
1 parent 3f8314d commit fc84d28
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
# Motor

![image](https://raw.github.com/mongodb/motor/master/doc/_static/motor.png)

- Info: Motor is a full-featured, non-blocking [MongoDB](http://mongodb.org/)
driver for Python [Tornado](http://tornadoweb.org/) and
[asyncio](https://docs.python.org/3/library/asyncio.html) applications.
[![PyPI Version](https://img.shields.io/pypi/v/motor)](https://pypi.org/project/motor)
[![Python Versions](https://img.shields.io/pypi/pyversions/motor)](https://pypi.org/project/motor)
[![Monthly Downloads](https://static.pepy.tech/badge/motor/month)](https://pepy.tech/project/motor)
[![Documentation Status](https://readthedocs.org/projects/motor/badge/?version=stable)](http://motor.readthedocs.io/en/stable/?badge=stable)

- Documentation: Available at
[motor.readthedocs.io](https://motor.readthedocs.io/en/stable/)

- Author: A. Jesse Jiryu Davis
![image](https://raw.github.com/mongodb/motor/master/doc/_static/motor.png)

## About

Motor presents a coroutine-based API for non-blocking access to MongoDB.
The source is [on GitHub](https://github.com/mongodb/motor) and the docs
are on [ReadTheDocs](https://motor.readthedocs.io/en/stable/).
Motor is a full-featured, non-blocking [MongoDB](http://mongodb.org/)
driver for Python [asyncio](https://docs.python.org/3/library/asyncio.html) and
[Tornado](http://tornadoweb.org/) applications. Motor presents a coroutine-based API
for non-blocking access to MongoDB.

> "We use Motor in high throughput environments, processing tens of
> thousands of requests per second. It allows us to take full advantage
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ zstd = [
]

[project.urls]
Homepage = "https://github.com/mongodb/motor/"
Homepage = "https://www.mongodb.org"
Documentation = "https://motor.readthedocs.io"
Source = "https://github.com/mongodb/motor"
Tracker = "https://jira.mongodb.org/projects/MOTOR/issues"

[tool.setuptools.dynamic]
version = {attr = "motor._version.version"}
Expand Down

0 comments on commit fc84d28

Please sign in to comment.