Metadata-Version: 2.0
Name: django-billjobs
Version: 0.7.1
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
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: django (>1.10)
Requires-Dist: reportlab (==3.4.0)
Requires-Dist: requests (>2.18.4)

========
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: this project is going to be closed soon** Do not use it for a new project

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 coworkers and their bills.

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

We use it at `Cowork'in Montpellier <http://www.coworkinmontpellier.org>`__ and `Le village <http://www.levillage.co/>`__, 
and `Sète en Commun <https://www.facebook.com/Setencommun/>`__ three coworking spaces in South of France

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

Requirements
------------

  - **Python**: 3.4+
  - **Django**: 1.10+
  - **Reportlab**: 3.3+
  - **Requests**: 2.18+



