Metadata-Version: 2.4
Name: portalbrasil.legislativo
Version: 4.0.0a1
Summary: Portal Modelo: Ferramenta de portais para casas do legislativo brasileiro
Project-URL: Homepage, https://github.com/portal-br/legislativo
Project-URL: PyPI, https://pypi.org/project/portalbrasil.legislativo
Project-URL: Source, https://github.com/portal-br/legislativo
Project-URL: Tracker, https://github.com/portal-br/legislativo/issues
Author-email: PloneGov-BR <gov@plone.org.br>
License-Expression: GPL-2.0-only
License-File: LICENSE.GPL
License-File: LICENSE.md
Keywords: CMS,Plone,Portal Modelo,PortalBrasil,eGov
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 6.1
Classifier: Framework :: Plone :: Addon
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: collective-honeypot
Requires-Dist: collective-volto-formsupport
Requires-Dist: portalbrasil-core==1.0.0a5
Provides-Extra: test
Requires-Dist: horse-with-no-namespace>=20250408.0; extra == 'test'
Requires-Dist: mypy>=1.15.0; extra == 'test'
Requires-Dist: plone-app-testing; extra == 'test'
Requires-Dist: plone-restapi[test]; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov==6.1.1; extra == 'test'
Requires-Dist: pytest-plone>=1.0.0a1; extra == 'test'
Description-Content-Type: text/markdown

# Portal Modelo
## PortalBrasil: Legislativo

Ferramenta de portais para casas do legislativo brasileiro

## Features

TODO: List our awesome features

## Installation

Install portalbrasil.legislativo with `pip`:

```shell
pip install portalbrasil.legislativo
```

And to create the Plone site:

```shell
make create_site
```

## Add features using `plonecli` or `bobtemplates.plone`

This package provides markers as strings (`<!-- extra stuff goes here -->`) that are compatible with [`plonecli`](https://github.com/plone/plonecli) and [`bobtemplates.plone`](https://github.com/plone/bobtemplates.plone).
These markers act as hooks to add all kinds of subtemplates, including behaviors, control panels, upgrade steps, or other subtemplates from `plonecli`.

To run `plonecli` with configuration to target this package, run the following command.

```shell
make add <template_name>
```

For example, you can add a content type to your package with the following command.

```shell
make add content_type
```

You can add a behavior with the following command.

```shell
make add behavior
```

```{seealso}
You can check the list of available subtemplates in the [`bobtemplates.plone` `README.md` file](https://github.com/plone/bobtemplates.plone/?tab=readme-ov-file#provided-subtemplates).
See also the documentation of [Mockup and Patternslib](https://6.docs.plone.org/classic-ui/mockup.html) for how to build the UI toolkit for Classic UI.
```

## Contribute

- [Issue Tracker](https://github.com/portal-br/legislativo/issues)
- [Source Code](https://github.com/portal-br/legislativo/)

## License

The project is licensed under GPLv2.

## Credits and Acknowledgements 🙏

This was generated by the [cookieplone-templates backend_addon template](https://github.com/plone/cookieplone-templates/tree/main/backend_addon) on 2025-03-14 18:50:03. A special thanks to all contributors and supporters!
