Metadata-Version: 2.3
Name: qbirthday
Version: 0.7.1
Summary: QBirthday birthday reminder
Author-email: Jérôme Lafréchoux <jerome@jolimont.fr>
Maintainer-email: Jérôme Lafréchoux <jerome@jolimont.fr>
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: X11 Applications :: Qt
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: PyQt5>=5.15
Project-URL: Changelog, https://github.com/lafrech/qbirthday/blob/master/CHANGELOG.rst
Project-URL: Issues, https://github.com/lafrech/qbirthday/issues
Project-URL: Source, https://github.com/lafrech/qbirthday

*********
QBirthday
*********

QBirthday is a birthday reminder status icon.


Features
========

- Several backends available (CSV file, Lightning, MySQL databse).
- Extendable to other backends.
- iCalendar export.


Requirements
============

QBirthday runs on Python >= 3.8.

It requires PyQt5 and optionally depends on mysqlclient if a MySQL database is used as backend.


Installation
============

Either as root or in a Python virtual environment:
::

    $ pip install qbirthday

To use MySQL backend, install mysqlclient:
::

    $ pip install mysqlclient


History
=======

QBirthday is a Qt port of GBirthday, a GTK application.


Project links
=============

- PyPI: https://pypi.python.org/pypi/qbirthday
- Changelog: https://github.com/lafrech/qbirthday/blob/master/CHANGELOG.rst
- Issues: https://github.com/lafrech/qbirthday/issues


License
=======

QBirthday is distributed under GPLv2 license (see LICENSE file).

