Metadata-Version: 2.1
Name: binview
Version: 0.1.0
Summary: Binary Dumper
Home-page: https://bitbucket.org/dugres/binview/src/stable/
Author: Louis RIVIERE
Author-email: louis@riviere.xyz
License: MIT
Keywords: utility
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

########
binview
########

**Binary dumper**

========
Abstract
========

Dumps binary files to stdout.

=====
Usage
=====

.. code-block:: shell

    binview FILE


============
Installation
============

.. code-block:: shell 

    $ pip install binview


