Metadata-Version: 2.1
Name: django-billjobs
Version: 0.12.0
Summary: A django billing app for coworking space.
Home-page: https://github.com/ioO/django-billjobs
Author: Lionel Chanson
Author-email: github@lionelchanson.fr
License: X11 License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: django <5
Requires-Dist: reportlab <3.7
Requires-Dist: requests <2.28

========
Billjobs
========
.. image:: https://travis-ci.org/ioO/django-billjobs.svg?branch=master
   :alt: Travis Build Status
   :target: https://travis-ci.org/ioO/django-billjobs

.. image:: https://coveralls.io/repos/github/ioO/django-billjobs/badge.svg?branch=master
   :target: https://coveralls.io/github/ioO/django-billjobs?branch=master
   :alt: Coverage Status

.. image:: https://readthedocs.org/projects/django-billjobs/badge/?version=latest
   :target: http://django-billjobs.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

**Warning: I maintain this project 2/3 times a year.** If you start a new coworking space as a french non-profit
organization, this project could help you on the first time. Otherwise, it must be wiser to use another software.

A django billing app for coworking space.

We intend to keep things as simple as we can and with an easy user experience. This apps is designed to manage invoices
of coworkers.

**No tax management**. There is no tax for non-profit organization in
France. This application doesn't manage tax, it displays only legal
French informations and tax 0% in invoice.

We use it at `Cowork'in Montpellier <http://www.coworkinmontpellier.org>`__ and `Le Vîllage <https://www.levillage.co/>`__, 
two coworking spaces in South of France

  * `Documentation <http://django-billjobs.readthedocs.io/en/latest/>`__
  * `Issue Tracking <https://github.com/ioO/django-billjobs/issues>`__

Upgrade dependencies
--------------------
``
pipenv install
pipenv requirements > requirements.txt
``

How to release
--------------
``
rm -rf dist/*
pipenv run python3 -m build
pipenv run twine upload dist/*
``
More information: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/
