Metadata-Version: 2.1
Name: kammanta
Version: 1.0.10a0
Summary: A productivity and life organizing application where data is stored as text files and directories
Home-page: https://gitlab.com/SunyataZero/kammanta
Author: Tord Dellsén
Author-email: tord.dellsen@gmail.com
License: GPLv3
Description: 
        
        #### ***Please note:*** This is a prototype in early development
        
        ## Kammanta
        
        Kammanta is a **productivity** and **life organizing** application inspired by the GTD© methodology,
        and with two features that set it apart:
        * Data is **stored as text files and directories** (the actual names of files and dirs are used)
        * The application is ***free software*** (free as in freedom) which means that the source code is
        open, and you can copy and create your own application if you want
        
        ### Installation
        
        The application is developed on Ubuntu. Some features may not work on other major platforms like Windows and MacOS
        
        #### Using pip
        
        ##### Debian-based Linux systems (for example Ubuntu)
        
        `pip3 install kammanta`
        
        This will install the application into the `~/.local/bin` directory
        
        ##### Windows and MacOS
        
        `pip install kammanta`
        
        
        #### Running from source
        
        Requirements:
        * Python 3.8
        * PyQt 5.14 (and PyQt5-sip)
        
        `pip3 install -r requirements.txt`
        
        Starting: `python3.8 kammanta.py`
        
        
        ### Screenshots
        
        ![main-with-docks](https://gitlab.com/SunyataZero/kammanta/-/raw/master/screenshots/main-with-docks.jpg)
        
        ![na-list](https://gitlab.com/SunyataZero/kammanta/-/raw/master/screenshots/na-list.jpg)
        
        ![prj-list](https://gitlab.com/SunyataZero/kammanta/-/raw/master/screenshots/prj-list.jpg)
        
        ### Videos
        
        [click-to-play-video-file](https://gitlab.com/SunyataZero/kammanta/-/raw/master/screenshots/2020-05-29_21-47-01.mp4)
        
        <!--
        Absolute paths:
        https://gitlab.com/SunyataZero/kammanta/-/raw/master/screenshots/___file-name.png___
        
        Video works for GitLab, but not for PyPI
        
        [download-video-file](https://gitlab.com/SunyataZero/kammanta/-/raw/master/screenshots/2020-05-29_21-47-01.mp4)
        
        
        -->
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: End Users/Desktop
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
