Skip to main content

amonpy

Amonpy is the Python client for Amon

Installation

1. Install the package with pip install amonpy or alternatively you can download the tarball and run python setup.py install

Configuration

import amonpy
amonpy.config.address = 'http://amonhost:port'

amonpy.config.protocol = 'http|zeromq'

Usage

import amonpy

amonpy.log(message)
amonpy.log(message, ['list', 'of', 'tags'])


data = {
    'exception_class': '',
    'url': '',
    'backtrace': '',
    'enviroment': '',
    'data': ''

}

amonpy.exception(data)

Django

Using amonpy in Django is exactly the same as in every other python library. You can customize the config options by adding them somewhere in settings.py

# in settings.py
import amonpy
amon.config.address = 'http://amonhost:port'

To capture and log exceptions

MIDDLEWARE_CLASSES = (
 .....
 'amonpy.adapters.DjangoExceptionMiddleware'
 )

Requirements

Python 2.6+

requests

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amonpy-0.4.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file amonpy-0.4.tar.gz.

File metadata

  • Download URL: amonpy-0.4.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for amonpy-0.4.tar.gz
Algorithm Hash digest
SHA256 bb342a56d2b35ccde3a2a5cea45cacfbfa68720e1eb8a3182c19d27d5f227383
MD5 8312a018e50ca142a58e8c80d9bbbd32
BLAKE2b-256 5dad6bdf9c6df2d222a0f2e9f245ca7b96c52037f2e7fe265f021a24ca9b823a

See more details on using hashes here.

Release history Release notifications | RSS feed

0.4.4

1 file

0.4.2

1 file

0.4.1

1 file

This release

0.4 This release

1 file

0.3.2

1 file

0.3.1

1 file

0.3.0

1 file

0.2.6

1 file

0.2.5

1 file

0.2.4

1 file

0.2.3

1 file

0.2.2

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page