A helper library to write Gecko code https://pypi.org/project/supGecko/
Find a file
2023-07-14 23:00:42 +09:00
src/supGecko [v0.1.0a5] Handled the case that no symbol is exported in .o file 2023-07-14 23:00:42 +09:00
.gitignore init (v0.1.0a4) 2023-07-14 20:48:11 +09:00
CHANGELOG.md [v0.1.0a5] Handled the case that no symbol is exported in .o file 2023-07-14 23:00:42 +09:00
LICENSE init (v0.1.0a4) 2023-07-14 20:48:11 +09:00
pyproject.toml init (v0.1.0a4) 2023-07-14 20:48:11 +09:00
README.md init (v0.1.0a4) 2023-07-14 20:48:11 +09:00
setup.cfg [v0.1.0a5] Handled the case that no symbol is exported in .o file 2023-07-14 23:00:42 +09:00

supGecko

A helper library to write Gecko code

Installation

pip install supGecko

Usage

from supGecko import Gecko

g = Gecko()
# TODO: usage of the Gecko class
print(g.dump_txt())