{"id":14065277,"url":"https://github.com/toddbirchard/pythonmyadmin","last_synced_at":"2025-04-14T09:52:19.324Z","repository":{"id":40975954,"uuid":"185904716","full_name":"toddbirchard/pythonmyadmin","owner":"toddbirchard","description":"🐍💾  Web GUI for connecting to modifying databases \u0026 data.","archived":false,"fork":false,"pushed_at":"2025-01-12T00:29:45.000Z","size":580,"stargazers_count":21,"open_issues_count":10,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T23:11:17.751Z","etag":null,"topics":["cms","data","database","flask","gui","plotly","plotly-dash","python3"],"latest_commit_sha":null,"homepage":"https://pythonmyadmin.com","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/toddbirchard.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":"2019-05-10T02:29:38.000Z","updated_at":"2025-03-05T23:04:51.000Z","dependencies_parsed_at":"2023-12-08T06:28:56.866Z","dependency_job_id":"30079541-4e66-4d52-bd75-f224c8fc465c","html_url":"https://github.com/toddbirchard/pythonmyadmin","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/toddbirchard%2Fpythonmyadmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddbirchard%2Fpythonmyadmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddbirchard%2Fpythonmyadmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toddbirchard%2Fpythonmyadmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toddbirchard","download_url":"https://codeload.github.com/toddbirchard/pythonmyadmin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248859943,"owners_count":21173339,"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":["cms","data","database","flask","gui","plotly","plotly-dash","python3"],"created_at":"2024-08-13T07:04:24.301Z","updated_at":"2025-04-14T09:52:19.315Z","avatar_url":"https://github.com/toddbirchard.png","language":"Python","readme":"# PythonMyAdmin\n\n![Python](https://img.shields.io/badge/Python-^3.12-blue.svg?logo=python\u0026longCache=true\u0026logoColor=white\u0026colorB=5e81ac\u0026style=flat-square\u0026colorA=4c566a)\n![Flask](https://img.shields.io/badge/Flask-3.0.3-blue.svg?longCache=true\u0026logo=flask\u0026style=flat-square\u0026logoColor=white\u0026colorB=5e81ac\u0026colorA=4c566a)\n![Dash](https://img.shields.io/badge/Dash-v^2.18.2-blue.svg?longCache=true\u0026logo=python\u0026longCache=true\u0026style=flat-square\u0026logoColor=white\u0026colorB=5e81ac\u0026colorA=4c566a)\n![Flask-SQLAlchemy](https://img.shields.io/badge/Flask--SQLAlchemy-^3.1.1-red.svg?longCache=true\u0026style=flat-square\u0026logo=scala\u0026logoColor=white\u0026colorA=4c566a\u0026colorB=bf616a)\n![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square\u0026colorA=4c566a\u0026colorB=a3be8c)\n[![GitHub Issues](https://img.shields.io/github/issues/toddbirchard/pythonmyadmin.svg?style=flat-square\u0026colorA=4c566a\u0026colorB=ebcb8b)](https://github.com/toddbirchard/pythonmyadmin/issues)\n[![GitHub Stars](https://img.shields.io/github/stars/toddbirchard/pythonmyadmin.svg?style=flat-square\u0026colorA=4c566a\u0026colorB=ebcb8b)](https://github.com/toddbirchard/pythonmyadmin/stargazers)\n[![GitHub Forks](https://img.shields.io/github/forks/toddbirchard/pythonmyadmin.svg?style=flat-square\u0026colorA=4c566a\u0026colorB=ebcb8b)](https://github.com/toddbirchard/pythonmyadmin/network)\n\nLightweight Python GUI for exploring and modifying data in database. Spoof of PhpMyAdmin - not affiliated in any way.\n\n## Getting Started\n\nReplace the values in **.env.example** with your values and rename this file to **.env**:\n\n* `FLASK_APP`: Entry point of your application (should be `wsgi.py`).\n* `FLASK_DEBUG`: The environment to run your app in (either `development` or `production`).\n* `SECRET_KEY`: Randomly generated string of characters used to encrypt your app's data.\n* `SQLALCHEMY_DATABASE_URI`: Connection URI of a SQL database\n\n*Never to commit secrets saved in `.env` files to Github.*\n\n### Environment Variables\n\nGet up and running with `make deploy`:\n\n```shell\n$ git clone https://github.com/toddbirchard/pythonmyadmin.git\n$ cd pythonmyadmin\n$ make deploy\n```\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddbirchard%2Fpythonmyadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoddbirchard%2Fpythonmyadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoddbirchard%2Fpythonmyadmin/lists"}