https://github.com/ridwanbejo/plausible-py
Unofficial Python wrapper for Plausible API
https://github.com/ridwanbejo/plausible-py
api library pip plausible plausible-analytics python python3 wrapper wrapper-api
Last synced: 2 months ago
JSON representation
Unofficial Python wrapper for Plausible API
- Host: GitHub
- URL: https://github.com/ridwanbejo/plausible-py
- Owner: ridwanbejo
- License: bsd-3-clause
- Created: 2023-10-14T02:00:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T02:56:32.000Z (over 1 year ago)
- Last Synced: 2025-02-01T16:12:18.544Z (4 months ago)
- Topics: api, library, pip, plausible, plausible-analytics, python, python3, wrapper, wrapper-api
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plausible-py
Python wrapper for Plausible API
Run pre-commit:
```
$ pre-commit install
$ pre-commit run --all-files
```Run pytest:
```
$ pytest tests
```Run coverage.py:
```
$ coverage run -m pytest tests
$ coverage report -m
$ coverage html
$ rm -R htmlcov # once you've done check the report
```