Skip to content
forked from axiomhq/axiom-py

The official Python bindings for the Axiom API. Forked to add functionality for token management, pagination, etc.

License

Notifications You must be signed in to change notification settings

memfault/axiom-py

 
 

Repository files navigation

axiom-py CI PyPI version Python version

import axiom_py

client = axiom_py.Client()

client.ingest_events(dataset="DATASET_NAME", events=[{"foo": "bar"}, {"bar": "baz"}])
client.query(r"['DATASET_NAME'] | where foo == 'bar' | limit 100")

Install

pip install axiom-py

Documentation

Read documentation on axiom.co/docs/guides/python.

License

MIT

About

The official Python bindings for the Axiom API. Forked to add functionality for token management, pagination, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%