Metadata-Version: 2.1
Name: binalyzer-cli
Version: 1.0.0
Summary: Binary Data Analyzer
Home-page: https://binalyzer.denisvasilik.com
Author: Denis Vasilìk
Author-email: contact@denisvasilik.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/denisvasilik/binalyzer/issues/
Project-URL: Documentation, https://binalyzer.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/denisvasilik/binalyzer/
Description: # Binalyzer Command Line Interface (CLI)
        
        This repository implements Binalyzer's CLI. It is part of the overall [Binalyzer]
        project and comes with its installation.
        
        [Binalyzer]: https://github.com/denisvasilik/binalyzer
        
        ## Installation
        
        Binalyzer is published on [PyPI] and can be installed from there:
        
        ```sh
        ~$ pip3 install --upgrade binalyzer
        ```
        
        If you wish to install [Binalyzer] for development purposes, refer to [the
        developer's guide].
        
        [PyPI]: https://pypi.org/project/Binalyzer/
        [Binalyzer]: https://pypi.org/project/Binalyzer/
        [the developer's guide]: DEVELOPMENT.md
        
        ## Documentation
        
        Documentation is available from [binalyzer.readthedocs.io].
        
        [binalyzer.readthedocs.io]: https://binalyzer.readthedocs.io/en/latest/
        
        ## Get in touch
        
        - Report bugs, suggest features or view the source code [on GitHub].
        - For contributions refer to [the contributor's guide].
        
        [on GitHub]: https://github.com/denisvasilik/binalyzer
        [the contributor's guide]: CONTRIBUTING.md
        
        # License
        
        Licensed under the MIT license ([LICENSE-MIT] or http://opensource.org/licenses/MIT).
        
        [LICENSE-MIT]: LICENSE.rst
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
