5 Commits

Author SHA1 Message Date
ghubstan
49404cebc5
Reorganize the python-examples module
- Use requirements.txt to install dependencies to local venv.
- Use setup.py to build/install example packages to local venv.
- Adjust reference-doc-builder to new Python pkg imports.
2022-03-17 12:44:28 -03:00
ghubstan
db419e0bdd
Try another way of appending the events module to sys.path
Still not quite right.  The IDE wants to remove the 'unused' import,
and trying to append the sys.path able the 'import sepa_mm_bot'
also makes the IDE unhappy.
2022-03-16 19:21:39 -03:00
ghubstan
5713c06c49
Fix protoc param paths 2022-03-16 17:39:18 -03:00
ghubstan
24e8a78f66
Add a readme so the generated python proto dir is in the repo 2022-03-16 17:33:13 -03:00
ghubstan
cffbfcf481
Split API examples & doc generator into separate modules
This might give Python devs an easier time than if all the sample
code lived deep inside a gradle project.  This means there is
no root project gradle build file;  the reference-doc-builder and
java-examples modules are separate java projects, with their own
build files.
2022-03-16 17:21:25 -03:00