Metadata-Version: 2.1
Name: thebear
Version: 0.3.0
Summary: Bear - the decluttering deduplicator
Home-page: https://github.com/KeyWeeUsr/Bear
Author: Peter Badida
Author-email: keyweeusr@gmail.com
License: UNKNOWN
Download-URL: https://github.com/KeyWeeUsr/Bear/tarball/0.3.0
Description: # Bear
        
        The decluttering deduplicator.
        
        [![Coverage](https://coveralls.io/repos/KeyWeeUsr/Bear/badge.svg?branch=master)
        ](https://coveralls.io/r/KeyWeeUsr/Bear?branch=master)
        [![Build](https://travis-ci.org/KeyWeeUsr/Bear.svg?branch=master)
        ](https://travis-ci.org/KeyWeeUsr/Bear)
        
        A bear as a spirit animal is strong and confident, it's a guide to take
        leadership in your life without fear, provides courage and a stable foundation
        to face challenges. The bear spirit helps to dedicate time and energy to
        introspective practices.
        
        Same as the bear spirit, this application provides you with confidence to take
        leadership in your digital life, find all the mess you've been collecting for
        a while and gives you a stable foundation to face the challenge of removing
        duplicated data on your machine.
        
        Once you start removing duplicates, soon you realize how much free space you've
        gained and looking through the various files from the high-level point of view
        will slightly poke you to set the order to the files, to categorize them and
        eventually make your machine a clean space.
        
        ## Installation
        
        Currently there is only a Python module available, but platform-specific
        releases such as Windows .exe, MacOS .App and specific GNU/Linux distros
        packages are planned.
        
        ### Python package
        
        #### Requirements
        
        * Python 3.7+ (3.6 should work too)
        
        You can install a stable version with:
        
            pip install thebear
            pip install https://github.com/KeyWeeUsr/bear/zipball/stable
        
        For the cutting-edge available changes use `master` branch:
        
            pip install https://github.com/KeyWeeUsr/bear/zipball/master
        
        ## Usage
        
        There is a list of basic use-cases:
        
        * hashing specific files:
        
              bear --files file1 file2 ...
        
        * traversing folders for files
        
              bear --traverse folder1 folder2 ...
        
        * hashing all files in specific folders
        
              bear --hash folder1 folder2 ...
        
        * finding all duplicate files within specific folders
        
              bear --duplicates folder1 folder2 ...
        
        There are other, advanced options you can list with `bear --help`.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Description-Content-Type: text/markdown
Provides-Extra: release
Provides-Extra: dev
Provides-Extra: ci
