Metadata-Version: 1.1
Name: rawdisk
Version: 0.2.1
Summary: Experimental python code to explore different volume formats
Home-page: https://github.com/dariusbakunas/rawdisk
Author: Darius Bakunas-Milanowski
Author-email: bakunas@gmail.com
License: BSD
Description: ===============================
        rawdisk
        ===============================
        
        .. image:: https://travis-ci.org/dariusbakunas/rawdisk.svg?branch=move_to_py3
            :target: https://travis-ci.org/dariusbakunas/rawdisk
        
        .. image:: https://badge.fury.io/py/rawdisk.svg
            :target: https://pypi.python.org/pypi/rawdisk
        
        .. image:: https://codecov.io/gh/dariusbakunas/rawdisk/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/dariusbakunas/rawdisk
        
        
        Experimental python code to explore different volume formats
        
        * Free software: BSD license
        * Documentation: https://rawdisk.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        
        
        
        =======
        History
        =======
        
        0.2.0 (2017-05-13)
        ------------------
        
        * Cleared spiderwebs
        * Fixed failing builds
        * Converted project to Python 3.5
        * Updated usage examples
        
        0.1.2 (2014-11-21)
        ------------------
        
        * Added couple filesystem binary samples
        * New filesystem diagrams
        * New rawdisk class diagrams
        * Enabled code coverage for Travis CI
        * Added waffle.io badge
        * Added more tests
        * Couple fixes for plugin files
        * Removed hurry.filesize dependency
        * Removed Py2.6 compatibility
        
        0.1.1 (2014-11-10)
        ------------------
        
        * Moved to the project template generated by cookiecutter.
        
Keywords: rawdisk
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
