{"id":20495465,"url":"https://github.com/vyahello/todo-task-manager","last_synced_at":"2025-07-21T12:02:31.999Z","repository":{"id":117458323,"uuid":"191956705","full_name":"vyahello/todo-task-manager","owner":"vyahello","description":"☑️ A simple todo task application (flask, heroku)","archived":false,"fork":false,"pushed_at":"2025-07-01T14:20:05.000Z","size":312,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-01T15:30:56.438Z","etag":null,"topics":["flask-application","heroku","rest-api"],"latest_commit_sha":null,"homepage":"https://todo-task-master.herokuapp.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vyahello.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-06-14T14:27:18.000Z","updated_at":"2025-07-01T14:20:08.000Z","dependencies_parsed_at":"2024-04-28T09:28:06.240Z","dependency_job_id":"af8ce500-a879-4e60-957b-d5e23c873de1","html_url":"https://github.com/vyahello/todo-task-manager","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vyahello/todo-task-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Ftodo-task-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Ftodo-task-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Ftodo-task-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Ftodo-task-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vyahello","download_url":"https://codeload.github.com/vyahello/todo-task-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vyahello%2Ftodo-task-manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266296760,"owners_count":23907012,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["flask-application","heroku","rest-api"],"created_at":"2024-11-15T17:45:58.724Z","updated_at":"2025-07-21T12:02:31.991Z","avatar_url":"https://github.com/vyahello.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Screenshot](logo.png)\n\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\n[![Build Status](https://travis-ci.org/vyahello/todo-task-manager.svg?branch=master)](https://travis-ci.org/vyahello/todo-task-manager)\n[![Coverage Status](https://coveralls.io/repos/github/vyahello/todo-task-manager/badge.svg?branch=master)](https://coveralls.io/github/vyahello/todo-task-manager?branch=master)\n[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE.md)\n\n# Todo task master\nA simple todo task application written in [flask](http://flask.palletsprojects.com) python micro-web framework. \n\n![Screenshot](static/home%20page.png)\n\n![Screenshot](static/update%20task.png)\n\n## Tools\n\n### Production\n\n- python 3.8\n- [flask](http://flask.palletsprojects.com)\n- html5/css\n- shell\n- [heroku](https://todo-task-master.herokuapp.com)\n\n### Development\n\n- [github actions](https://github.com/vyahello/todo-task-manager/actions/workflows/code-assessment.yml) CI\n- [pytest](https://pypi.org/project/pytest/) framework\n- [black](https://black.readthedocs.io/en/stable/) code formatter\n- [mypy](http://mypy.readthedocs.io/en/latest) static tyler\n- [pylint](https://www.pylint.org/) code style\n- [flake8](http://flake8.pycqa.org/en/latest/) code formatter\n\n\n## Quick start\nRun script from the root directory of the project:\n```bash\ngit clone git@github.com:vyahello/todo-task-manager.git\ncd todo-task-manager\npip install -r requirements.txt\npython todo.py\n```\n\nThen please open `0.0.0.0:7777` in your browser.\n\n## Development notes\n\n### Run static code analysis\nIn general static code analysis consists of following tools: `black`, `flake8`, `pylint`, `mypy`, `pydocstyle` and `unittests` accordingly.\nTo be able to start static code analysis _locally_ please run following script from the root directory of the project:\n```bash\n./run-code-analysis.sh install-dependencies\n```\nAnyway, this script is triggered via `Travis CI` and `GitHub CI`.\n\n## Deployment on heroku\n\nPlease check [deployment](DEPLOYMENT.md) file for app deployment.\n\n## Release notes\n\nPlease check [changelog](CHANGELOG.md) file to get more details about actual versions and it's release notes.\n\n## Meta\nAuthor – Volodymyr Yahello vyahello@gmail.com\n\nDistributed under the `Apache 2.0` license. See [LICENSE](LICENSE.md) for more information.\n\nYou can reach out me at:\n* [https://twitter.com/vyahello](https://twitter.com/vyahello)\n* [https://www.linkedin.com/in/volodymyr-yahello-821746127](https://www.linkedin.com/in/volodymyr-yahello-821746127)\n\n## Contributing\nI would highly appreciate any contribution and support. If you are interested to add your ideas into project please follow next simple steps:\n\n1. Clone the repository\n2. Configure `git` for the first time after cloning with your `name` and `email`\n3. `pip install -r requirements.txt` to install all project dependencies\n4. `pip install -r requirements-dev.txt` to install all development project dependencies\n5. Create your feature branch (`git checkout -b feature/fooBar`)\n6. Commit your changes (`git commit -am 'Add some fooBar'`)\n7. Push to the branch (`git push origin feature/fooBar`)\n8. Create a new Pull Request\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvyahello%2Ftodo-task-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvyahello%2Ftodo-task-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvyahello%2Ftodo-task-manager/lists"}