Metadata-Version: 2.1
Name: hb_organiser
Version: 1.0.8
Summary: Organises Humble Bundle bundles based on their platform.
Home-page: https://github.com/WhaleJ84/hb_organiser
Author: James Whale
Author-email: james@james-whale.com
License: UNKNOWN
Description: # hb\_organiser
        
        [![PyPI](https://img.shields.io/pypi/v/hb-organiser.svg)](https://pypi.python.org/pypi/hb-organiser)
        [![image](https://img.shields.io/pypi/pyversions/hb-organiser.svg)](https://python.org/pypi/hb-organiser)
        [![Unittests](https://github.com/WhaleJ84/hb_organiser/workflows/Unittests/badge.svg)](https://github.com/WhaleJ84/hb_organiser/actions?query=workflow%3AUnittests)
        [![codecov](https://codecov.io/gh/WhaleJ84/hb_organiser/branch/main/graph/badge.svg?token=IJSKBUAP81)](https://codecov.io/gh/WhaleJ84/hb_organiser)
        [![Pylint](https://github.com/WhaleJ84/hb_organiser/workflows/Pylint/badge.svg)](https://github.com/WhaleJ84/hb_organiser/actions?query=workflow%3APylint)
        
        Organises Humble Bundle bundles based on their platform.
        Designed to work around the structure created via Talonius' [hb-downloader](https://github.com/talonius/hb-downloader).
        Other automated HB downloaders may not work with this out of the box.
        
        ![An image of hb-organiser copying files](https://i.imgur.com/Ti1wuri.png)
        
        ## Install
        
        As it's packaged as a Pip module, `python3-pip` is required. Run `pip install --user hb-organiser` to install only for your user and omit `--user` to install for all. See `hb_organiser -h` for help.
        
        ## Why is this needed?
        
        I mainly use Humble Bundle to purchase book bundles (that I'll totally read at some point, I swear!) and have accumulated thousands of books over the years.
        I would like to have all these books hosted via a [Calibre](https://calibre-ebook.com/) web server for easy access but trying to weed out the books from the default structure left behind by automated downloads is a headache.
        
        To alleviate this issue, I'm making this script that will organise my libraries with a click of a key.
        Duplicate items across different bundles will be ignored, all the books will be easily discovered via Calibre, and my sanity will be saved.
        
        ## Features
        
        - Calculates number of tasks so that you're not left in the dark and can tell the progress.
        
        - A crude way of tracking files being corrupted via a cancelled transfer by logging what is being operated upon and clearing it once complete. If it doesn't get cleared, chances are it was corrupted.
        
        - Skips copying of duplicate files by checking for its existence first (although there is a chance it may skip newer files such as updated editions of books (see [issue 6](https://github.com/WhaleJ84/hb_organiser/issues/6))).
        
        ## Immediate roadmap
        
        The immediate goal is to put out something working.
        To keep development more direct I'll outline pressing matters below:
        
        - Cut down on operation times
            - Organising thousands of files in one go is very time-consuming - especially when working with game bundles.
              Speeding this up will save millions of hours of collective time over the years via optimisation.
        
        ## Future plans
        
        Longer term goals than those outlined above will be put here:
        
        - Abstract all the things
            - Quite a few values are hard-coded at the moment.
              To make it more convenient for others, this should be changed to allow for more options.
        - Abstract them even further
            - Why does this have to be limited to Humble Bundles?
              All its doing is moving one category of files from one place to another.
              This could be useful in other situations such as organising music.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
