Metadata-Version: 1.1
Name: BalancedDiscStorage
Version: 1.0.2
Summary: Makes sure, that there are never more files in one directory, than your LIMIT.
Home-page: https://github.com/Bystroushaak/BalancedDiscStorage
Author: Bystroushaak
Author-email: bystrousak@kitakitsune.org
License: MIT
Description: Introduction
        ============
        
        .. image:: https://badge.fury.io/py/BalancedDiscStorage.png
            :target: https://pypi.python.org/pypi/BalancedDiscStorage
        
        .. image:: https://img.shields.io/pypi/dm/BalancedDiscStorage.svg
            :target: https://pypi.python.org/pypi/BalancedDiscStorage
        
        .. image:: https://readthedocs.org/projects/BalancedDiscStorage/badge/?version=latest
            :target: http://BalancedDiscStorage.readthedocs.org/
        
        .. image:: https://img.shields.io/pypi/l/BalancedDiscStorage.svg
        
        .. image:: https://img.shields.io/github/issues/edeposit/BalancedDiscStorage.svg
            :target: https://github.com/edeposit/BalancedDiscStorage/issues
        
        This module is used to provide storage for your files / archives. Storage itself makes sure, that there is never more files on one directory, than ``BalancedDiscStorage.dir_limit``.
        
        This module is necessary, because a lot of filesystems have problems with tens of thousands / milions files stored in one directory. This module stores the files in trees, which are similar to binary trees, but our trees should never change, once created. You can thus reference the returned paths in other software.
        
        Documentation
        -------------
        
        Full module documentation and description can be found at Read the Docs:
        
        - http://balanceddiscstorage.rtfd.org
        
        Contributors
        ============
        
        - Bystroushaak <bystrousak[a]kitakitsune.org>, Main developer
        
        Changelog
        =========
        
        1.0.2
        -----
            - Fixed missing init in doc/.
        
        1.0.1
        -----
            - Fixed package metadata files.
        
        1.0.0
        -----
            - Added test coverage.
            - Added documentation.
        
        0.1.0
        -----
            - Project created.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
