{"id":17933634,"url":"https://github.com/keyan/pour","last_synced_at":"2025-04-03T11:23:55.246Z","repository":{"id":28323357,"uuid":"31836339","full_name":"keyan/pour","owner":"keyan","description":"An ultra-lightweight command line tool to quickly generate a bare flask app file for prototyping.","archived":false,"fork":false,"pushed_at":"2015-07-04T07:19:17.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T09:27:31.536Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keyan.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2015-03-08T02:57:29.000Z","updated_at":"2015-03-09T01:07:21.000Z","dependencies_parsed_at":"2022-08-17T17:15:39.349Z","dependency_job_id":null,"html_url":"https://github.com/keyan/pour","commit_stats":null,"previous_names":["keyanp/pour"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyan%2Fpour","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyan%2Fpour/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyan%2Fpour/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyan%2Fpour/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keyan","download_url":"https://codeload.github.com/keyan/pour/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246990434,"owners_count":20865471,"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-10-28T21:41:01.092Z","updated_at":"2025-04-03T11:23:55.228Z","avatar_url":"https://github.com/keyan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pour: flask boilerplate\n=========================\n\n.. image:: https://img.shields.io/pypi/v/pour.svg\n    :target: https://pypi.python.org/pypi/pour\n\n.. image:: https://img.shields.io/pypi/dm/pour.svg\n        :target: https://pypi.python.org/pypi/pour\n\n\nAn ultra-lightweight command line tool to quickly generate a bare Flask app \nfile for prototyping.\n\nInstallation\n------------\n\nTo install pour, simply:\n\n.. code-block:: bash\n\n    $ pip install pour\n\nUsage\n-----\n\n::\n\n    $ pour --help\n    usage: pour [-n NAME] [-t]\n\n    A lightweight Flask app generator.\n    --------------------------------------------------------------------------\n    https://github.com/keyanp/pour\n\n    optional arguments:\n      --help         Show this help message and exit\n      -n NAME        Set a name for the generated app (default is app)\n      -t             Include test file\n\n\nFor example, typing:\n\n.. code-block:: bash\n\n    $ pour \n\nSaves a file named ``app.py`` to the current working directory:\n\n.. code-block:: python\n    \n    from flask import Flask\n    app = Flask(__name__)\n\n\n    @app.route('/')\n    def index():\n        return 'Hello World!'\n\n    if __name__ == '__main__':\n        app.run(debug=True)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyan%2Fpour","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeyan%2Fpour","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyan%2Fpour/lists"}