{"id":18432661,"url":"https://github.com/mrzechonek/python-pip-pin","last_synced_at":"2025-04-07T18:33:54.168Z","repository":{"id":41854563,"uuid":"266609475","full_name":"mrzechonek/python-pip-pin","owner":"mrzechonek","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-09T12:04:05.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-09-20T10:05:03.370Z","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/mrzechonek.png","metadata":{"files":{"readme":"README.md","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":"2020-05-24T19:22:24.000Z","updated_at":"2022-04-26T08:24:26.000Z","dependencies_parsed_at":"2023-02-08T11:03:26.056Z","dependency_job_id":null,"html_url":"https://github.com/mrzechonek/python-pip-pin","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrzechonek%2Fpython-pip-pin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrzechonek%2Fpython-pip-pin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrzechonek%2Fpython-pip-pin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrzechonek%2Fpython-pip-pin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrzechonek","download_url":"https://codeload.github.com/mrzechonek/python-pip-pin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223289633,"owners_count":17120707,"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-11-06T05:29:11.260Z","updated_at":"2024-11-06T05:29:12.050Z","avatar_url":"https://github.com/mrzechonek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"THIS IS AN EXPERIMENT. PLAY WITH IT, THINK ABOUT IT, DON'T USE IT ON PRODUCTION.\n\nLet me know what you think.\n\n[![PyPI version shields.io](https://img.shields.io/pypi/v/pip-pin.svg)](https://pypi.python.org/pypi/pip-pin/)\n\n[![PyPI status](https://img.shields.io/pypi/status/pip-pin.svg)](https://pypi.python.org/pypi/pip-pin/)\n\npip pin\n=======\n\nSpecify and pin dependencies from `setup.py`.\n\nTL;DR;\n\n```python\nfrom setuptools import find_packages, setup\n\nsetup(\n    name='meriadok',\n    version='1.0.',\n    packages=find_packages(),\n    setup_requires=[\n        'pip-pin',\n    ],\n    install_requires=[\n        'flask',\n    ],\n    tests_require=[\n        'pytest',\n    ],\n    develop_requires=[\n        'black',\n    ],\n)\n```\n\nNon-pinned dependencies:\n------------------------\n\nJust install whatever you want with `pip`.\n\nPinning\n-------\n\nThis will produce (or update) `.pip-pin` directory, which you are supposed to commit into the repo.\n\n```\n$ ./setup.py pin [(--install|--tests|--develop)]\n```\n\nNote that this will pin *only* things listed in a respective `setup.py`\nsection. This means you can have additional stuff installed on your local\nvirtualenv, and noone is going to care until you make it a dependency.\n\nPinned dependencies:\n--------------------\n\nInstalling pinned dependencies:\n\n```\n$ ./setup.py sync [(--install|--tests|--develop)]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrzechonek%2Fpython-pip-pin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrzechonek%2Fpython-pip-pin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrzechonek%2Fpython-pip-pin/lists"}