Go to file
jasquat 980eff6d23 saving bpmn diagrams work again w/ burnettk 2022-06-01 11:10:00 -04:00
.github just skip unless main 2022-05-26 13:34:19 -04:00
bin Much simplier custom script engine - can execute fully automated workflows now. 2022-05-27 15:02:09 -04:00
docs initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
migrations some auto linting fixes w/ burnettk 2022-05-31 14:10:00 -04:00
src/spiff_workflow_webapp saving bpmn diagrams work again w/ burnettk 2022-06-01 11:10:00 -04:00
tests saving bpmn diagrams work again w/ burnettk 2022-06-01 11:10:00 -04:00
.cookiecutter.json initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
.darglint initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
.flake8 pre-commit is passing w/ burnettk 2022-05-31 14:36:47 -04:00
.gitattributes initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
.gitignore some auto linting fixes w/ burnettk 2022-05-31 14:10:00 -04:00
.pre-commit-config.yaml exclude migrations from static analysis since they are auto-generated 2022-05-23 22:29:19 -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 drop support for python 3.7 2022-05-20 17:45:10 -04:00
LICENSE.rst initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
README.rst drop support for python 3.7 2022-05-20 17:45:10 -04:00
codecov.yml initial commit w/ burnettk 2022-05-13 13:42:42 -04:00
conftest.py pass db type to typeguard w/ burnettk 2022-05-20 11:55:09 -04:00
noxfile.py added process models and cleaned up some of the code w/ burnettk 2022-05-23 16:36:23 -04:00
poetry.lock wip: almost can create an instance w/ burnettk 2022-05-26 17:29:54 -04:00
pyproject.toml wip: almost can create an instance w/ burnettk 2022-05-26 17:29:54 -04:00
sonar-project.properties coverage ignore some files 2022-05-24 15:29:09 -04:00

README.rst

Spiff Workflow Webapp
==========

|PyPI| |Status| |Python Version| |License|

|Read the Docs| |Tests| |Codecov|

|pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/spiff-workflow-webapp.svg
   :target: https://pypi.org/project/spiff-workflow-webapp/
   :alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/spiff-workflow-webapp.svg
   :target: https://pypi.org/project/spiff-workflow-webapp/
   :alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/spiff-workflow-webapp
   :target: https://pypi.org/project/spiff-workflow-webapp
   :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/spiff-workflow-webapp
   :target: https://opensource.org/licenses/MIT
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/spiff-workflow-webapp/latest.svg?label=Read%20the%20Docs
   :target: https://spiff-workflow-webapp.readthedocs.io/
   :alt: Read the documentation at https://spiff-workflow-webapp.readthedocs.io/
.. |Tests| image:: https://github.com/sartography/spiff-workflow-webapp/workflows/Tests/badge.svg
   :target: https://github.com/sartography/spiff-workflow-webapp/actions?workflow=Tests
   :alt: Tests
.. |Codecov| image:: https://codecov.io/gh/sartography/spiff-workflow-webapp/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/sartography/spiff-workflow-webapp
   :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 *Spiff Workflow Webapp* via pip_ from PyPI_:

.. code:: console

   $ pip install spiff-workflow-webapp


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`_,
*Spiff Workflow Webapp* 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/spiff-workflow-webapp/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://spiff-workflow-webapp.readthedocs.io/en/latest/usage.html