Facturation et paiement
Go to file
Thomas NOËL dbdf44777f start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00
debian start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00
lingo start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00
tests start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00
.gitignore start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00
.pre-commit-config.yaml initial commit 2022-05-02 15:58:19 +02:00
COPYING add COPYING GNU Affero GPL license file 2022-05-02 16:07:37 +02:00
Jenkinsfile start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00
MANIFEST.in start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00
README initial commit 2022-05-02 15:58:19 +02:00
getlasso3.sh start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00
manage.py start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00
pylint.rc start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00
pylint.sh start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00
setup.py start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00
tox.ini start a Publik Django application (#64765) 2022-05-11 14:44:36 +02:00

README

Lingo
=====

Lingo is a billing and payment module for the Publik system.


Code Style
----------

black is used to format the code, using thoses parameters:

    black --target-version py37 --skip-string-normalization --line-length 110

isort is used to format the imports, using those parameters:

    isort --profile black --line-length 110

pyupgrade is used to automatically upgrade syntax, using those parameters:

    pyupgrade --keep-percent-format --py37-plus

There is .pre-commit-config.yaml to use pre-commit to automatically run black,
isort and pyupgrade before commits. (execute `pre-commit install` to install
the git hook.)


License
-------

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
details.

You should have received a copy of the GNU Affero General Public License along
with this program.  If not, see <http://www.gnu.org/licenses/>.