{"id":43448487,"url":"https://github.com/aleasoluciones/pydevlib","last_synced_at":"2026-02-03T01:15:37.982Z","repository":{"id":45585922,"uuid":"219745213","full_name":"aleasoluciones/pydevlib","owner":"aleasoluciones","description":"🛠️ 🐍 Alea Soluciones development utils \u0026 scripts meant to be used in Python projects","archived":false,"fork":false,"pushed_at":"2025-10-31T07:07:32.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-10-31T09:10:10.081Z","etag":null,"topics":["black","formatter","githook","library","mamba","pylint","python3","typechecker"],"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/aleasoluciones.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-11-05T12:56:18.000Z","updated_at":"2025-10-31T07:07:36.000Z","dependencies_parsed_at":"2024-02-19T16:47:12.016Z","dependency_job_id":"8031dbc1-63c6-4a32-81ef-0ba4b1d4b515","html_url":"https://github.com/aleasoluciones/pydevlib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aleasoluciones/pydevlib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleasoluciones%2Fpydevlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleasoluciones%2Fpydevlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleasoluciones%2Fpydevlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleasoluciones%2Fpydevlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aleasoluciones","download_url":"https://codeload.github.com/aleasoluciones/pydevlib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleasoluciones%2Fpydevlib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29025802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T00:53:18.321Z","status":"ssl_error","status_checked_at":"2026-02-03T00:51:45.186Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["black","formatter","githook","library","mamba","pylint","python3","typechecker"],"created_at":"2026-02-03T01:15:33.514Z","updated_at":"2026-02-03T01:15:37.973Z","avatar_url":"https://github.com/aleasoluciones.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pydevlib\n\n![Python versions supported](https://img.shields.io/badge/supports%20python-3.7%20|%203.8%20|%203.9|%203.10|%203.11-blue.svg)\n\nAlea Soluciones' development utils \u0026 scripts meant to be used in Python 3 projects.\n\n## Requirements\n\nYou'll need bash as your shell.\n\n## Install\n\nSimply run this on your virtualenv:\n\n```\npip install -e git+https://github.com/aleasoluciones/pydevlib.git#egg=pydevlib\n```\n\nor add this to your requirements-dev.txt (recommended) to make it persistent:\n\n```\n-e git+https://github.com/aleasoluciones/pydevlib.git#egg=pydevlib\n```\n\n## Usage\n\nOnce the module is installed, you can simply run\n\n```\npydevlib\n```\n\nto list available commands. Actually, the commands list is:\n\n```\nmambo -\u003e Alias for mamba -f documentation\ngit_hooks -\u003e Install pre-commit and pre-push git hooks\nlinter -\u003e Run pylint for production and specs code\ntype_checker -\u003e Run MyPY for production and specs code to perform static type checking\nformatter -\u003e Run Black to format python code\nfocused_specs -\u003e Search for focused specs across the code\nunit_tests -\u003e Run unit tests\nfactory_tests -\u003e Run factory tests\nintegration_tests -\u003e Run integration tests\nfunctional_tests -\u003e Run functional tests\nacceptance_tests -\u003e Run acceptance tests\nregression_tests -\u003e Run regression tests\nfast_tests -\u003e Run all fast tests (unit, factory and integration tests)\nall_tests -\u003e Run all tests but acceptance tests (unit, factory, integration and functional tests)\n```\n\nThe way you can use the commands is simply like this:\n\n```\ngit_hooks\n```\n\nFor scripts that may accept arguments, you can do:\n\n```\nlinter staged\nformatter your_file another_file\nunit_tests doc\n```\n\n## Development\n\nSimply clone this repository and run the following in a virtual environment:\n\n```\ndev/setup_venv.sh\n```\n\n### TODO\n\n- Document virtualenv path to be searched is the default repository name\n- Document special script cases\n- Unify functional test across projects\n- Add a command to list the installed python development libraries with a link to documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleasoluciones%2Fpydevlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleasoluciones%2Fpydevlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleasoluciones%2Fpydevlib/lists"}