10 Commits

Author SHA1 Message Date
ghubstan
329e39c3c4
Ignore generated dist folders and conf files 2022-06-24 14:50:24 -03:00
ghubstan
bbac094df5
Ignore .DS_Store files 2022-03-24 07:39:03 -03:00
ghubstan
54a2274518
Do not ignore bisq.api/__init__.py 2022-03-24 07:27:45 -03:00
Christoph Atteneder
470e4d8421
Extend for python 2022-03-21 13:00:45 +01: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
3aeeb5f4d9
Rename java & python pkgs, make python setup easier 2022-03-17 17:24:47 -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
196b55bf29
Do not version Bisq's .proto files 2022-03-16 17:35:24 -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