Metadata-Version: 2.4
Name: conjunto
Version: 0.0.25
Summary: Django application framework/helpers using Tetra, tabler.io, tables2, crispy-forms & more.
Author-email: Christian González <christian.gonzalez@nerdocs.at>
License-Expression: MIT
Project-URL: Homepage, https://github.com/nerdocs/conjunto
Project-URL: Repository, https://github.com/nerdocs/conjunto
Keywords: python,django,tetra,framework,i18n
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django>=5.1
Requires-Dist: django-countries
Requires-Dist: django-phonenumber-field[phonenumberslite]
Requires-Dist: django-crispy-forms
Requires-Dist: crispy-bootstrap5
Requires-Dist: django-tables2
Requires-Dist: django-versionfield
Requires-Dist: django-markdownify
Requires-Dist: django-web-components
Requires-Dist: django-statici18n
Requires-Dist: gdaps>=0.10.0
Requires-Dist: django-extensions>=3.2
Requires-Dist: Pillow
Requires-Dist: tetra>=0.2
Provides-Extra: dev
Requires-Dist: conjunto[prod]; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: pytest-django; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: black; extra == "dev"
Provides-Extra: doc
Requires-Dist: mkdocs; extra == "doc"
Requires-Dist: mkdocstrings-python; extra == "doc"
Requires-Dist: mkdocs-literate-nav; extra == "doc"
Requires-Dist: mkdocs-section-index; extra == "doc"
Requires-Dist: pymdown-extensions; extra == "doc"
Requires-Dist: pygments; extra == "doc"
Requires-Dist: mkdocs-api-autonav; extra == "doc"
Provides-Extra: prod
Dynamic: license-file

# Conjunto

## Description
Conjunto is a Django application framework using [Tetra](https://tetraframework.com), [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
There is a separate section in the [documentation](https://conjunto.readthedocs.io) available.


## 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.
