Metadata-Version: 1.2
Name: meditate
Version: 0.0.17
Summary: A command line meditation clock.
Home-page: https://github.com/yuvallanger/meditate
Author: Yuval Langer
Author-email: yuval.langer@gmail.com
License: AGPL-3.0-or-later
Project-URL: Source, https://github.com/yuvallanger/meditate
Project-URL: Tracker, https://github.com/yuvallanger/meditate/issues
Project-URL: GitLab Mirror, https://gitlab.com/yuvallanger/meditate
Description-Content-Type: UNKNOWN
Description: ========
        Meditate
        ========
        
        A command line meditation clock.
        
        Installation:
        -------------
        
        * user install: ::
        
            pip install --user meditate
        
        * system wide (why would you do such a thing?): ::
        
            sudo pip install meditate
        
        Copyright
        ---------
        
        * The `meditate package`_ is released under the `AGPL-3.0-or-later`_.
        
        * The `bell sound`_, taken from `freesound.org`_, is licensed under
          CC0_.
        
        
        .. _`bell sound`: sound/140128__jetrye__bell-meditation-cleaned.wav
        .. _freesound.org: https://freesound.org/people/JetRye/sounds/140128/
        .. _CC0: https://creativecommons.org/publicdomain/zero/1.0/
        .. _`meditate package`: https://pypi.python.org/pypi/meditate/
        .. _`AGPL-3.0-or-later`: https://www.gnu.org/licenses/agpl-3.0.en.html
        
Keywords: meditation
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Framework :: Trio
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3.6
Requires-Python: ~=3.6
