{"id":25469909,"url":"https://github.com/thinkphp/my_todo_flask","last_synced_at":"2026-02-09T01:04:36.510Z","repository":{"id":271340048,"uuid":"913121499","full_name":"thinkphp/my_todo_flask","owner":"thinkphp","description":"Flask is a lightweight WSGI web application framework","archived":false,"fork":false,"pushed_at":"2025-01-07T05:17:11.000Z","size":6073,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T11:13:44.279Z","etag":null,"topics":["flask","mvc-architecture","python3","sqlite3"],"latest_commit_sha":null,"homepage":"https://myflasklist.pythonanywhere.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/thinkphp.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":"2025-01-07T04:32:40.000Z","updated_at":"2025-01-08T11:37:16.000Z","dependencies_parsed_at":"2025-01-07T05:42:12.281Z","dependency_job_id":null,"html_url":"https://github.com/thinkphp/my_todo_flask","commit_stats":null,"previous_names":["thinkphp/my_todo_flask"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thinkphp/my_todo_flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2Fmy_todo_flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2Fmy_todo_flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2Fmy_todo_flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2Fmy_todo_flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinkphp","download_url":"https://codeload.github.com/thinkphp/my_todo_flask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2Fmy_todo_flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29252665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: 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":["flask","mvc-architecture","python3","sqlite3"],"created_at":"2025-02-18T08:31:15.110Z","updated_at":"2026-02-09T01:04:36.469Z","avatar_url":"https://github.com/thinkphp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Todo Application\n\nA simple Todo application built with Flask.\n\n## Prerequisites\n\n* Python 3.x\n* Git\n\n## Installation and Setup\n\n### 1. Clone the Repository\n\n```bash\ngit clone git@github.com:thinkphp/my_todo_flask.git\ncd my_todo_flask\n```\n\n### 2. Set Up Virtual Environment\n\nCreate and activate a virtual environment:\n\n```bash\n# Create virtual environment\npython3 -m venv myvenv\n\n# Activate virtual environment\n# On Unix or MacOS:\nsource myvenv/bin/activate\n\n# On Windows:\nmyvenv\\Scripts\\activate\n```\n\n### 3. Install Dependencies\n\nInstall the required packages:\n\n```bash\n# If requirements.txt exists:\npip install -r requirements.txt\n\n# Or install Flask directly:\npip install flask\n```\n\n### 4. Run the Application\n\nStart the Flask development server:\n\n```bash\nflask run\n```\n\nThe application will be available at `http://localhost:5000`\n\n## Development\n\nTo enable debug mode during development:\n\n```bash\nexport FLASK_ENV=development  # Unix/MacOS\nset FLASK_ENV=development    # Windows\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkphp%2Fmy_todo_flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinkphp%2Fmy_todo_flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkphp%2Fmy_todo_flask/lists"}