Metadata-Version: 2.1
Name: tikatree
Version: 0.0.5
Summary: Directory tree metadata parser using Apache Tika
Home-page: https://phabricator.kairohm.dev/diffusion/49/
Author: Zeigren
Author-email: zeigren@zeigren.com
License: UNKNOWN
Project-URL: Project Page, https://phabricator.kairohm.dev/project/view/51/
Description: # tikatree
        
        ## Directory tree metadata parser using [Apache Tika](http://tika.apache.org/)
        
        tikatree parses all files in a directory and creates a:
        
        - _metadata.json - A single file with the metdata from each file that was parsed
        - _file_tree.json - A list of all files and directories with some basic information
        - _directory_tree.txt - A graphical representation of the directory
        - _sfv.sfv - A CRC32 checksum
        
        ### Installation
        
        `pip install tikatree`
        
        tikatree uses [tika-python](https://github.com/chrismattmann/tika-python) for interacting with Apache Tika. You may need to refer to the [tika-python](https://github.com/chrismattmann/tika-python) documentation if you have any issues with Tika.
        
        ### Usage
        
        Open up a command line and type `tikatree <directory>`, by default it'll create all files at or above that directory.
        
        ```
        optional arguments:
          -h, --help           show this help message and exit
          -v, --version        show program's version number and exit
          -d, --directorytree  create directory tree
          -f, --filetree       create file tree
          -m, --metadata       parse metadata
          -s, --sfv            create sfv file
        ```
        
        ### Example
        
        I've included some output examples in the `output_examples` folder.
        
        ### Part of the Keep Dreaming Project
        
        #### [Main Repository](https://phabricator.kairohm.dev/diffusion/49/)
        
        #### [Project](https://phabricator.kairohm.dev/project/view/51/)
        
        #### [GitHub Mirror](https://github.com/kairohm/tikatree)
        
        #### [Contributing](https://bookstack.kairohm.dev/books/keep-dreaming-project/page/contributing-to-the-keep-dreaming-project)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
