Metadata-Version: 2.1
Name: basx-bread
Version: 0.4.15
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
Provides-Extra: testing
License-File: LICENSE
License-File: LICENSE.carbon

[![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
```


