Metadata-Version: 2.1
Name: bytecodemacro
Version: 2.0.0
Summary: a macro library that expoes the bytecode of python
Home-page: https://github.com/Glubs9/bytecodemacro
Author: glubs9
Author-email: jonte.fry@gmail.com
License: GPLv3
Description: # bytecode macro lib
        exposes (a slightly modified version of) the bytecode of a function to allow for run-time modification of python syntax.
        
        # how to use
        tbh i am quite busy right now so if you want to try using this library I would advise looking at
        the examples in meta to see how to use the library and just try to figure it out.
        note: as of the current state of documentation i would absolutely not recommended trying this out. But if you come back later I should have added documentation.
        
        # todo
        	- test pip
        	- add documentation on the modifications to bytecode and how to read it
        	- allow for uncompile and the compile packages to be used independently on files for other cool stuff
        	- for some reason semantic checking is occuring with the compile method in macro_lib for byte_code tuple assembly from strings, check why and fix
        	- increase code re-use
        	- clean code of stuff that isn't used from when this was a different project (all the file stuff and header.py)
        	- add a .gitignore 
        		- add temporary files, compilation and output files to this
        	- remove outdated tests in bytecode asm after documentation has finished
        	- remove all other temporary test files
        	- remove the example files in meta and move them to the documentation for some examples
        	- do something about those long ass import statements
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
