Metadata-Version: 2.1
Name: bzoinq
Version: 0.1.5
Summary: Play a sound or run a function at some datetime
Home-page: https://github.com/lapisdecor/bzoinq
Author: Luis Louro
Author-email: lapisdecor@gmail.com
License: MIT license
Keywords: bzoinq
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

bzoinq
======


.. image:: https://img.shields.io/pypi/v/bzoinq.svg
   :target: https://pypi.python.org/pypi/bzoinq
   :alt: Pypi


.. image:: https://img.shields.io/travis/lapisdecor/bzoinq.svg
   :target: https://travis-ci.org/lapisdecor/bzoinq
   :alt: Travis CI


.. image:: https://readthedocs.org/projects/bzoinq/badge/?version=latest
   :target: https://bzoinq.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status


.. image:: https://pyup.io/repos/github/lapisdecor/bzoinq/shield.svg
   :target: https://pyup.io/repos/github/lapisdecor/bzoinq/
   :alt: Updates


Run tasks and/or play sound alarms at a given datetime



- Free software: MIT license
- Documentation: https://bzoinq.readthedocs.io.


Features
--------

- Create tasks that run functions and/or play a sound alarm
- Bzoinq object is like a task list
- Monitor object has it's own thread and watches for new tasks and sorts tasks according to task alarm time
- Tasks will load automatically when you start your program but you must save your tasks when you exit.


Dependencies
------------

This package has only been tested on Ubuntu Linux.

Credits
---------
Bzoinq is by Luis Louro and contributers are welcome


History
=======

0.1.4 (2017-05-12)

- Tasks can now include external functions
- sound plays by default but can be turned off if parameter sound=False when creating a task.


0.1.3 (2017-04-06)

- Minor bug fixes

0.1.2. (2017-03-19)
-------------------

- Adds sound file

0.1.1 (2017-03-19)
------------------

- Fixes some bugs and now uses pysound

0.1.0 (2017-03-04)
------------------

- First release on PyPI.


