Metadata-Version: 1.1
Name: atimer
Version: 0.2.2
Summary: atimer - timer library for asyncio
Home-page: https://wrobell.dcmod.org/atimer
Author: Artur Wroblewski
Author-email: wrobell@riseup.net
License: GPLv3+
Description: The `atimer` library implements asynchronous timer Python coroutine, which
        can be used with Python `asyncio <https://docs.python.org/3/library/asyncio.html>`_
        module API.
        
        The timer allows to schedule tasks at regular intervals and is implemented
        on top of `timerfd <http://man7.org/linux/man-pages/man2/timerfd_create.2.html>`_
        Linux kernel interface.
        
        The `atimer` library is licensed under terms of GPL license, version 3, see
        `COPYING <https://www.gnu.org/licenses/gpl-3.0.en.html>`_ file for details.
        
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
