Metadata-Version: 2.4
Name: urban.events
Version: 1.0.1
Summary: Events configuration for Urban
Home-page: https://github.com/IMIO/urban.events
Author: Affinitic
Author-email: support@imio.be
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/urban.events
Project-URL: Source, https://github.com/IMIO/urban.events
Project-URL: Tracker, https://github.com/IMIO/urban.events/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
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)
Requires-Python: >=2.7
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: plone.api
Requires-Dist: plone.app.dexterity
Requires-Dist: plone.restapi
Requires-Dist: z3c.jbot
Requires-Dist: collective.exportimport
Requires-Dist: enum34
Provides-Extra: test
Requires-Dist: plone.app.contenttypes; extra == "test"
Requires-Dist: plone.app.iterate; extra == "test"
Requires-Dist: plone.app.robotframework[debug]; extra == "test"
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

============
urban.events
============

Events configuration for Urban

Features
--------

- Can be bullet points


Examples
--------

This add-on can be seen in action at the following sites:
- Is there a page on the internet where everybody can see the features?


Documentation
-------------

Full documentation for end users can be found in the "docs" folder, and is also available online at ...


Translations
------------

This product has been translated into

- French


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

Install urban.events by adding it to your buildout::

    [buildout]

    ...

    eggs =
        urban.events


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/IMIO/urban.events/issues
- Source Code: https://github.com/IMIO/urban.events


Support
-------

If you are having issues, please let us know.


License
-------
The project is licensed under the GPLv2.


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

- Martin Peeters [mpeeters] - Affinitic


Changelog
=========

.. You should *NOT* be adding new change log entries to this file.
   You should create a file in the news directory instead.
   For helpful instructions, please see:
   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst

.. towncrier release notes start

1.0.1 (2026-01-22)
------------------

Bug fixes:


- Fix python requirement
  [mpeeters] (URB-3482)


1.0.0 (2026-01-22)
------------------

New features:


- Add event config and upgrade step for roaddecree and housing
  [jchandelle] (URBBDC-3142)


1.0.0a5 (2024-06-27)
--------------------

New features:


- URB-3005: Add `recepisse-de-plans-modificatifs` to standard config
  [daggelpop]
  URB-3005: Move `recepisse-de-plans-modificatifs` config to appropriate package
  [daggelpop] (URB-3005)


1.0.0a4 (2024-03-23)
--------------------

New features:


- Update or fix TAL Condition on CODT 2024 new events.
  Fix `eventType` attribute on Urban classic.
  [mpeeters] (URB-3006)


1.0.0a3 (2024-03-18)
--------------------

Bug fixes:


- Fix an error with event config on Urban Classic
  [mpeeters] (URB-3006)


1.0.0a2 (2024-03-14)
--------------------

Bug fixes:


- Fix enum dependency
  [jchandelle] (URB-3006)


1.0.0a1 (2024-03-13)
--------------------

New features:


- Add function to import event config and create
  new CODT reform events at profile import.
  Split configuration files between urban classic and liege.
  [jchandelle, daggelpop, mpeeters] (URB-3006)


Bug fixes:


- Avoid an error between liege and main urban branch
  Fix existing content handling
  [mpeeters, jchandelle] (URB-3006)
