Markus is used in production in a few places, but I'd love to know how you use Markus and how Markus' API works for you. Is it easy? Are there thing that are hard?
If you encounter any bugs, please write up an issue in the issue tracker.
Please write up issues in the issue tracker.
If the issue is about a bug in Markus, please specify:
- the version of Markus that you're using
- the version of Python that you're using
- the traceback and error message if applicable
These things will help me figure out the problem faster.
Run:
# Clone the repository $ git clone https://github.com/willkg/markus # Create a virtualenvironment ... # Install Markus and dev requirements $ pip install -e '.[dev,datadog,statsd]'
Documentation is written in reStructuredText and is in the docs/
directory. We use Sphinx
to build documentation.
Run tests with tox. This will run all tests across all supported Python versions.
Tests are located in the tests/
directory.