Metadata-Version: 2.1
Name: atoum
Version: 0.3.0
Summary: A Django application to manage shopping lists and stock of consumables
Home-page: https://github.com/sveetch/atoum
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/sveetch/atoum
Project-URL: Issue Tracker, https://github.com/sveetch/atoum/issues
Project-URL: Changelog, https://atoum.readthedocs.io/en/latest/history.html
Project-URL: Documentation, https://atoum.readthedocs.io/
Keywords: Python,Django
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENCE.txt
Requires-Dist: Django<5.1,>=4.2
Requires-Dist: django-smart-media>=0.3.0
Requires-Dist: django-autocomplete-light>=3.11.0
Requires-Dist: django-import-export[cli,json,xlsx,yaml]>=3.4.0
Requires-Dist: whoosh-reloaded>=2.7.5
Requires-Dist: django-haystack>=3.3.0
Requires-Dist: django-crispy-forms>=2.3
Requires-Dist: crispy-bootstrap5>=2024.10
Provides-Extra: breadcrumbs
Requires-Dist: django-view-breadcrumbs>=2.5.0; extra == "breadcrumbs"
Provides-Extra: sandbox
Requires-Dist: diskette>=0.3.6; extra == "sandbox"
Requires-Dist: django-debug-toolbar>=4.4.0; extra == "sandbox"
Requires-Dist: py-css-styleguide>=1.2.0; extra == "sandbox"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-django>=4.0.0; extra == "dev"
Requires-Dist: factory-boy>=3.3.0; extra == "dev"
Requires-Dist: pyquery>=2.0.0; extra == "dev"
Requires-Dist: freezegun>=1.2.0; extra == "dev"
Provides-Extra: quality
Requires-Dist: flake8>=6.0.0; extra == "quality"
Requires-Dist: tox>=4.11.0; extra == "quality"
Provides-Extra: doc
Requires-Dist: sphinx>=8.0.2; extra == "doc"
Requires-Dist: furo>=2024.8.6; extra == "doc"
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
Provides-Extra: doc-live
Requires-Dist: livereload>=2.7.0; extra == "doc-live"
Provides-Extra: release
Requires-Dist: twine; extra == "release"

.. _Python: https://www.python.org/
.. _Django: https://www.djangoproject.com/
.. _django-smart-media: https://github.com/sveetch/django-smart-media
.. _whoosh-reloaded: https://github.com/Sygil-Dev/whoosh-reloaded
.. _django-haystack: https://github.com/django-haystack/django-haystack
.. _django-crispy-forms: https://github.com/django-crispy-forms/django-crispy-forms
.. _crispy-bootstrap5: https://github.com/django-crispy-forms/crispy-bootstrap5

=====
Atoum
=====

A Django application to manage shopping list and stock of consumables.

This is currently in beta stage development.


Dependencies
************

* `Python`_>=3.9;
* `Django`_>=4.2,<5.0;
* `django-smart-media`_>=0.3.0;
* `whoosh-reloaded`_>=2.7.5;
* `django-haystack`_>=3.3.0;
* `django-crispy-forms`_>=2.3
* `crispy-bootstrap5`_>=2024.10


Links
*****

* **Not yet** Read the documentation on `Read the docs <https://atoum.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.python.org/pypi/atoum>`_;
* Clone it on its `Github repository <https://github.com/sveetch/atoum>`_;


Credits
*******

Logo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.
