{"id":23333841,"url":"https://github.com/schultyy/travis-python-demo","last_synced_at":"2025-10-31T00:51:01.460Z","repository":{"id":137289491,"uuid":"253902234","full_name":"schultyy/travis-python-demo","owner":"schultyy","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-07T20:18:05.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T03:58:36.008Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schultyy.png","metadata":{"files":{"readme":"README.rst","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-07T20:17:34.000Z","updated_at":"2020-04-07T20:18:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"2dc6515d-e166-43e3-af8f-05d607fae206","html_url":"https://github.com/schultyy/travis-python-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schultyy/travis-python-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Ftravis-python-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Ftravis-python-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Ftravis-python-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Ftravis-python-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schultyy","download_url":"https://codeload.github.com/schultyy/travis-python-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Ftravis-python-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281908614,"owners_count":26582147,"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-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2024-12-21T00:32:30.881Z","updated_at":"2025-10-31T00:51:01.454Z","avatar_url":"https://github.com/schultyy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Flaskr\n======\n\nThe basic blog app built in the Flask `tutorial`_.\n\n.. _tutorial: https://flask.palletsprojects.com/tutorial/\n\n\nInstall\n-------\n\n**Be sure to use the same version of the code as the version of the docs\nyou're reading.** You probably want the latest tagged version, but the\ndefault Git version is the master branch. ::\n\n    # clone the repository\n    $ git clone https://github.com/pallets/flask\n    $ cd flask\n    # checkout the correct version\n    $ git tag  # shows the tagged versions\n    $ git checkout latest-tag-found-above\n    $ cd examples/tutorial\n\nCreate a virtualenv and activate it::\n\n    $ python3 -m venv venv\n    $ . venv/bin/activate\n\nOr on Windows cmd::\n\n    $ py -3 -m venv venv\n    $ venv\\Scripts\\activate.bat\n\nInstall Flaskr::\n\n    $ pip install -e .\n\nOr if you are using the master branch, install Flask from source before\ninstalling Flaskr::\n\n    $ pip install -e ../..\n    $ pip install -e .\n\n\nRun\n---\n\n::\n\n    $ export FLASK_APP=flaskr\n    $ export FLASK_ENV=development\n    $ flask init-db\n    $ flask run\n\nOr on Windows cmd::\n\n    \u003e set FLASK_APP=flaskr\n    \u003e set FLASK_ENV=development\n    \u003e flask init-db\n    \u003e flask run\n\nOpen http://127.0.0.1:5000 in a browser.\n\n\nTest\n----\n\n::\n\n    $ pip install '.[test]'\n    $ pytest\n\nRun with coverage report::\n\n    $ coverage run -m pytest\n    $ coverage report\n    $ coverage html  # open htmlcov/index.html in a browser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschultyy%2Ftravis-python-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschultyy%2Ftravis-python-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschultyy%2Ftravis-python-demo/lists"}