{"id":17062032,"url":"https://github.com/sfdye/piptools-example","last_synced_at":"2025-07-24T15:11:03.264Z","repository":{"id":149264979,"uuid":"248260445","full_name":"sfdye/piptools-example","owner":"sfdye","description":"piptools examples","archived":false,"fork":false,"pushed_at":"2020-03-18T15:40:35.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T08:30:45.749Z","etag":null,"topics":["pip","pip-tools","python"],"latest_commit_sha":null,"homepage":"","language":null,"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/sfdye.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-18T14:52:31.000Z","updated_at":"2020-03-18T15:42:32.000Z","dependencies_parsed_at":"2023-09-03T09:51:49.840Z","dependency_job_id":null,"html_url":"https://github.com/sfdye/piptools-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sfdye/piptools-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfdye%2Fpiptools-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfdye%2Fpiptools-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfdye%2Fpiptools-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfdye%2Fpiptools-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfdye","download_url":"https://codeload.github.com/sfdye/piptools-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfdye%2Fpiptools-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264401769,"owners_count":23602492,"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","pip-tools","python"],"created_at":"2024-10-14T10:48:59.803Z","updated_at":"2025-07-09T05:38:37.443Z","avatar_url":"https://github.com/sfdye.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# piptools-example\n\n## pip-compile\n\n```bash\n$ pip-compile --generate-hashes requirements/main.in\n#\n# This file is autogenerated by pip-compile\n# To update, run:\n#\n#    pip-compile --generate-hashes requirements/main.in\n#\ndjango==2.2 \\\n    --hash=sha256:7c3543e4fb070d14e10926189a7fcf42ba919263b7473dceaefce34d54e8a119 \\\n    --hash=sha256:a2814bffd1f007805b19194eb0b9a331933b82bd5da1c3ba3d7b7ba16e06dc4b \\\n    # via -r requirements/main.in\npytz==2019.3 \\\n    --hash=sha256:1c557d7d0e871de1f5ccd5833f60fb2550652da6be2693c1e02300743d21500d \\\n    --hash=sha256:b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be \\\n    # via django\nsqlparse==0.3.1 \\\n    --hash=sha256:022fb9c87b524d1f7862b3037e541f68597a730a8843245c349fc93e1643dc4e \\\n    --hash=sha256:e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548 \\\n    # via django\n\n```\n\n```bash\n$ pip-compile --generate-hashes requirements/dev.in\n#\n# This file is autogenerated by pip-compile\n# To update, run:\n#\n#    pip-compile --generate-hashes requirements/dev.in\n#\ndjango-debug-toolbar==2.2 \\\n    --hash=sha256:eabbefe89881bbe4ca7c980ff102e3c35c8e8ad6eb725041f538988f2f39a943 \\\n    --hash=sha256:ff94725e7aae74b133d0599b9bf89bd4eb8f5d2c964106e61d11750228c8774c \\\n    # via -r requirements/dev.in\ndjango==2.2 \\\n    --hash=sha256:7c3543e4fb070d14e10926189a7fcf42ba919263b7473dceaefce34d54e8a119 \\\n    --hash=sha256:a2814bffd1f007805b19194eb0b9a331933b82bd5da1c3ba3d7b7ba16e06dc4b \\\n    # via -r requirements/main.txt, django-debug-toolbar\npytz==2019.3 \\\n    --hash=sha256:1c557d7d0e871de1f5ccd5833f60fb2550652da6be2693c1e02300743d21500d \\\n    --hash=sha256:b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be \\\n    # via -r requirements/main.txt, django\nsqlparse==0.3.1 \\\n    --hash=sha256:022fb9c87b524d1f7862b3037e541f68597a730a8843245c349fc93e1643dc4e \\\n    --hash=sha256:e162203737712307dfe78860cc56c8da8a852ab2ee33750e33aeadf38d12c548 \\\n    # via -r requirements/main.txt, django, django-debug-toolbar\n```\n\n## pip-sync\n\n```bash\n$ pip-sync requirements/main.txt\nFound existing installation: django-debug-toolbar 2.2\nUninstalling django-debug-toolbar-2.2:\n  Successfully uninstalled django-debug-toolbar-2.2\n```\n\n```bash\n$ pip-sync requirements/dev.txt\nCollecting django-debug-toolbar==2.2\n  Using cached django_debug_toolbar-2.2-py3-none-any.whl (198 kB)\nRequirement already satisfied: sqlparse\u003e=0.2.0 in /Users/lwan/.pyenv/versions/3.6.9/envs/piptools-example/lib/python3.6/site-packages (from django-debug-toolbar==2.2-\u003e-r /var/folders/dt/cwsz1mms1lnd36hx_3mzsc_40000gp/T/tmpwuiygv52 (line 1)) (0.3.1)\nRequirement already satisfied: Django\u003e=1.11 in /Users/lwan/.pyenv/versions/3.6.9/envs/piptools-example/lib/python3.6/site-packages (from django-debug-toolbar==2.2-\u003e-r /var/folders/dt/cwsz1mms1lnd36hx_3mzsc_40000gp/T/tmpwuiygv52 (line 1)) (2.2)\nRequirement already satisfied: pytz in /Users/lwan/.pyenv/versions/3.6.9/envs/piptools-example/lib/python3.6/site-packages (from Django\u003e=1.11-\u003edjango-debug-toolbar==2.2-\u003e-r /var/folders/dt/cwsz1mms1lnd36hx_3mzsc_40000gp/T/tmpwuiygv52 (line 1)) (2019.3)\nInstalling collected packages: django-debug-toolbar\nSuccessfully installed django-debug-toolbar-2.2\n```\n\n## TODO\n\n- [ ] Add virtualenv\n- [ ] Add pre-commit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfdye%2Fpiptools-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfdye%2Fpiptools-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfdye%2Fpiptools-example/lists"}