├── Documentation ├── .buildinfo ├── .doctrees │ ├── behavior.doctree │ ├── environment.pickle │ ├── index.doctree │ ├── introduction.doctree │ ├── issues.doctree │ ├── log.doctree │ ├── philosophy.doctree │ └── reference.doctree ├── _modules │ ├── index.html │ └── py_gjapi.html ├── _sources │ ├── behavior.txt │ ├── index.txt │ ├── introduction.txt │ ├── issues.txt │ ├── log.txt │ ├── philosophy.txt │ └── reference.txt ├── _static │ ├── ajax-loader.gif │ ├── basic.css │ ├── comment-bright.png │ ├── comment-close.png │ ├── comment.png │ ├── default.css │ ├── doctools.js │ ├── down-pressed.png │ ├── down.png │ ├── file.png │ ├── jquery.js │ ├── minus.png │ ├── plus.png │ ├── pygments.css │ ├── searchtools.js │ ├── sidebar.js │ ├── underscore.js │ ├── up-pressed.png │ ├── up.png │ └── websupport.js ├── behavior.html ├── genindex.html ├── index.html ├── introduction.html ├── issues.html ├── log.html ├── objects.inv ├── philosophy.html ├── py-modindex.html ├── reference.html ├── search.html └── searchindex.js ├── README.md └── py_gjapi.py /Documentation/.buildinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/.buildinfo -------------------------------------------------------------------------------- /Documentation/.doctrees/behavior.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/.doctrees/behavior.doctree -------------------------------------------------------------------------------- /Documentation/.doctrees/environment.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/.doctrees/environment.pickle -------------------------------------------------------------------------------- /Documentation/.doctrees/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/.doctrees/index.doctree -------------------------------------------------------------------------------- /Documentation/.doctrees/introduction.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/.doctrees/introduction.doctree -------------------------------------------------------------------------------- /Documentation/.doctrees/issues.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/.doctrees/issues.doctree -------------------------------------------------------------------------------- /Documentation/.doctrees/log.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/.doctrees/log.doctree -------------------------------------------------------------------------------- /Documentation/.doctrees/philosophy.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/.doctrees/philosophy.doctree -------------------------------------------------------------------------------- /Documentation/.doctrees/reference.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/.doctrees/reference.doctree -------------------------------------------------------------------------------- /Documentation/_modules/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_modules/index.html -------------------------------------------------------------------------------- /Documentation/_modules/py_gjapi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_modules/py_gjapi.html -------------------------------------------------------------------------------- /Documentation/_sources/behavior.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_sources/behavior.txt -------------------------------------------------------------------------------- /Documentation/_sources/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_sources/index.txt -------------------------------------------------------------------------------- /Documentation/_sources/introduction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_sources/introduction.txt -------------------------------------------------------------------------------- /Documentation/_sources/issues.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_sources/issues.txt -------------------------------------------------------------------------------- /Documentation/_sources/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_sources/log.txt -------------------------------------------------------------------------------- /Documentation/_sources/philosophy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_sources/philosophy.txt -------------------------------------------------------------------------------- /Documentation/_sources/reference.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_sources/reference.txt -------------------------------------------------------------------------------- /Documentation/_static/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/ajax-loader.gif -------------------------------------------------------------------------------- /Documentation/_static/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/basic.css -------------------------------------------------------------------------------- /Documentation/_static/comment-bright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/comment-bright.png -------------------------------------------------------------------------------- /Documentation/_static/comment-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/comment-close.png -------------------------------------------------------------------------------- /Documentation/_static/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/comment.png -------------------------------------------------------------------------------- /Documentation/_static/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/default.css -------------------------------------------------------------------------------- /Documentation/_static/doctools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/doctools.js -------------------------------------------------------------------------------- /Documentation/_static/down-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/down-pressed.png -------------------------------------------------------------------------------- /Documentation/_static/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/down.png -------------------------------------------------------------------------------- /Documentation/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/file.png -------------------------------------------------------------------------------- /Documentation/_static/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/jquery.js -------------------------------------------------------------------------------- /Documentation/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/minus.png -------------------------------------------------------------------------------- /Documentation/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/plus.png -------------------------------------------------------------------------------- /Documentation/_static/pygments.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/pygments.css -------------------------------------------------------------------------------- /Documentation/_static/searchtools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/searchtools.js -------------------------------------------------------------------------------- /Documentation/_static/sidebar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/sidebar.js -------------------------------------------------------------------------------- /Documentation/_static/underscore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/underscore.js -------------------------------------------------------------------------------- /Documentation/_static/up-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/up-pressed.png -------------------------------------------------------------------------------- /Documentation/_static/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/up.png -------------------------------------------------------------------------------- /Documentation/_static/websupport.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/_static/websupport.js -------------------------------------------------------------------------------- /Documentation/behavior.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/behavior.html -------------------------------------------------------------------------------- /Documentation/genindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/genindex.html -------------------------------------------------------------------------------- /Documentation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/index.html -------------------------------------------------------------------------------- /Documentation/introduction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/introduction.html -------------------------------------------------------------------------------- /Documentation/issues.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/issues.html -------------------------------------------------------------------------------- /Documentation/log.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/log.html -------------------------------------------------------------------------------- /Documentation/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/objects.inv -------------------------------------------------------------------------------- /Documentation/philosophy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/philosophy.html -------------------------------------------------------------------------------- /Documentation/py-modindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/py-modindex.html -------------------------------------------------------------------------------- /Documentation/reference.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/reference.html -------------------------------------------------------------------------------- /Documentation/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/search.html -------------------------------------------------------------------------------- /Documentation/searchindex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/Documentation/searchindex.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/README.md -------------------------------------------------------------------------------- /py_gjapi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vncastanheira/gjapi_python/HEAD/py_gjapi.py --------------------------------------------------------------------------------