Metadata-Version: 2.2
Name: design.plone.opendata
Version: 1.0.0a0
Summary: Plone DCAT IT
Home-page: https://github.com/RedTurtle/design.plone.opendata
Author: RedTurtle
Author-email: info@redturtle.it
License: GPL version 2
Project-URL: PyPI, https://pypi.org/project/design.plone.opendata
Project-URL: Source, https://github.com/RedTurtle/design.plone.opendata
Project-URL: Tracker, https://github.com/RedTurtle/design.plone.opendata/issues
Keywords: Python Plone CMS
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.GPL
License-File: LICENSE.md
Requires-Dist: setuptools
Requires-Dist: Plone
Requires-Dist: plone.api
Requires-Dist: plone.restapi
Requires-Dist: rdflib
Provides-Extra: test
Requires-Dist: zest.releaser[recommended]; extra == "test"
Requires-Dist: zestreleaser.towncrier; 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>=0.5.0; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# design.plone.opendata

Plone DCAT AP IT

## Features

* [x] add a a OpendataDataset content type
* [x] add a RDF view to collect all dataset in DCAT-AP_IT

## Installation

Install design.plone.opendata with `pip`:

```shell
pip install design.plone.opendata
```

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/RedTurtle/design.plone.opendata/issues)
- [Source Code](https://github.com/RedTurtle/design.plone.opendata/)

## 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-02-14 14:59:03. A special thanks to all contributors and supporters!


# Contributors

- RedTurtle [info@redturtle.it]


## 1.0.0a0 (2025-03-13)

