Metadata-Version: 2.4
Name: workers-control
Version: 0.1.5
Summary: A flask app for labour time accounting.
License-Expression: AGPL-3.0-or-later
Project-URL: Source, https://github.com/ida-arbeitszeit/workers-control
Project-URL: Documentation, https://workers-control.readthedocs.io/
Project-URL: Changelog, https://github.com/ida-arbeitszeit/workers-control/blob/master/CHANGELOG.md
Classifier: Framework :: Flask
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: alembic<=1.18.1,>=1.16.4
Requires-Dist: email-validator<=2.3.0,>=2.2.0
Requires-Dist: flask==3.1.2
Requires-Dist: flask-babel==4.0.0
Requires-Dist: flask-talisman==1.1.0
Requires-Dist: flask-login==0.6.3
Requires-Dist: flask-wtf==1.2.2
Requires-Dist: matplotlib<=3.10.8,>=3.10.5
Provides-Extra: profiling
Requires-Dist: flask_profiler; extra == "profiling"
Dynamic: license-file

|Generic badge|

.. |Generic badge| image:: https://github.com/ida-arbeitszeit/workers-control/actions/workflows/ci-checks.yml/badge.svg
   :target: https://github.com/ida-arbeitszeit/workers-control/actions/workflows/ci-checks.yml


.. start-introduction

*Workers Control* is a Web app for labour time accounting,
designed to be self-hosted by communities and organizations,
supporting a self-managed, cooperative, and equitable economy.

A demo instance of the application is running at
`https://demo-app.arbeitszeitrechnung.org/ <https://demo-app.arbeitszeitrechnung.org/>`_,
which can be used to explore the application and its features.

This application is based on the theory of Labour time accounting.
See `<https://arbeitszeitrechnung.org/en>`_ for more information about the concept.

.. end-introduction

Please refer to the `developer documentation <https://workers-control.readthedocs.io/>`_
to learn more about how to contribute to the project, set up a development environment,
and host the application.


License
=======

All source code is distributed under the conditions of the APGL. For
the full license text, see the file ``LICENSE`` contained in this
repository.


Changelog
=========

See the ``CHANGELOG.md`` file in this repository.
