Metadata-Version: 2.1
Name: qbirthday
Version: 0.7.0b5
Summary: QBirthday birthday reminder
Home-page: https://github.com/lafrech/qbirthday
Author: Jérôme Lafréchoux
Author-email: jerome@jolimont.fr
License: GPLv2
Project-URL: Bug Tracker, https://github.com/lafrech/qbirthday/issues
Project-URL: Source Code, https://github.com/lafrech/qbirthday
Keywords: QBirthday birthday reminder
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: PyQt5>=5.15

*********
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).
