Skip to main content

Votifier protocol v2 client for Python.

Project description

Votifier2

Overview

Votifier protocol v2 client for Python.

Based on https://github.com/NuVotifier/votifier2-php/.

Installation / Usage

To install use pip:

pip install votifier2

Example

    from votifier2 import Server, Vote

    v = Vote("SERVICE", "ano95", "127.0.0.1")
    s = Server("127.0.0.1", 8192, "TOKEN")
    s.send_vote(v)

Project details


Download files

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

Source Distribution

votifier2-0.1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

votifier2-0.1.0-py2.py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page