Metadata-Version: 1.1
Name: python-pytm
Version: 0.0.2
Summary: PyTM - an Open Source Python Time Management Tool for Mankind
Home-page: https://github.com/wasi0013/PyTM
Author: Wasi Mohammed Abdullah
Author-email: wasi0013@gmail.com
License: MIT
Description:  .. image:: https://github.com/wasi0013/PyTM/raw/master/ext/images/PyTM-logo.png
            :target: https://github.com/wasi0013/PyTM/
            :alt: PyTM - Logo
        
        
        
        
        **PУΓM** - an **Open Source** Python Time Management Tool for *Mankind*
        -----------------------------------------------------------------------
        
        |BuildStatus| |image1| |image2| |image3| |Contributors| |JoinSlack| |DownloadStats| |DocsStats|
        
        .. |BuildStatus| image:: https://travis-ci.org/wasi0013/PyTM.png?branch=master
           :target: https://travis-ci.org/wasi0013/PyTM
           :alt: Travis CI Build Status
        .. |image1| image:: https://badge.fury.io/py/python-pytm.png
           :target: https://badge.fury.io/py/python-pytm
        .. |image2| image:: https://img.shields.io/pypi/l/python-pytm.svg
           :target: https://pypi.org/project/python-pytm/
        .. |image3| image:: https://img.shields.io/pypi/pyversions/python-pytm.svg
           :target: https://pypi.org/project/python-pytm/
           :alt: Supported Python Versions
        .. |Contributors| image:: https://img.shields.io/github/contributors/wasi0013/PyTM.svg
           :target: https://github.com/wasi0013/PyTM/graphs/contributors
           :alt: List of Contributors
        .. |JoinSlack| image:: https://img.shields.io/badge/join%20-slack-orange.svg
           :target: https://python-pytm.slack.com/
           :alt: Join The PyTM discussion on Slack
        .. |DownloadStats| image:: https://pepy.tech/badge/python-pytm
           :target: https://pepy.tech/project/python-pytm
           :alt: Download Stats
        .. |DocsStats| image:: https://readthedocs.org/projects/pytm/badge/?version=latest
           :target: https://pytm.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        
        Goals
        -----
        
        Primary target is to increase productivity by helping *Humanity* to monitor their usage of time
        without compromising privacy.
        
        
        Features
        --------
        
        * Initial Command Line Interface (using Click)
        
        Installing PyTM
        ---------------
        
        You can download it from Python Package Index! For example::
        
            pip install python-pytm
        
        or, you can install it using pipenv too!::
        
            pipenv install python-pytm
        
        Checkout the version by typing the following in your terminal/command prompt::
        
            pytm --version
        
        
        For a list of all the available options or, arguments try::
        
            pytm --help
        
        
        
        Running the tests
        -----------------
        
        * Clone this `repository <https://github.com/wasi0013/PyTM>`_
        
        * Install dependencies::
        
            pip install -r requirements.txt
        
        * run the tests::
        
            py.test
        
        
        Built With :heart: using
        ------------------------
        
        * `Python <https://python.org/>`_
        
        Contributing
        ------------
        
        Please read `CONTRIBUTING.rst <CONTRIBUTING.rst>`_ for details on our code of conduct, and the process for submitting pull requests to us. You are encouraged to contribute or, try it out.
        
        Any bug reports/suggestions/improvements/feature requests are highly appreciated. Just let us know by `creating issues <https://github.com/wasi0013/PyTM/issues/new/>`_
        
        Version
        -------
        We use `SemVer <http://semver.org/>`_. For the versions available, see the `tags on this repository <https://github.com/wasi0013/PyTM/tags>`_
        
        Author
        ------
        * `Wasi Mohammed Abdullah <https://www.wasi0013.com/>`_ - (`wasi0013 <https://github.com/wasi0013>`_)
        
        See also the list of `contributors <https://github.com/wasi0013/PyTM/contributors>`_ who participated in this project.
        
        License
        -------
        This project is licensed under the MIT License - see the `LICENSE <LICENSE>`_ file for details.
        
        
        Acknowledgments
        ---------------
        * Inspiration -   `Time Doctor <https://www.timedoctor.com/>`_
        * This project is bootstrapped using `this cookiecutter package <https://github.com/audreyr/cookiecutter-pypackage>`_
        
        
        **NOTE:** "*This Project is still a work in progress.*"
        
        
        
        Documentation
        -------------
        
        The full documentation is at http://PyTM.rtfd.org.
        
        
        
        History
        -------
        
        0.0.1 (2018-10-23)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: PyTM
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 :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
