gef-file-to-map 0.1.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

geffiletomap 0.1.0

gef-file-to-map
Utility library for parsing of .gef files, written for pygef.
Run locally
# Install maturin inside a Python environment
python3 -m venv .env
source .env/bin/activate
pip install maturin

# Create a Python package from the Rust code
maturin develop

# Open a GEF file locally
python

>>> from gef_file_to_map import parse
>>> gef_to_map(open('./tests/test.gef').read())

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.