Skip to main content

Case Study content type for Plone.

Project description

logo

A Case Study content type for Plone

PyPI PyPI - Python Version PyPI - Wheel PyPI - License PyPI - Status

PyPI - Plone Versions

Code analysis checks Tests Code Style

GitHub contributors GitHub Repo stars

Features

collective.casestudy provides a Case Study content type to be used in Plone sites.

Documentation

This package supports Plone sites using Volto, but each project should provide their own view for this content type.

Installation

Add collective.casestudy to the Plone installation using pip:

pip install collective.casestudy

or add it as a dependency on your package's setup.py

    install_requires = [
        "collective.casestudy",
        "Plone",
        "plone.restapi",
        "setuptools",
    ],

Start Plone and activate the plugin in the addons control-panel.

Source Code and Contributions

If you want to help with the development (improvement, update, bug-fixing, ...) of collective.casestudy this is a great idea!

We appreciate any contribution and if a release is needed to be done on PyPI, please just contact one of us.

Development

You need a working python environment (system, virtualenv, pyenv, etc) version 3.7 or superior.

Then install the dependencies and a development instance using:

make build

To run tests for this package:

make test

By default we use the latest Plone version in the 6.x series.

License

The project is licensed under the GPLv2.

Changelog

1.0.0a2 (2023-05-15)

  • Added Spanish translation [macagua]

  • Use pytest-plone for testing. [ericof]

1.0.0a1 (2022-12-06)

  • Initial release. [ericof]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.casestudy-1.0.0a2.tar.gz (24.0 kB view hashes)

Uploaded Source

Built Distribution

collective.casestudy-1.0.0a2-py3-none-any.whl (28.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page