Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mikeckennedy/umami-python

Tags

v0.2.20

Toggle v0.2.20's commit message
Bump version for releaes.

v0.2.19

Toggle v0.2.19's commit message
Change pyproject.toml location.

v0.2.18

Toggle v0.2.18's commit message
Update Python version and add support for Python 3.13 and 3.14.

- Updated `requires-python` to require Python 3.9 or higher.
- Added classifiers for Python 3.13 and 3.14 in the `classifiers` list.
- Updated the package version from `0.2.17` to `0.2.18`.

v0.2.17

Toggle v0.2.17's commit message
Adds is_logged_in() -> bool method.

v0.2.15

Toggle v0.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #8 from mikeckennedy/2-10-compate-change

Fixes schema change from Umami 2.9 to 2.10 on websites response

v0.1.14

Toggle v0.1.14's commit message
Add heartbeat API endpoint.

v0.1.13

Toggle v0.1.13's commit message
Support IP address in new_event and new_page_view payloads Fixes #2

v0.1.12

Toggle v0.1.12's commit message
Version bump the latest release.

v0.1.11

Toggle v0.1.11's commit message
Add new page event method.

v0.1.10

Toggle v0.1.10's commit message
Doc strings and more validation.

* Added platform type (e.g. Windows) to user agent.
* Added doc strings to most methods.
* Bump the version for next release.
* Added better validation for some functions.
* Added custom error types for validation.