Metadata-Version: 2.1
Name: scopeagent
Version: 0.3.11
Summary: Scope agent for Python
Home-page: https://scope.dev
Author: Undefined Labs, Inc
Author-email: info@undefinedlabs.com
License: Apache
Project-URL: Documentation, https://home.undefinedlabs.com/goto/python-agent
Project-URL: Source, https://github.com/undefinedlabs/scope-go-agent
Project-URL: Tracker, https://github.com/undefinedlabs/scope-go-agent/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/markdown
Requires-Dist: certifi (>=2018.8.24)
Requires-Dist: msgpack (<1.0,>=0.6.1)
Requires-Dist: opentracing (<3.0,>=2.0.0)
Requires-Dist: six (<2.0,>=1.10.0)
Requires-Dist: urllib3 (>=1.23)
Requires-Dist: wrapt (>=1.10.11)
Requires-Dist: PyYAML (>=5.2)
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: sphinx-argparse ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: flake8 ; extra == 'tests'
Requires-Dist: mock ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-localserver ; extra == 'tests'
Requires-Dist: pytest-benchmark ; extra == 'tests'
Requires-Dist: requests ; extra == 'tests'
Requires-Dist: psycopg2-binary ; extra == 'tests'
Requires-Dist: sqlalchemy ; extra == 'tests'
Requires-Dist: PyYAML ; extra == 'tests'

# scope-python-agent [![Documentation Status](https://readthedocs.org/projects/scope-python-agent/badge/?version=latest)](https://scope-python-agent.readthedocs.io/en/latest/?badge=latest) ![](https://github.com/undefinedlabs/scope-python-agent/workflows/Test/badge.svg)

Python agent for [Scope](https://scope.dev)


## Install

    pip install scopeagent


## Usage

Please refer to the documentation at [https://docs.scope.dev/docs/python-installation](https://docs.scope.dev/docs/python-installation)


## Development

### Automated Testing

The following environment variables are used for database tests:

* `POSTGRES_DBURL`

To run the tests:

    tox

### Publishing

To publish a new version of `scopeagent` to [pypi](https://pypi.org/):

    make publish

You will need valid [pypi](https://pypi.org/) credentials with access to the `scopeagent` package.


