{ "info": { "author": "Radiant Solutions", "author_email": "deepcore-support@digitalglobe.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "pykoala\n=======\n\nA server that runs object detection models\n\nThis Python package is automatically generated by the `Swagger\nCodegen `__ project:\n\n- API version: 1.1.0+127\n- Package version: 1.1.0+127\n- Build package: io.swagger.codegen.languages.PythonClientCodegen For\n more information, please visit http://deepcore.io\n\nRequirements.\n-------------\n\nPython 2.7 and 3.4+\n\nInstallation & Usage\n--------------------\n\npip install\n~~~~~~~~~~~\n\nIf the python package is hosted on Github, you can install directly from\nGithub\n\n.. code:: sh\n\n pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n\n(you may need to run ``pip`` with root permission:\n``sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git``)\n\nThen import the package:\n\n.. code:: python\n\n import pykoala \n\nSetuptools\n~~~~~~~~~~\n\nInstall via `Setuptools `__.\n\n.. code:: sh\n\n python setup.py install --user\n\n(or ``sudo python setup.py install`` to install the package for all\nusers)\n\nThen import the package:\n\n.. code:: python\n\n import pykoala\n\nGetting Started\n---------------\n\nPlease follow the `installation procedure <#installation--usage>`__ and\nthen run the following:\n\n.. code:: python\n\n from __future__ import print_function\n import time\n import pykoala\n from pykoala.rest import ApiException\n from pprint import pprint\n # create an instance of the API class\n api_instance = pykoala.ConfigApi()\n\n try:\n # Gets the server configuration\n api_instance.get_config()\n except ApiException as e:\n print(\"Exception when calling ConfigApi->get_config: %s\\n\" % e)\n\nDocumentation for API Endpoints\n-------------------------------\n\nAll URIs are relative to *http://localhost*\n\n+---------------+----------------+----------------+----------------+\n| Class | Method | HTTP request | Description |\n+===============+================+================+================+\n| *ConfigApi* | `**get\\_config | **GET** | Gets the |\n| | ** `__ | | |\n+---------------+----------------+----------------+----------------+\n| *ConfigApi* | `**get\\_versio | **GET** | Gets the |\n| | n** `__ | | |\n+---------------+----------------+----------------+----------------+\n| *ConfigApi* | `**patch\\_conf | **PATCH** | Modify the |\n| | ig** `__ | | |\n+---------------+----------------+----------------+----------------+\n| *ConfigApi* | `**set\\_config | **PUT** | Sets the |\n| | ** `__ | | |\n+---------------+----------------+----------------+----------------+\n| *JobApi* | `**delete\\_job | **DELETE** | Remove a job, |\n| | ** `__ | | |\n+---------------+----------------+----------------+----------------+\n| *JobApi* | `**get\\_job** | **GET** | Get |\n| | `__ | | about a job |\n+---------------+----------------+----------------+----------------+\n| *JobApi* | `**get\\_job\\_s | **GET** | Get status of |\n| | tatus** `__ | | |\n+---------------+----------------+----------------+----------------+\n| *JobApi* | `**get\\_log** | **GET** | Get the job |\n| | `__ | og | |\n+---------------+----------------+----------------+----------------+\n| *JobApi* | `**get\\_result | **GET** | Get the |\n| | ** `__ | | |\n+---------------+----------------+----------------+----------------+\n| *JobApi* | `**list\\_jobs* | **GET** /jobs | Lists current |\n| | * | | |\n| | `__ | | |\n+---------------+----------------+----------------+----------------+\n| *JobApi* | `**start\\_job* | **POST** /jobs | Create a new |\n| | * | | |\n| | `__ | | |\n+---------------+----------------+----------------+----------------+\n| *ModelApi* | `**add\\_model* | **POST** | Add a new |\n| | * `__ | | |\n+---------------+----------------+----------------+----------------+\n| *ModelApi* | `**delete\\_mod | **DELETE** | Delete a model |\n| | el** `__ | | |\n+---------------+----------------+----------------+----------------+\n| *ModelApi* | `**get\\_model* | **GET** | Get model |\n| | * `__ | | |\n+---------------+----------------+----------------+----------------+\n| *ModelApi* | `**list\\_model | **GET** | Lists |\n| | s** `__ | | new ones |\n+---------------+----------------+----------------+----------------+\n| *RunnerApi* | `**get\\_capaci | **GET** | Maximum number |\n| | ty** `__ | | |\n+---------------+----------------+----------------+----------------+\n| *RunnerApi* | `**get\\_log** | **GET** | Get the runner |\n| | ` | rId}/log | |\n| | __ | | |\n+---------------+----------------+----------------+----------------+\n| *RunnerApi* | `**get\\_runner | **GET** | Get status of |\n| | ** `__ | | |\n+---------------+----------------+----------------+----------------+\n| *RunnerApi* | `**list\\_runne | **GET** | Lists job |\n| | rs** `__ | | |\n+---------------+----------------+----------------+----------------+\n| *RunnerApi* | `**load\\_runne | **POST** | Load a job |\n| | r** `__ | | |\n+---------------+----------------+----------------+----------------+\n| *RunnerApi* | `**stop\\_runne | **DELETE** | Unload a job |\n| | r** `__ | | |\n+---------------+----------------+----------------+----------------+\n\nDocumentation For Models\n------------------------\n\n- `ColorMode `__\n- `Error `__\n- `IdList `__\n- `Image `__\n- `InlineResponse200 `__\n- `JobRequest `__\n- `JobStatus `__\n- `LabelFilter `__\n- `LatLonBoundingBox `__\n- `LatLonCoord `__\n- `Message `__\n- `ModelMetadata `__\n- `Point `__\n- `R2PProperties `__\n- `RunnerRequest `__\n- `RunnerStatus `__\n- `ServiceVersion `__\n- `Size `__\n- `SizeStep `__\n- `Version `__\n- `CreatedMessage `__\n- `DeletedMessage `__\n- `ImageUrl `__\n- `JobCanceled `__\n- `JobFailed `__\n- `JobQueued `__\n- `JobRunning `__\n- `JobSetup `__\n- `JobStarting `__\n- `JobSuccessful `__\n- `JobWaiting `__\n- `RunnerIdle `__\n- `RunnerRunning `__\n- `RunnerStarting `__\n- `RunnerStopping `__\n\nDocumentation For Authorization\n-------------------------------\n\nAll endpoints do not require authorization.\n\nAuthor\n------\n\ndeepcore-support@digitalglobe.com\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://deepcore.io", "keywords": "Swagger,KOALA,machine learning,neural network", "license": "", "maintainer": "", "maintainer_email": "", "name": "pykoala", "package_url": "https://pypi.org/project/pykoala/", "platform": "", "project_url": "https://pypi.org/project/pykoala/", "project_urls": { "Homepage": "http://deepcore.io" }, "release_url": "https://pypi.org/project/pykoala/1.1.dev131/", "requires_dist": [ "certifi", "python-dateutil", "six (>=1.10)", "urllib3 (>=1.15)" ], "requires_python": "", "summary": "KOALA", "version": "1.1.dev131" }, "last_serial": 4206459, "releases": { "1.1.dev131": [ { "comment_text": "", "digests": { "md5": "b004433c5a114cc1fe5a377368d13381", "sha256": "6e78e4d490406e17fe51f06bbc606b3d6d2c8c2dff59db58bb12f99814b90241" }, "downloads": -1, "filename": "pykoala-1.1.dev131-py3-none-any.whl", "has_sig": false, "md5_digest": "b004433c5a114cc1fe5a377368d13381", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 74649, "upload_time": "2018-08-25T12:41:26", "url": "https://files.pythonhosted.org/packages/08/96/dc4cfa372d5e6d4792a18599510c83a530b79771454235c1d4016fb706c2/pykoala-1.1.dev131-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d28713dab5c8b701a03fd216c704f468", "sha256": "8ed79c7255ff6dbd7b3a6b758f5f7b0049efba8f18961c9b9a522053a1155083" }, "downloads": -1, "filename": "pykoala-1.1.dev131.tar.gz", "has_sig": false, "md5_digest": "d28713dab5c8b701a03fd216c704f468", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29488, "upload_time": "2018-08-25T12:41:28", "url": "https://files.pythonhosted.org/packages/25/d8/c1df1d64b00378b86a1c559dcd6d2bcbca7d08c6f2152074327e6debd727/pykoala-1.1.dev131.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b004433c5a114cc1fe5a377368d13381", "sha256": "6e78e4d490406e17fe51f06bbc606b3d6d2c8c2dff59db58bb12f99814b90241" }, "downloads": -1, "filename": "pykoala-1.1.dev131-py3-none-any.whl", "has_sig": false, "md5_digest": "b004433c5a114cc1fe5a377368d13381", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 74649, "upload_time": "2018-08-25T12:41:26", "url": "https://files.pythonhosted.org/packages/08/96/dc4cfa372d5e6d4792a18599510c83a530b79771454235c1d4016fb706c2/pykoala-1.1.dev131-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d28713dab5c8b701a03fd216c704f468", "sha256": "8ed79c7255ff6dbd7b3a6b758f5f7b0049efba8f18961c9b9a522053a1155083" }, "downloads": -1, "filename": "pykoala-1.1.dev131.tar.gz", "has_sig": false, "md5_digest": "d28713dab5c8b701a03fd216c704f468", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29488, "upload_time": "2018-08-25T12:41:28", "url": "https://files.pythonhosted.org/packages/25/d8/c1df1d64b00378b86a1c559dcd6d2bcbca7d08c6f2152074327e6debd727/pykoala-1.1.dev131.tar.gz" } ] }