spiffworkflow-backend/README.rst

103 lines
2.9 KiB
ReStructuredText
Raw Normal View History

Spiffworkflow Backend
2022-05-13 17:42:42 +00:00
==========
|PyPI| |Status| |Python Version| |License|
|Read the Docs| |Tests| |Codecov|
|pre-commit| |Black|
.. |PyPI| image:: https://img.shields.io/pypi/v/spiffworkflow-backend.svg
:target: https://pypi.org/project/spiffworkflow-backend/
2022-05-13 17:42:42 +00:00
:alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/spiffworkflow-backend.svg
:target: https://pypi.org/project/spiffworkflow-backend/
2022-05-13 17:42:42 +00:00
:alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/spiffworkflow-backend
:target: https://pypi.org/project/spiffworkflow-backend
2022-05-13 17:42:42 +00:00
:alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/spiffworkflow-backend
2022-05-13 17:42:42 +00:00
:target: https://opensource.org/licenses/MIT
:alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/spiffworkflow-backend/latest.svg?label=Read%20the%20Docs
:target: https://spiffworkflow-backend.readthedocs.io/
:alt: Read the documentation at https://spiffworkflow-backend.readthedocs.io/
.. |Tests| image:: https://github.com/sartography/spiffworkflow-backend/workflows/Tests/badge.svg
:target: https://github.com/sartography/spiffworkflow-backend/actions?workflow=Tests
2022-05-13 17:42:42 +00:00
:alt: Tests
.. |Codecov| image:: https://codecov.io/gh/sartography/spiffworkflow-backend/branch/main/graph/badge.svg
:target: https://codecov.io/gh/sartography/spiffworkflow-backend
2022-05-13 17:42:42 +00:00
:alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Black
Features
--------
* TODO
Requirements
------------
2022-06-22 02:34:27 +00:00
* Python 3.9+
2022-05-13 17:42:42 +00:00
Installation
------------
You can install *Spiffworkflow Backend* via pip_ from PyPI_:
2022-05-13 17:42:42 +00:00
.. code:: console
$ pip install spiffworkflow-backend
2022-05-13 17:42:42 +00:00
Usage
-----
Please see the `Command-line Reference <Usage_>`_ for details.
Contributing
------------
Contributions are very welcome.
To learn more, see the `Contributor Guide`_.
License
-------
Distributed under the terms of the `MIT license`_,
*Spiffworkflow Backend* is free and open source software.
2022-05-13 17:42:42 +00:00
Issues
------
If you encounter any problems,
please `file an issue`_ along with a detailed description.
Credits
-------
This project was generated from `@cjolowicz`_'s `Hypermodern Python Cookiecutter`_ template.
.. _@cjolowicz: https://github.com/cjolowicz
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _MIT license: https://opensource.org/licenses/MIT
.. _PyPI: https://pypi.org/
.. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _file an issue: https://github.com/sartography/spiffworkflow-backend/issues
2022-05-13 17:42:42 +00:00
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://spiffworkflow-backend.readthedocs.io/en/latest/usage.html