Go to file
dependabot[bot] bc23eaa506
Bump virtualenv from 20.16.6 to 20.16.7 in /.github/workflows
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.16.6 to 20.16.7.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.16.6...20.16.7)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 15:12:06 +00:00
.github Bump virtualenv from 20.16.6 to 20.16.7 in /.github/workflows 2022-11-14 15:12:06 +00:00
docs Bump furo from 2022.6.21 to 2022.9.29 in /docs 2022-10-24 16:33:45 +00:00
src/flask_bpmn removed exra comment signs w/ burnettk 2022-10-27 15:39:38 -04:00
tests removed unused expression 2022-07-01 13:45:27 -04:00
.cookiecutter.json removed usage of jasquat w/ burnettk 2022-05-11 14:27:51 -04:00
.darglint first commit 2022-05-09 16:11:19 -04:00
.flake8 some more formatting fixes w/ burnettk 2022-05-11 16:37:38 -04:00
.gitattributes first commit 2022-05-09 16:11:19 -04:00
.gitignore ignore pyrightconfig.json 2022-06-21 18:00:43 -04:00
.pre-commit-config.yaml first commit 2022-05-09 16:11:19 -04:00
.readthedocs.yml first commit 2022-05-09 16:11:19 -04:00
.tool-versions Move to Python 3.11 (#27) 2022-11-09 13:45:16 -05:00
CODE_OF_CONDUCT.rst removed usage of jasquat w/ burnettk 2022-05-11 14:27:51 -04:00
CONTRIBUTING.rst removed usage of jasquat w/ burnettk 2022-05-11 14:27:51 -04:00
LICENSE.rst updated some docs including author name w/ burnettk 2022-05-11 14:03:13 -04:00
README.rst update readme 2022-05-26 17:39:49 -04:00
codecov.yml first commit 2022-05-09 16:11:19 -04:00
noxfile.py first commit 2022-05-09 16:11:19 -04:00
poetry.lock Bump pyupgrade from 3.2.1 to 3.2.2 2022-11-11 15:19:09 +00:00
pyproject.toml Bump pyupgrade from 3.2.1 to 3.2.2 2022-11-11 15:19:09 +00:00
sonar-project.properties exclude non-source-code 2022-05-26 22:51:47 -04:00

README.rst

Flask Bpmn
==========

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

|Read the Docs| |Tests| |Codecov|

|pre-commit| |Black|

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

* Provides bmpn engine functionality for inclusion in a flask application.


Requirements
------------

* Python 3.7+


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

You can install *Flask Bpmn* via pip_ from PyPI_:

.. code:: console

   $ pip install flask-bpmn


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`_,
*Flask Bpmn* 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/flask-bpmn/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://flask-bpmn.readthedocs.io/en/latest/usage.html