{"id":18450150,"url":"https://github.com/devilrancy/robot_cx_py27","last_synced_at":"2026-04-27T16:31:39.221Z","repository":{"id":68643289,"uuid":"80914084","full_name":"devilrancy/robot_cx_py27","owner":"devilrancy","description":null,"archived":false,"fork":false,"pushed_at":"2017-02-04T21:06:19.000Z","size":60764,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T12:59:47.414Z","etag":null,"topics":["cx-oracle","docker","docker-image","python","robotframework"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devilrancy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-02-04T11:10:04.000Z","updated_at":"2017-02-04T11:16:34.000Z","dependencies_parsed_at":"2023-07-09T00:30:34.722Z","dependency_job_id":null,"html_url":"https://github.com/devilrancy/robot_cx_py27","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devilrancy/robot_cx_py27","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2Frobot_cx_py27","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2Frobot_cx_py27/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2Frobot_cx_py27/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2Frobot_cx_py27/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devilrancy","download_url":"https://codeload.github.com/devilrancy/robot_cx_py27/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilrancy%2Frobot_cx_py27/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32345802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cx-oracle","docker","docker-image","python","robotframework"],"created_at":"2024-11-06T07:23:38.904Z","updated_at":"2026-04-27T16:31:39.205Z","avatar_url":"https://github.com/devilrancy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n### Background ###\nThis is a docker container which with a pre-installed Python 2.7, cx_Oracle module and Oracle XE 12.1 client.\n\n### Create a Docker File ###\n```\nFROM devilrancy/robot_cx_py27\nCOPY yourapp.py /code/app.py\n```\n\n### Build it ###\n\n```\n$ docker build -t my-python-app .\n$ docker run -it --rm --name my-web-app my-python-app\n```\n\n### Running Python app from local volume ###\n\nLocal volume where app resides must have a main application whose name is app.py\n```\ndocker run -it --rm --name my-python-app -v \"/my/local/path/\":/code devilrancy/robot_cx_py27\n```\n#### Example ####\n##### Create file app.py in your directory with contents below  #####\n\n~~~~~~\nfrom flask import Flask\nimport cx_Oracle\n\napp = Flask(__name__)\napp.debug = True\n\n@app.route('/hello')\ndef hello():\n    return 'Hello World! Running with Oracle!'\n\nif __name__ == \"__main__\":\n    app.run(host=\"0.0.0.0\", debug=False)\n~~~~~~\n\n##### Run application using command below #####\n```\ndocker run -it --rm --name my-python-app -p 5500:5000 -v `pwd`:/code sbanal/python-oracle-xe12.1-latest\n```\n\n##### Open a browser and enter http://[docker machine ip]:5500/hello #####\nExample http://192.168.99.100:5500/hello\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevilrancy%2Frobot_cx_py27","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevilrancy%2Frobot_cx_py27","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevilrancy%2Frobot_cx_py27/lists"}