Metadata-Version: 1.1
Name: dewi
Version: 0.90
Summary: A toolchain and framework for everyday tasks
Home-page: https://github.com/LA-Toth/dewi
Author: Laszlo Attila Toth
Author-email: python-dewi@laszloattilatoth.me
License: GPLv3
Description-Content-Type: UNKNOWN
Description: 
            DEWI is started as a developer tool, but contains many different commands (small tools).
        
            DEWI can also use as a framework via its plugins - it's highly extensible.
        
            It contains commands for
            * syncing directory trees to local / remote location
            * manage photos to eliminate duplicates and sort them in year/year-month/year-month-day/FNAME.EXT form
            * edit files specified as filename:linenumber form
            * split Balabit's Zorp logs to one session per file
            * log into the Ubuntu (Linux) running bash on ubuntu on windows, to the same directory
        
            It also contains framework for
            * plugins (used by DEWI)
            * generic modules (to split task, and so on) with a Config - dict to store values; and emit messages
            * logparser: parse log files by modules based on the generic modules and emit messages
            
Keywords: tool framework development synchronization
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Documentation :: Sphinx
