# openapi-client
- API version: 0.0.5.1
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
## Requirements.
Python 3.7+
## Installation & Usage
Then import the package:
```python
import openapi_client
```
### Setuptools
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)
Then import the package:
```python
import openapi_client
```
### Tests
Execute `pytest` to run the tests.
## Getting Started
Please follow the [installation procedure](#installation--usage) and then run the following:
```python
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = openapi_client.Configuration(
host = "http://localhost"
)
# Enter a context with an instance of the API client
with openapi_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = openapi_client.DefaultApi(api_client)
contract_id = '98d601c9307dd43307cf68a03aad0086d4e07a789b66919ccf9f7f7676577eb7%231' # str |
try:
api_response = api_instance.contracts_contract_id_get(contract_id)
print("The response of DefaultApi->contracts_contract_id_get:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling DefaultApi->contracts_contract_id_get: %s\n" % e)
```
Raw data
{
"_id": null,
"home_page": "",
"name": "marlowe-runtime-sdk",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Marlowe,Runtime,SDK,Cardano",
"author": "Nicol\u00e1s Ludue\u00f1a",
"author_email": "nicolas.luduena@txpipe.io",
"download_url": "https://files.pythonhosted.org/packages/39/36/7caff60aceb4b686ac3b0117a2ee77c57bdc11dd0a086957174db705fb4d/marlowe-runtime-sdk-1.0.0.tar.gz",
"platform": null,
"description": "# openapi-client\n\n- API version: 0.0.5.1\n- Package version: 1.0.0\n- Build package: org.openapitools.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 3.7+\n\n## Installation & Usage\n\nThen import the package:\n\n```python\nimport openapi_client\n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n\n```python\nimport openapi_client\n```\n\n### Tests\n\nExecute `pytest` to run the tests.\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\n\nimport time\nimport openapi_client\nfrom openapi_client.rest import ApiException\nfrom pprint import pprint\n\n# Defining the host is optional and defaults to http://localhost\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = openapi_client.Configuration(\n host = \"http://localhost\"\n)\n\n\n\n# Enter a context with an instance of the API client\nwith openapi_client.ApiClient(configuration) as api_client:\n # Create an instance of the API class\n api_instance = openapi_client.DefaultApi(api_client)\n contract_id = '98d601c9307dd43307cf68a03aad0086d4e07a789b66919ccf9f7f7676577eb7%231' # str |\n\n try:\n api_response = api_instance.contracts_contract_id_get(contract_id)\n print(\"The response of DefaultApi->contracts_contract_id_get:\\n\")\n pprint(api_response)\n except ApiException as e:\n print(\"Exception when calling DefaultApi->contracts_contract_id_get: %s\\n\" % e)\n\n```\n\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "Marlowe Runtime REST API",
"version": "1.0.0",
"project_urls": null,
"split_keywords": [
"marlowe",
"runtime",
"sdk",
"cardano"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "30b58b5a381c9e74e17b6d445d7cf569ed39a1593225808994d4cb1e68dcb47f",
"md5": "a7a37812ae9b7856bcc4ddac4d386137",
"sha256": "a5844a55e851bbcbf64992e50941b8c1ef3c17002fd19952e474cc20e4fc2922"
},
"downloads": -1,
"filename": "marlowe_runtime_sdk-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a7a37812ae9b7856bcc4ddac4d386137",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 262327,
"upload_time": "2024-03-01T15:17:28",
"upload_time_iso_8601": "2024-03-01T15:17:28.195994Z",
"url": "https://files.pythonhosted.org/packages/30/b5/8b5a381c9e74e17b6d445d7cf569ed39a1593225808994d4cb1e68dcb47f/marlowe_runtime_sdk-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "39367caff60aceb4b686ac3b0117a2ee77c57bdc11dd0a086957174db705fb4d",
"md5": "2824dd852cf1bcb8a32f6cf74e0ded0f",
"sha256": "e0c6ca20b65e3947cfcb1b13722c17e2508a7e70dd990ba428a3b7052d232a34"
},
"downloads": -1,
"filename": "marlowe-runtime-sdk-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "2824dd852cf1bcb8a32f6cf74e0ded0f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 86097,
"upload_time": "2024-03-01T15:17:31",
"upload_time_iso_8601": "2024-03-01T15:17:31.893501Z",
"url": "https://files.pythonhosted.org/packages/39/36/7caff60aceb4b686ac3b0117a2ee77c57bdc11dd0a086957174db705fb4d/marlowe-runtime-sdk-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-01 15:17:31",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "marlowe-runtime-sdk"
}