{"id":13826907,"url":"https://github.com/dolphinorg/pydolphin","last_synced_at":"2025-07-09T02:32:41.223Z","repository":{"id":53805638,"uuid":"346771798","full_name":"dolphinorg/pydolphin","owner":"dolphinorg","description":"a convenient solution to heroku web apps / APIs.","archived":true,"fork":false,"pushed_at":"2021-03-12T16:23:24.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-05T09:15:50.782Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dolphinorg.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2021-03-11T16:47:35.000Z","updated_at":"2023-02-18T14:31:37.000Z","dependencies_parsed_at":"2022-08-21T16:20:36.286Z","dependency_job_id":null,"html_url":"https://github.com/dolphinorg/pydolphin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolphinorg%2Fpydolphin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolphinorg%2Fpydolphin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolphinorg%2Fpydolphin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dolphinorg%2Fpydolphin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dolphinorg","download_url":"https://codeload.github.com/dolphinorg/pydolphin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225481046,"owners_count":17481141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-08-04T09:01:46.525Z","updated_at":"2024-11-20T06:30:35.321Z","avatar_url":"https://github.com/dolphinorg.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# pydolphin\n\na convenient solution to heroku web apps / APIs.\n\n\n# installation.\n\n```text\npip3 install pydolphin\n\nor \n\npip3 install --no-cache git+https://github.com/dolphinorg/pydolphin.git\n```\n\n# basic example.\n```py\n\nimport os\nfrom flask import Flask\nfrom pydolphin import dolphin\n\nPORT = int(os.environ.get(\"PORT\", 6969))\n\napp = Flask(__name__)\n\n@app.before_first_request\ndef dolphin_start():\n    dolphin.swim()\n\n@app.route('/')\ndef index():\n    return 'hello'\n\napp.run(host='0.0.0.0', port=PORT)\n```\n# alternatively\n\nyou can make a folder with `__init__.py`\nwith\n\n```py\nfrom pydolphin import dolphin\n\ndolphin.swim()\n```\n\n# note.\n\n=\u003e i am currently learning js and node-js but \n   if you want to contribute to make dolphin\n   packages for them, \n   you can contact me t.me/midnightmadwalk.\n=\u003e use it in any python web framework and\n   report bug or contribute. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdolphinorg%2Fpydolphin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdolphinorg%2Fpydolphin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdolphinorg%2Fpydolphin/lists"}