{"id":15716886,"url":"https://github.com/zurfyx/python-pip-skeleton","last_synced_at":"2025-10-29T12:16:38.170Z","repository":{"id":111160098,"uuid":"55317756","full_name":"zurfyx/python-pip-skeleton","owner":"zurfyx","description":"Python PIP application skeleton","archived":false,"fork":false,"pushed_at":"2016-04-03T09:09:17.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T20:51:27.347Z","etag":null,"topics":["pip","pypi","skeleton"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zurfyx.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2016-04-02T21:47:17.000Z","updated_at":"2022-11-18T08:56:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"86f0ad4d-cbe6-4c9d-9280-c6cc5b285ad8","html_url":"https://github.com/zurfyx/python-pip-skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zurfyx/python-pip-skeleton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurfyx%2Fpython-pip-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurfyx%2Fpython-pip-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurfyx%2Fpython-pip-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurfyx%2Fpython-pip-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zurfyx","download_url":"https://codeload.github.com/zurfyx/python-pip-skeleton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurfyx%2Fpython-pip-skeleton/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263234943,"owners_count":23434918,"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":["pip","pypi","skeleton"],"created_at":"2024-10-03T21:47:43.150Z","updated_at":"2025-10-29T12:16:33.151Z","avatar_url":"https://github.com/zurfyx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python PIP Skeleton\n\n## Execute\n\nOne of the following:\n\n```\n$ bin/hello\n$ python -m hello\n$ python hello/__main__.py\n```\n\n## Install\n\nOne of the following:\n\n```\n$ pip install -e Hello\n$ python setup.py install\n```\n\n## Develop\n\nMain: `hello/__init__.py`\n\nLogic: `hello/Hello.py`\n\n## Publish to PyPI\n\nStrongly suggest to read over [Uploading your Project to PyPI](http://python-packaging-user-guide.readthedocs.org/en/latest/distributing/#uploading-your-project-to-pypi)\n\n### Requeriments\n\nPython 2: `apt-get install python-setuptools`\n\nPython 3: `apt-get install python3-setuptools`\n\n### First time\n\n```\n$ python setup.py sdist register\n```\nBeware that passwords are sent plain text. See [twine](https://packaging.python.org/en/latest/projects/#twine)\n\n### Recurrent\n```\n$ python setup.py sdist upload\n```\nBeware that passwords are sent plain text. See [twine](https://packaging.python.org/en/latest/projects/#twine)\n\n### Pypi config file\n\nEdit: `~/.pypirc`\n\n```\n[distutils]\nindex-servers=pypi\n\n[pypi]\nrepository=https://pypi.python.org/pypi\nusername=\u003cusername\u003e\npassword=\u003cpassword\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzurfyx%2Fpython-pip-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzurfyx%2Fpython-pip-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzurfyx%2Fpython-pip-skeleton/lists"}