{"id":17216358,"url":"https://github.com/tonybenoy/grafql_py","last_synced_at":"2026-01-19T13:32:16.660Z","repository":{"id":48787130,"uuid":"370821904","full_name":"tonybenoy/grafql_py","owner":"tonybenoy","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-25T06:01:54.000Z","size":40,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T07:32:00.662Z","etag":null,"topics":[],"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/tonybenoy.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}},"created_at":"2021-05-25T20:37:52.000Z","updated_at":"2023-03-04T09:59:47.000Z","dependencies_parsed_at":"2024-04-17T02:28:38.949Z","dependency_job_id":"01e06d83-e2c1-4d0f-97d1-cdd01bc3b5d9","html_url":"https://github.com/tonybenoy/grafql_py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tonybenoy/grafql_py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonybenoy%2Fgrafql_py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonybenoy%2Fgrafql_py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonybenoy%2Fgrafql_py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonybenoy%2Fgrafql_py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tonybenoy","download_url":"https://codeload.github.com/tonybenoy/grafql_py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonybenoy%2Fgrafql_py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28569208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T12:50:50.164Z","status":"ssl_error","status_checked_at":"2026-01-19T12:50:42.704Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2024-10-15T03:27:34.290Z","updated_at":"2026-01-19T13:32:16.646Z","avatar_url":"https://github.com/tonybenoy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grafql_py\n\n## How to run server\n\nI have the images tagged to my local registry so run a local registry as shown below. In case you don't want to run your own registry do change the image name to a non registry tag.\n\n`docker run -d -p 5000:5000 --name registry registry:2`\n\n## To run the server\n\n### Using docker\n\n```\ndocker-compose build\ndocker-compose push\ndocker-compose up\n```\n\n### Without Docker\n\n```\npython -m venv venv\nsource venv/bin/activate\npip install -r requirement.txt\ngunicorn -b 0.0.0.0:8000 src.main:app -w 1 -k uvicorn.workers.UvicornWorker --preload\n```\n\nAccess the server [here](http://127.0.0.1:8000)\n\n## Running testcases\n\n### Using docker\n\n```\ndocker run -it localhost:5000/tony/graphenepy  python -m pytest -s test\n```\n\n### Locally\n\n```\npython -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\npython -m pytest -s test\n```\n\n### Github actions\n\nSee the test case status [here](https://github.com/tonybenoy/grafql_py/actions/workflows/python-app.yml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonybenoy%2Fgrafql_py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonybenoy%2Fgrafql_py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonybenoy%2Fgrafql_py/lists"}