Metadata-Version: 2.4
Name: portalbrasil.core
Version: 1.0.0a4
Summary: Componentes base do PortalBrasil
Project-URL: Homepage, https://github.com/portal-br/core
Project-URL: PyPI, https://pypi.org/project/portalbrasil.core
Project-URL: Source, https://github.com/portal-br/core
Project-URL: Tracker, https://github.com/portal-br/core/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,Python
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: plone-api
Requires-Dist: plone-distribution==3.1.2
Requires-Dist: plone-restapi
Requires-Dist: plone-volto
Requires-Dist: plonegovbr-brfields==1.0.0a3
Requires-Dist: products-cmfplone==6.1.1
Provides-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; extra == 'test'
Requires-Dist: pytest-plone>=1.0.0a1; extra == 'test'
Requires-Dist: zest-releaser[recommended]; extra == 'test'
Requires-Dist: zestreleaser-towncrier; extra == 'test'
Description-Content-Type: text/markdown

# portalbrasil.core

Componentes base do PortalBrasil

## Features

* Base profile

## Installation

Install portalbrasil.core with `pip`:

```shell
pip install portalbrasil.core
```

And to create the Plone site:

```shell
make create_site
```

## Contribute

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

## 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-23 13:55:07. A special thanks to all contributors and supporters!
