Go to file
jasquat 053571500f cleaned up api to run process model w/ burnettk 2022-06-07 11:07:38 -04:00
.github updated to use spiffworkflow-backend naming w/ burnettk 2022-06-01 11:17:25 -04:00
bin added api to get process groups w/ burnettk 2022-06-03 10:56:07 -04:00
docs updated to use spiffworkflow-backend naming w/ burnettk 2022-06-01 11:17:25 -04:00
migrations added api to get process groups w/ burnettk 2022-06-03 10:56:07 -04:00
src/spiffworkflow_backend cleaned up api to run process model w/ burnettk 2022-06-07 11:07:38 -04:00
tests cleaned up api to run process model w/ burnettk 2022-06-07 11:07:38 -04:00
.cookiecutter.json updated to use spiffworkflow-backend naming w/ burnettk 2022-06-01 11:17:25 -04:00
.darglint initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
.flake8 updated to use spiffworkflow-backend naming w/ burnettk 2022-06-01 11:17:25 -04:00
.gitattributes initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
.gitignore gitignore pyrightconfig.json, and run fix_python_docstrings 2022-06-03 17:29:30 -04:00
.pre-commit-config.yaml ran precommit and ignoring html files with prettier since it has a hard time with jinja files w/ burnettk 2022-06-02 10:17:53 -04:00
.readthedocs.yml initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
.tool-versions initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
CODE_OF_CONDUCT.rst initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
CONTRIBUTING.rst updated to use spiffworkflow-backend naming w/ burnettk 2022-06-01 11:17:25 -04:00
Dockerfile added ability to build and run with docker w/ burnettk 2022-06-01 14:50:44 -04:00
LICENSE.rst initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
README.rst updated to use spiffworkflow-backend naming w/ burnettk 2022-06-01 11:17:25 -04:00
codecov.yml initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
conftest.py added api to get process groups and added some cors support w/ burnettk 2022-06-03 11:40:19 -04:00
docker-compose.yml we do not need mysql exposed to the host w/ burnettk 2022-06-06 12:33:15 -04:00
noxfile.py updated to use spiffworkflow-backend naming w/ burnettk 2022-06-01 11:17:25 -04:00
poetry.lock added ability to build and run with docker w/ burnettk 2022-06-01 14:50:44 -04:00
pyproject.toml added ability to build and run with docker w/ burnettk 2022-06-01 14:50:44 -04:00
sonar-project.properties updated to use spiffworkflow-backend naming w/ burnettk 2022-06-01 11:17:25 -04:00
wsgi.py ran precommit and ignoring html files with prettier since it has a hard time with jinja files w/ burnettk 2022-06-02 10:17:53 -04:00

README.rst

Spiffworkflow Backend
==========

|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/
   :alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/spiffworkflow-backend.svg
   :target: https://pypi.org/project/spiffworkflow-backend/
   :alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/spiffworkflow-backend
   :target: https://pypi.org/project/spiffworkflow-backend
   :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/spiffworkflow-backend
   :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
   :alt: Tests
.. |Codecov| image:: https://codecov.io/gh/sartography/spiffworkflow-backend/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/sartography/spiffworkflow-backend
   :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
------------

* Python 3.8+


Installation
------------

You can install *Spiffworkflow Backend* via pip_ from PyPI_:

.. code:: console

   $ pip install spiffworkflow-backend


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.


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
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://spiffworkflow-backend.readthedocs.io/en/latest/usage.html