22 Commits

Author SHA1 Message Date
ghubstan
ea0d7e32e2
Use python3, not python 2022-03-23 11:32:33 -03:00
Stan
fb8b1ee4d8
Merge pull request #1 from ripcurlx/update-git-ignore
Extend for python
2022-03-21 10:00:23 -03:00
Christoph Atteneder
470e4d8421
Extend for python 2022-03-21 13:00:45 +01:00
ghubstan
478d578a6c
Make Python examples in one step: run-setup.py 2022-03-19 13:51:49 -03:00
ghubstan
4b1d1c9874
Leave the .proto download dir clean 2022-03-19 13:41:56 -03:00
ghubstan
69d916a67a
Fix ignore stmt 2022-03-19 13:37:44 -03:00
ghubstan
85e0b2c4f4
Version the proto directories, but not the .proto files 2022-03-19 13:34:25 -03:00
ghubstan
ab0368db20
Adjust to new code sample pkg names, simplify python setup 2022-03-17 17:37:59 -03:00
ghubstan
3aeeb5f4d9
Rename java & python pkgs, make python setup easier 2022-03-17 17:24:47 -03:00
ghubstan
7c20ad0c45
Remove comment 2022-03-17 12:48:57 -03:00
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
00ac4e6aec
Change link to gradle build file (moved to new repo) 2022-03-17 06:34:45 -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
c3850d91c3
Don't version .iml files 2022-03-16 17:41:49 -03:00
ghubstan
5713c06c49
Fix protoc param paths 2022-03-16 17:39:18 -03:00
ghubstan
196b55bf29
Do not version Bisq's .proto files 2022-03-16 17:35:24 -03:00
Stan
d3a443677a
Delete pb.proto 2022-03-16 17:34:40 -03:00
Stan
115442348b
Delete grpc.proto 2022-03-16 17:34:31 -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
4df7f12d11
Remove note about generating python protos
This will be easier than before, but is not well defined yet.
2022-03-16 17:31:38 -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
Stan
4d942afd6b
Initial commit 2022-03-16 16:59:54 -03:00