Metadata-Version: 2.0
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
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
Requires-Dist: Yapsy (==1.11.223)
Requires-Dist: docutils (<0.13.1)
Requires-Dist: hexdump (==3.3)
Requires-Dist: mock (==2.0.0)
Requires-Dist: nose (>=1.0)
Requires-Dist: pyxdg (==0.25)
Requires-Dist: sphinxcontrib-napoleon (==0.6.1)
Requires-Dist: wheel (==0.29.0)

===============================
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.


