Metadata-Version: 2.1
Name: iaweb.privacy
Version: 1.0a1
Summary: Privacy rules for IMIO web projects
Home-page: https://pypi.python.org/pypi/iaweb.privacy
Author: Martin Peeters
Author-email: support@imio.be
License: GPL version 2
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
License-File: LICENSE.GPL
License-File: LICENSE.rst

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on pypi or github. It is a comment.

=============
iaweb.privacy
=============

This package implement collective.privacy rules for IMIO web projects


Installation
------------

Install iaweb.privacy by adding it to your buildout::

    [buildout]

    ...

    eggs =
        iaweb.privacy


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/collective/iaweb.privacy/issues
- Source Code: https://github.com/collective/iaweb.privacy


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Martin Peeters, mpeeters [original author]


Changelog
=========


1.0a1 (2021-12-13)
------------------

- Initial release.
  [mpeeters]


