Metadata-Version: 1.1
Name: daysgrounded
Version: 0.0.17
Summary: *daysgrounded* allows you to manage your kid's grounded days (simple app for trying Python programming and testing procedures).
Home-page: https://github.com/jcrmatos/daysgrounded
Author: Joao Matos
Author-email: jcrmatos@gmail.com
License: GNU General Public License v2 or later (GPLv2+)
Description: daysgrounded
        ============
        
        *daysgrounded* allows you to manage your kid's grounded days (simple app for trying Python programming and testing procedures).
        
        Although the code is OS independent, I'm only able to test it in console (Windows Cmd) and Windows GUI.
        
        You shouldn't use this because it's just a fake app for allowing me to try Python programming and testing procedures.
        
        **Features:**
        
        * Saves a log file with all changes.
        * Saves grounded days total per child and last update date.
        * Allows changes in CLI and GUI (this last one has different widgets for the same function).
        
        Installation
        ------------
        
        .. code:: bash
        
            $ pip install daysgrounded
        
        Usage
        -----
        
        .. code:: bash
        
            $ daysgrounded
        
        Options
        -------
        
        .. code:: bash
        
            $ daysgrounded -h
            usage: daysgrounded [-option | child+/-days...]
        
            optional arguments:
              -h, --help            show this help message and exit
              -a, --auto            auto update based on date
              -v, --version         show version
              -l, --license         shows license
              child+/-days          eg. t+1 s-1
        
            No argument starts gui
        
        Resources
        ---------
        
        * `Repository <https://github.com/jcrmatos/DaysGrounded>`_
        
        Contributing
        ------------
        
        1. Fork the `repository`_ on GitHub.
        2. Make a branch of master and commit your changes to it.
        3. Ensure that your name is added to the end of the AUTHORS.txt file using the format:
           ``Name <email@domain.com> (url)``, where the ``(url)`` portion is optional.
        4. Submit a Pull Request to the master branch on GitHub.
        
        .. _repository: https://github.com/jcrmatos/DaysGrounded
        
Keywords: days grounded
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: Portuguese
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Other/Nonlisted Topic
