mayan-dig

Dig files from Mayan EDMS cabinets

MIT License

Stars
0
Committers
2

========
Overview

.. start-badges

.. list-table:: :stub-columns: 1

* - docs
  - |docs|
* - tests
  - | |github-actions|
    | |codecov|
* - package
  - | |version| |wheel| |supported-versions| |supported-implementations|
    | |commits-since|

.. |docs| image:: https://readthedocs.org/projects/mayan-dig/badge/?style=flat :target: https://mayan-dig.readthedocs.io/ :alt: Documentation Status

.. |github-actions| image:: https://github.com/andreoliwa/mayan-dig/actions/workflows/github-actions.yml/badge.svg :alt: GitHub Actions Build Status :target: https://github.com/andreoliwa/mayan-dig/actions

.. |codecov| image:: https://codecov.io/gh/andreoliwa/mayan-dig/branch/master/graphs/badge.svg?branch=master :alt: Coverage Status :target: https://codecov.io/github/andreoliwa/mayan-dig

.. |version| image:: https://img.shields.io/pypi/v/mayan-dig.svg :alt: PyPI Package latest release :target: https://pypi.org/project/mayan-dig

.. |wheel| image:: https://img.shields.io/pypi/wheel/mayan-dig.svg :alt: PyPI Wheel :target: https://pypi.org/project/mayan-dig

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/mayan-dig.svg :alt: Supported versions :target: https://pypi.org/project/mayan-dig

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/mayan-dig.svg :alt: Supported implementations :target: https://pypi.org/project/mayan-dig

.. |commits-since| image:: https://img.shields.io/github/commits-since/andreoliwa/mayan-dig/v0.0.0.svg :alt: Commits since latest release :target: https://github.com/andreoliwa/mayan-dig/compare/v0.0.0...master

.. end-badges

Dig files from Mayan cabinets

  • Free software: MIT license

Installation

::

pip install mayan-dig

You can also install the in-development version with::

pip install https://github.com/andreoliwa/mayan-dig/archive/master.zip

Documentation

https://mayan-dig.readthedocs.io/

Development

To run all the tests run::

tox

Note, to combine the coverage data from all the tox environments run:

.. list-table:: :widths: 10 90 :stub-columns: 1

- - Windows
  - ::

        set PYTEST_ADDOPTS=--cov-append
        tox

- - Other
  - ::

        PYTEST_ADDOPTS=--cov-append tox