Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

agriconnect / opbeat   python

Repository URL to install this package:

Version: 3.5.3 

/ METADATA

Metadata-Version: 2.0
Name: opbeat
Version: 3.5.3
Summary: The official Python module for Opbeat.com
Home-page: https://github.com/opbeat/opbeat_python
Author: Opbeat, Inc
Author-email: support@opbeat.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: certifi
Requires-Dist: urllib3
Provides-Extra: asyncio
Requires-Dist: aiohttp; extra == 'asyncio'
Provides-Extra: flask
Requires-Dist: blinker; extra == 'flask'
Provides-Extra: tests
Requires-Dist: Django (>=1.2); extra == 'tests'
Requires-Dist: Flask (>=0.8); extra == 'tests'
Requires-Dist: Twisted; extra == 'tests'
Requires-Dist: aiohttp; extra == 'tests'
Requires-Dist: apipkg; extra == 'tests'
Requires-Dist: blinker (>=1.1); extra == 'tests'
Requires-Dist: celery; extra == 'tests'
Requires-Dist: django-celery; extra == 'tests'
Requires-Dist: execnet; extra == 'tests'
Requires-Dist: isort; extra == 'tests'
Requires-Dist: jinja2; extra == 'tests'
Requires-Dist: logbook; extra == 'tests'
Requires-Dist: mock; extra == 'tests'
Requires-Dist: pep8; extra == 'tests'
Requires-Dist: psycopg2; extra == 'tests'
Requires-Dist: py (>=1.4.26); extra == 'tests'
Requires-Dist: pytest (>=2.6.4); extra == 'tests'
Requires-Dist: pytest-asyncio; extra == 'tests'
Requires-Dist: pytest-benchmark; extra == 'tests'
Requires-Dist: pytest-cache; extra == 'tests'
Requires-Dist: pytest-capturelog (>=0.7); extra == 'tests'
Requires-Dist: pytest-django (==2.8.0); extra == 'tests'
Requires-Dist: pytest-isort; extra == 'tests'
Requires-Dist: pytest-mock; extra == 'tests'
Requires-Dist: python3-memcached; extra == 'tests'
Requires-Dist: pytz; extra == 'tests'
Requires-Dist: redis; extra == 'tests'
Requires-Dist: requests; extra == 'tests'
Requires-Dist: urllib3-mock; extra == 'tests'
Requires-Dist: webob; extra == 'tests'

Opbeat for Python
=================

.. image:: https://api.travis-ci.org/opbeat/opbeat_python.svg?branch=master
    :target: https://travis-ci.org/opbeat/opbeat_python
    :alt: Build Status

.. image:: https://img.shields.io/pypi/v/opbeat.svg?style=flat
    :target: https://pypi.python.org/pypi/opbeat/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/opbeat.svg?style=flat
    :target: https://pypi.python.org/pypi/opbeat/
    :alt: Supported Python versions


This is the official Python module for `Opbeat <https://opbeat.com/>`_.

It provides full out-of-the-box support for many of the popular frameworks,
including Django, and Flask. Opbeat also includes drop-in support for any
WSGI-compatible web application.

Your application doesn't live on the web? No problem! Opbeat is easy to use in
any Python application.


Documentation
-------------

* `Documentation overview <https://opbeat.com/docs/topics/python/>`_
* `Get started with Django <https://opbeat.com/docs/articles/get-started-with-django/>`_
* `Get started with Flask <https://opbeat.com/docs/articles/get-started-with-flask/>`_
* `Get started with a custom Python stack <https://opbeat.com/docs/articles/get-started-with-a-custom-python-stack/>`_


License
-------

BSD-3-Clause


Made with ♥️ and ☕️ by Opbeat and our community.