Skip to content

Commit 16af2fd

Browse files
committed
update readme.md
1 parent 4db1f53 commit 16af2fd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Aptabase Python SDK
22

3+
[![PyPI downloads](https://img.shields.io/pypi/dm/aptabase.svg)](https://pypi.org/project/aptabase/)
4+
[![PyPI - Version](https://img.shields.io/pypi/v/aptabase)](https://img.shields.io/pypi/v/aptabase)
5+
[![Python versions](https://img.shields.io/pypi/pyversions/aptabase.svg)](https://pypi.org/project/aptabase/)
6+
7+
38
Python SDK for [Aptabase](https://aptabase.com/) - privacy-first analytics for mobile, desktop and web applications.
49

510
## Features
@@ -91,7 +96,7 @@ async with Aptabase("A-EU-1234567890") as client:
9196
# Automatically handles start/stop and flushing
9297
```
9398

94-
### Manual Lifecycle
99+
### Manual
95100

96101
```python
97102
client = Aptabase("A-EU-1234567890")
@@ -144,4 +149,4 @@ uv run mypy .
144149

145150
## License
146151

147-
MIT License - see [LICENSE](LICENSE) file for details.
152+
[MIT License](LICENSE)

0 commit comments

Comments
 (0)