Metadata-Version: 2.4
Name: tendenci-group-on-email
Version: 0.1.11
Summary: Apply discounts and permissions to account groups based on email suffix eg. .edu.
Home-page: https://gitlab.com/sturm/tendenci-group-on-email
Author: Ben Sturmfels
Author-email: ben@sturm.com.au
Project-URL: Source, https://gitlab.com/sturm/tendenci-group-on-email.git
Project-URL: Bug Reports, https://gitlab.com/sturm/tendenci-group-on-email/issues
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
License-File: LICENSE
Dynamic: license-file

=======================
Tendenci Group on Email
=======================


Add automatic groups based on email suffix, eg. ".edu" for use with discounts and such.

* Free software: GNU General Public License v3

To install, add ``group_on_email`` to Django's ``INSTALLED_APPS`` setting.
Thereafter, members are added to and removed from the ".edu" group when their
profile is updated. The group can be entirely regenerated with the
``group_on_email`` management command.

*For commercial support and extensions to your Tendenci system, visit https://www.sturm.com.au/.*

=======
History
=======

0.1.11 (2026-08-24)
-------------------

Fixed typo in repository URL.


0.1.10 (2026-08-24)
-------------------

Moved repository to GitLab.


0.1.9 (2021-09-29)
------------------

Switched to setup.cfg.


0.1.0 (2018-03-01)
------------------

First release on PyPI.
