An open API service indexing awesome lists of open source software.

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

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
```