{"id":15008939,"url":"https://github.com/ramonhagenaars/project-cli","last_synced_at":"2026-02-04T08:40:20.398Z","repository":{"id":51139257,"uuid":"162020764","full_name":"ramonhagenaars/project-cli","owner":"ramonhagenaars","description":"A Python commandline interface for initiating a project structure","archived":false,"fork":false,"pushed_at":"2021-05-21T18:36:59.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-12T10:45:56.667Z","etag":null,"topics":["cli","project-starter-kit","python-2","python-3"],"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/ramonhagenaars.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":"2018-12-16T16:39:34.000Z","updated_at":"2023-02-16T00:10:02.000Z","dependencies_parsed_at":"2022-08-27T10:51:27.641Z","dependency_job_id":null,"html_url":"https://github.com/ramonhagenaars/project-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ramonhagenaars/project-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonhagenaars%2Fproject-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonhagenaars%2Fproject-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonhagenaars%2Fproject-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonhagenaars%2Fproject-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramonhagenaars","download_url":"https://codeload.github.com/ramonhagenaars/project-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonhagenaars%2Fproject-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265992482,"owners_count":23860913,"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":["cli","project-starter-kit","python-2","python-3"],"created_at":"2024-09-24T19:21:48.101Z","updated_at":"2026-02-04T08:40:15.378Z","avatar_url":"https://github.com/ramonhagenaars.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"|PyPI version| |Build Status|\n\n~ UNDER CONSTRUCTION ~\n\nproject_cli\n===========\n\nA commandline interface for creating structured Python projects.\n\n\nInstallation\n''''''''''''\n\n::\n\n   pip install project_cli\n\n\nUsage\n'''''\n\n::\n\n    python -m project_cli\n\nIf you trust ``project_cli`` to make the right decisions, you can say 'yes' to all prompts:\n\n::\n\n    python -m project_cli -y\n\n\nDetailed information\n''''''''''''''''''''\nHere is an example project structure created by this tool for a runnable project:\n\n::\n\n    \u003e proj_name\n        __init__.py\n        __main__.py\n    \u003e tests\n        __init__.py\n        context.py\n        test_main.py\n    README.rst\n    setup.py\n\nYou can run your app as follows:\n\n::\n\n    python -m proj_name\n\n\nYou can run tests as follows:\n\n::\n\n    python -m unittest discover tests\n\nYou can also install your project in your own pip repository (or in a virtual environment) to make it runnable anywhere on your system:\n\n::\n\n    pip install -e .\n\nNote: the ``-e`` flag is optional. It will keep your pip repository synchronized with your source code.\n\nMeta\n''''\nRamon Hagenaars - ramon.hagenaars@gmail.com\n\nThis structure was inspired by `Kenneth Reitz \u003chttps://github.com/kennethreitz/samplemod\u003e`_.\n\n.. |PyPI version| image:: https://badge.fury.io/py/project-cli.svg\n   :target: https://badge.fury.io/py/project-cli\n\n.. |Build Status| image:: https://travis-ci.org/ramonhagenaars/project-cli.svg?branch=master\n   :target: https://travis-ci.org/ramonhagenaars/project-cli\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonhagenaars%2Fproject-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framonhagenaars%2Fproject-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonhagenaars%2Fproject-cli/lists"}