Fossbill Docs
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Source code

Fossbill has been developed with the Python programming language, the Flask HTTP micro-framework, SQLAlchemy for it’s database querying, Babel for localization, and WeasyPrint to generate PDF. And nothing more.

Fossbill proudly use SourceHut as forge for its development. Here the Fossbill hub project.

To run the code locally:

git clone https://git.sr.ht/~stacyharper/fossbill
cd fossbill
make instance/config.toml
$EDITOR instance/config.toml
make venv-dev
venv/bin/flask --app fossbill db upgrade head
make run

Send patches to the Development mailing list.

To learn how to use git send-email, please see git-send-email.io.

git config format.subjectPrefix 'PATCH fossbill'
git config sendemail.to '~stacyharper/fossbill-devel@lists.sr.ht'
git send-email -1 # to send your last commit