{"id":43218342,"url":"https://github.com/nttcom/eclsdk","last_synced_at":"2026-02-01T08:30:46.058Z","repository":{"id":19274614,"uuid":"86663654","full_name":"nttcom/eclsdk","owner":"nttcom","description":"Enterprise Cloud Python SDK","archived":false,"fork":false,"pushed_at":"2026-01-14T08:07:28.000Z","size":2876,"stargazers_count":5,"open_issues_count":1,"forks_count":7,"subscribers_count":14,"default_branch":"master","last_synced_at":"2026-01-14T08:26:01.340Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nttcom.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-03-30T05:45:19.000Z","updated_at":"2025-08-19T08:13:51.000Z","dependencies_parsed_at":"2024-04-01T05:39:43.223Z","dependency_job_id":"0e1f0508-1624-4931-9323-41eeacc777c1","html_url":"https://github.com/nttcom/eclsdk","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/nttcom/eclsdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Feclsdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Feclsdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Feclsdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Feclsdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nttcom","download_url":"https://codeload.github.com/nttcom/eclsdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Feclsdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28974117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T08:16:14.655Z","status":"ssl_error","status_checked_at":"2026-02-01T08:06:51.373Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-01T08:30:45.778Z","updated_at":"2026-02-01T08:30:46.052Z","avatar_url":"https://github.com/nttcom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Enterprise Cloud 2.0 Python SDK\n================================\n\nThe ``eclsdk`` is a collection of libraries for building\napplications to work with Enterprise Cloud 2.0.\n\nUsage\n-----\n\nThe following example simply connects to an Enterprise Cloud 2.0.::\n\n    import ecl\n\n    conn = ecl.connection.Connection(\n        auth_url=\"http://ecl:5000/v3/\",\n        project_id=\"Tenant ID\",\n        username=\"API Key\",\n        password=\"API Secret Key\",\n        user_domain_id=\"default\",\n        project_domain_id=\"default\")\n\n    vols = conn.block_store.volumes()\n    for vol in vols:\n        print vol.name\n\n\nToken can be used instead of username/password using auth_plugin='token'::\n\n    import ecl\n\n    conn = ecl.connection.Connection(\n        auth_plugin='token'\n        token='my-fancy-token1234'\n        auth_url=\"http://ecl:5000/v3/\",\n        project_id=\"Tenant ID\")\n\n    vols = conn.block_store.volumes()\n    for vol in vols:\n        print vol.name\n\n\nDocumentation\n-------------\n\nDocumentation is available at\nhttps://ecl.ntt.com\n\nLicense\n-------\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnttcom%2Feclsdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnttcom%2Feclsdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnttcom%2Feclsdk/lists"}