Metadata-Version: 2.1
Name: basx-bread
Version: 0.4.4
Summary: Engine to create database applications based on Django and the IBM Carbon Design System
Home-page: https://github.com/basxsoftwareassociation/bread
Author: basx Software Association
Author-email: sam@basx.dev
License: New BSD License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
Requires-Dist: Django
Requires-Dist: python-dateutil
Requires-Dist: htmlgenerator
Requires-Dist: django-extensions
Requires-Dist: django-guardian
Requires-Dist: django-dynamic-preferences
Requires-Dist: django-countries
Requires-Dist: django-money[exchange]
Requires-Dist: django-simple-history
Requires-Dist: openpyxl
Requires-Dist: djangoql
Requires-Dist: celery
Requires-Dist: django-celery-results
Requires-Dist: django-celery-beat
Requires-Dist: celery-haystack-ng
Requires-Dist: whoosh
Requires-Dist: WeasyPrint
Requires-Dist: django-ckeditor
Provides-Extra: testing
Requires-Dist: hypothesis[django] ; extra == 'testing'

[![CI](https://github.com/basxsoftwareassociation/bread/actions/workflows/main.yml/badge.svg)](https://github.com/basxsoftwareassociation/bread/actions/workflows/main.yml)
[![Documentation Status](https://readthedocs.org/projects/basx-bread/badge/?version=latest)](https://basx-bread.readthedocs.io/en/latest/?badge=latest)
[![Translation status](https://hosted.weblate.org/widgets/basxconnect/-/bread/svg-badge.svg)](https://hosted.weblate.org/engage/basxconnect/)

Important
=========

This repo is in alpha-stage and highly experimental. We will not keep any backwards-compatability during the next few months. We work on improving stability as well as adding documentation and tests.

Documentation
-------------

Documentation is hosted at [readthedocs.io](https://basx-bread.readthedocs.io/en/latest/)

TODO before going to beta
-------------------------

- [ ] Finish this readme
- [ ] Documentation, partly prepared under docs, using the sphinx documentation system
- [x] Create readthedocs deployment
- [x] Some of the carbon-components still need to be implemented
- [x] Add index here: https://djangopackages.org/grids/
- [x] Create pip-distribution
- [ ] Review test-system, make test-runner
- [x] Enforce python standards: black, isort, flake8, bandit (https://github.com/psf/black/blob/master/docs/compatible_configs.md, for black-flake8)
- [ ] Review and complete tox


BREAD Engine
------------

This package provides functionality to create django database applications in a quick and customizable way.

Installation
------------

```bash
pip install basx-bread
```


