File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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+
38Python 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
97102client = 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 )
You can’t perform that action at this time.
0 commit comments