Metadata-Version: 2.1
Name: abrechnung
Version: 0.4.1
Summary: Abrechnung - feature complete payment management and bookkeeping.
Author-email: Michael Loipführer <milo@sft.lol>, Jonas Jelten <jj@sft.lol>, Michael Enßlin <mic@sft.lol>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: aiohttp~=3.8
Requires-Dist: aiohttp-cors~=0.7
Requires-Dist: asyncpg~=0.24
Requires-Dist: bcrypt~=3.2
Requires-Dist: pyjwt~=2.2
Requires-Dist: PyYAML~=5.3
Requires-Dist: marshmallow~=3.14
Requires-Dist: schema
Requires-Dist: email-validator~=1.1
Requires-Dist: apispec
Requires-Dist: webargs
Requires-Dist: black ; extra == "dev"
Requires-Dist: mypy~=0.930 ; extra == "dev"
Requires-Dist: types-PyYAML~=5.4 ; extra == "dev"
Requires-Dist: pylint~=2.12 ; extra == "dev"
Requires-Dist: sphinx ; extra == "docs"
Requires-Dist: sphinx-autobuild ; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints ; extra == "docs"
Requires-Dist: aiosmtpd~=1.4 ; extra == "test"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Project-URL: Documentation, https://abrechnung.readthedocs.io
Project-URL: Source, https://github.com/SFTtech/abrechung
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test

# abrechnung

[![GitHub Actions Status](https://github.com/SFTtech/abrechnung/actions/workflows/ci_testing.yaml/badge.svg)](https://github.com/SFTtech/abrechnung/actions/workflows/ci_testing.yaml)

The **Abrechnung** aims to be a fully fledged, fully featured solution for payment management and bookkeeping in groups.

* [documentation](https://abrechnung.readthedocs.io)

## Contributing

If there is that feature that you really want to see implemented, you found a bug or would like to help in some other 
way please head over to the [contributing](https://abrechnung.readthedocs.io/en/latest/contributing.html) page.


## Contact

If you have questions, suggestions, encounter any problem, please join our Matrix or IRC channel and ask!

```
#sfttech:matrix.org
irc.freenode.net #sfttech
```

Of course, create [issues](https://github.com/SFTtech/abrechnung/issues)
and [pull requests](https://github.com/SFTtech/abrechnung/pulls).

## License

Released under the **GNU Affero General Public License** version 3 or later, see [COPYING](COPYING)
and [LICENSE](LICENSE) for details.

