Metadata-Version: 2.1
Name: binilla
Version: 1.3.2
Summary: A universal binary structure editor built on supyr_struct.
Home-page: https://github.com/Sigmmma/binilla
Author: Sigmmma
Author-email: MoeMakesStuff@gmail.com
License: MIT
Project-URL: Source, https://github.com/Sigmmma/binilla
Description: # Binilla
        [![](https://img.shields.io/pypi/dm/binilla)](https://pypistats.org/packages/binilla)
        ![](https://ci.appveyor.com/api/projects/status/github/Sigmmma/binilla?svg=true)
        [![PyPI version](https://badge.fury.io/py/binilla.svg)](https://pypi.org/project/binilla/)
        [![GitHub version](https://badge.fury.io/gh/Sigmmma%2Fbinilla.svg)](https://github.com/Sigmmma/binilla)
        
        
        Binilla is a universal, GUI based, binary structure editor for [supyr_struct](https://github.com/Sigmmma/supyr_struct). Binilla is capable of generating editing interfaces for any binary structures defined with the supyr_struct library. Meta data can be embedded into the supyr_struct descriptors to customize the way Binilla displays the structures. This includes specifying custom widgets, field value ranges, visibility of fields, whether a field can be edited, comments, tooltips, field units, and more.
        
        Below are a few versions of Binilla displaying various structures. Even the configuration window is generated from a supyr_struct structure definition.
        
        ![](https://i.imgur.com/ztaByUS.png)
        ![](https://i.imgur.com/deF6W8T.png)
        
        ## Installing
        
        You'll need Python 3.5 or higher.
        
        In your terminal execute:
        ```sh
        python3 -m pip install binilla
        ```
        or, you can clone/download this repo and run the setup.py:
        ```sh
        git clone git@github.com:Sigmmma/binilla.git
        cd supyr_struct
        python3 -m pip install .
        ```
        ## Who do I talk to?
        
        If you're having any issues with the library you can report them on our [GitHub Issues page](https://github.com/Sigmmma/binilla/issues).
        
        If the issue requires some more direct attention we'll drop a contact link.
        
Keywords: binilla,binary,data structure
Platform: POSIX
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires: supyr_struct
Requires: threadsafe_tkinter
Requires: tkcolorpicker
Provides: binilla
Description-Content-Type: text/markdown
Provides-Extra: bitmap_viewing
