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.
Requirements:
Run:
# Clone the repository $ git clone https://github.com/willkg/markus # Create virtual environment and install Markus and dev requirements $ just devenv # View project commands $ just
Documentation is written in reStructuredText and is in the docs/
directory. We use Sphinx
to build documentation.
Test environments are defined with tox. This will run all tests across all supported Python versions.
Tests are implemented with pytest.
Tests are located in the tests/
directory.