Metadata-Version: 1.1
Name: taggo
Version: 0.10.0
Summary: Tag organizer that creates symlinks from filename-tags
Home-page: https://github.com/xeor/taggo
Author: Lars Solberg
Author-email: lars.solberg@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: taggo
        =====
        
        .. image:: https://img.shields.io/pypi/v/taggo.svg
                :target: https://pypi.python.org/pypi/taggo
        
        .. image:: https://img.shields.io/travis/xeor/taggo.svg
                :target: https://travis-ci.org/xeor/taggo
        
        .. image:: https://img.shields.io/coveralls/xeor/taggo.svg
                :target: https://coveralls.io/github/xeor/taggo?branch=master
        
        .. image:: https://readthedocs.org/projects/taggo/badge/?version=latest
                :target: https://taggo.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/xeor/taggo/shield.svg
             :target: https://pyup.io/repos/github/xeor/taggo/
             :alt: Updates
        
        Tag organizer that uses names of files and folders to create symlinks.
        Tags are defined by using #hashtags in the name. They can also be as many sub levels as you want, like #sub-hash-tag
        
        **note**
        This version should work now, but the "old" version is still tagged at https://github.com/xeor/taggo/tree/0.2.
        The old version worked fine at python 2 (but not 3). It also had config-file instead of parameters. Check out the
        repo if you want it..
        
        * Free software: MIT license
        * Documentation: https://taggo.readthedocs.io
        * Source: https://github.com/xeor/taggo
        * Issues: https://github.com/xeor/taggo/issues
        
        Introduction
        ------------
        
        This project is in beta stage, please report bugs :)
        
        Any questions, thoughts, bugs are very welcome!
        
        
        Requirements
        ------------
        
        * Python 2.7+ or 3.6+, rest is untested
        
        
        FAQ
        ---
        
        * Why the name taggo?
        
          * It's a tagging tool. It does stuff with tags. What do you suggest? Tagging, taggs, tags, tag2fold... no.. Taggo!
        
        * Why do you want to create tags with symlinks?
        
          * Because everyone have underestimated the power of tagging data.
          * Photo filenames are just wasted, what does DCIM1234.jpg tell you?
          * You know you miss one folder that contains all your dog pictures.
          * You sould not depend on a 3rd party program/database to manage
            your files/photos.
        
        
        =======
        History
        =======
        
        0.9.0 (2017-10-21)
        ------------------
        
        * Python 2.7 support
        
        0.8.0 (2017-10-21)
        ------------------
        
        * Good test coverage
        * Things are mostly working
        * Rename functionality
        * List/info
        * Much more
        
        0.4.0 (2017-10-08)
        ------------------
        
        * Started a complete rewrite, mainly focusing on using python 3.6
        * Test on PyPI.. Non working version.
        
        0.2 (2017-10-07)
        ------------------
        
        * Checkpoint of the old version working only with 2.x. This checkpoint contains code from many years ago.
        
Keywords: taggo
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Filesystems
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
