Metadata-Version: 2.1
Name: conjunto
Version: 0.0.2
Summary: Django application framework/helpers using HTMX, tabler.io, tables2, crispy-forms & more.
Keywords: python,django,htmx,framework,i18n
Author-email: Christian González <christian.gonzalez@nerdocs.at>
Description-Content-Type: text/markdown
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Requires-Dist: django~=4.2
Requires-Dist: django-countries
Requires-Dist: django-phonenumber-field[phonenumberslite]
Requires-Dist: django-crispy-forms
Requires-Dist: crispy-bootstrap5
Requires-Dist: django-htmx
Requires-Dist: django-tables2
Requires-Dist: django-versionfield
Requires-Dist: django-markdownify
Requires-Dist: django-web-components
Requires-Dist: django-statici18n
Requires-Dist: build ; extra == "dev"
Requires-Dist: twine ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: black ; extra == "dev"
Project-URL: Homepage, https://github.com/nerdocs/conjunto
Project-URL: Repository, https://github.com/nerdocs/conjunto
Provides-Extra: dev

# Conjunto

## Description
Conjunto is a Django application framework using [HTMX](https://htmx.org), [tabler.io](https://tabler.io), [crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) and more.

## Installation
You can install the package by using pip (best using a virtualenv):

```bash
pip install conjunto
```

## Usage
TODO


## Development setup
For setting up development environment you will need pytest, pre-commit and black. You can install these by running (in the project directory):

```bash
pip install .[dev]
```

## Contributing
Pull requests and general ideas are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
The Conjunto project is open-source and licensed under the MIT License. Please keep in mind that Conjunto uses many other libraries, which may be under different licenses.

## TODOS

* [ ] add option to change background style when site is a testing site.
