{"id":18260397,"url":"https://github.com/carrascomj/pipterate","last_synced_at":"2025-04-08T23:57:07.365Z","repository":{"id":105856370,"uuid":"291451502","full_name":"carrascomj/pipterate","owner":"carrascomj","description":"CLI to reinstall a local python package.","archived":false,"fork":false,"pushed_at":"2020-08-30T10:53:49.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T18:38:11.067Z","etag":null,"topics":["cli","developer-tools","pip","python"],"latest_commit_sha":null,"homepage":"","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/carrascomj.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-08-30T10:51:10.000Z","updated_at":"2023-02-17T01:05:57.000Z","dependencies_parsed_at":"2023-06-14T13:15:30.746Z","dependency_job_id":null,"html_url":"https://github.com/carrascomj/pipterate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carrascomj%2Fpipterate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carrascomj%2Fpipterate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carrascomj%2Fpipterate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carrascomj%2Fpipterate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carrascomj","download_url":"https://codeload.github.com/carrascomj/pipterate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247947842,"owners_count":21023065,"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","developer-tools","pip","python"],"created_at":"2024-11-05T10:45:08.046Z","updated_at":"2025-04-08T23:57:07.340Z","avatar_url":"https://github.com/carrascomj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pipterate\n\npipterate is a tiny CLI application to install and reinstall a local python module.\n\nDepending of the packaging, `pip install -e .` may not work for some python modules. This script helps in the process of reinstalling during development for those cases.\n\nAn option is provided to run [pytest](https://docs.pytest.org) after the reinstallation, which obviously requires pytest.\n\n## Installation\n1. Clone this repository:\n```shell\ngit clone https://github.com/carrascomj/pipterate.git\ncd pipterate\n```\n2. Put the script under your path. For instance:\n```shell\nmv pipterate.py ~/.local/bin/pipterate\n```\nPersonally, I prefer to remove the extension.\n\n## Run the application:\n\n    usage: pipterate.py [-h] [--dir \u003cPATH\u003e] [--test]\n\n    Simple CLI to reinstall the a local Python package.\n\n    optional arguments:\n      -h, --help    show this help message and exit\n      --dir \u003cPATH\u003e  Path to directory. Default: '.'\n      --test        Run pytest after this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarrascomj%2Fpipterate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarrascomj%2Fpipterate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarrascomj%2Fpipterate/lists"}