{"id":50888550,"url":"https://github.com/kelsoncm/python-sc4net","last_synced_at":"2026-06-15T19:04:06.020Z","repository":{"id":353425941,"uuid":"1216281886","full_name":"kelsoncm/python-sc4net","owner":"kelsoncm","description":"Network helpers for HTTP(S) and FTP downloads, with convenience JSON and ZIP readers.","archived":false,"fork":false,"pushed_at":"2026-04-23T21:59:10.000Z","size":282,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T22:10:26.814Z","etag":null,"topics":["ftp","http","network","python"],"latest_commit_sha":null,"homepage":"https://kelsoncm.github.io/python-sc4net/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kelsoncm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2026-04-20T18:47:44.000Z","updated_at":"2026-04-23T21:58:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kelsoncm/python-sc4net","commit_stats":null,"previous_names":["kelsoncm/python-sc4net"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kelsoncm/python-sc4net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelsoncm%2Fpython-sc4net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelsoncm%2Fpython-sc4net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelsoncm%2Fpython-sc4net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelsoncm%2Fpython-sc4net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kelsoncm","download_url":"https://codeload.github.com/kelsoncm/python-sc4net/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelsoncm%2Fpython-sc4net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34376125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ftp","http","network","python"],"created_at":"2026-06-15T19:04:05.179Z","updated_at":"2026-06-15T19:04:06.015Z","avatar_url":"https://github.com/kelsoncm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sc4net\n\n[![License](https://img.shields.io/badge/License-MIT-lemon.svg)](https://opensource.org/licenses/MIT)\n[![Python](https://img.shields.io/pypi/pyversions/sc4net.svg)](https://pypi.org/project/sc4net/)\n[![QA](https://github.com/kelsoncm/python-sc4net/actions/workflows/qa.yml/badge.svg)](https://github.com/kelsoncm/python-sc4net/actions/workflows/qa.yml)\n[![Coverage](https://codecov.io/gh/kelsoncm/python-sc4net/branch/main/graph/badge.svg)](https://codecov.io/gh/kelsoncm/python-sc4net)\n[![Publish](https://github.com/kelsoncm/python-sc4net/actions/workflows/publish.yml/badge.svg)](https://github.com/kelsoncm/python-sc4net/actions/workflows/publish.yml)\n[![Docs](https://github.com/kelsoncm/python-sc4net/actions/workflows/docs.yml/badge.svg)](https://kelsoncm.github.io/python-sc4net/)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)\n\nNetwork helpers for HTTP(S) and FTP downloads, with convenience JSON and ZIP readers.\n\n## Installation\n\n```bash\npip install sc4net\n```\n\n## Security\n\nPlease report vulnerabilities according to [SECURITY.md](SECURITY.md).\n\n## How to contribute\n\n```bash\ngit clone git@github.com:kelsoncm/sc4.git ~/projetos/PESSOAL/sc4net\ncode ~/projetos/PESSOAL/sc4net\n```\n\n## Pre-commit\n\nThis repository uses [pre-commit](https://pre-commit.com/) to run quality checks\nbefore each commit and coverage regression checks before each push.\n\nSetup:\n\n```bash\npython -m venv .venv\n.venv\\bin\\activate\n.\\.venv\\Scripts\\Activate.ps1\npip install --upgrade pip uv\nuv pip install --upgrade -e \".[dev]\"\npre-commit install\npre-commit install --hook-type pre-push\n```\n\nRun manually:\n\n```bash\npre-commit run --all-files\npre-commit run --hook-stage pre-push --all-files\n```\n\nHooks:\n\n* **pre-commit**: `black`, `isort`, `bandit`, `flake8` (with `flake8-bandit`)\n* **pre-push**:\n  1. Runs `pytest --cov=sc4net --cov-report=xml` to produce `coverage.xml`\n  2. [`pytest-coverage-gate`](https://github.com/kelsoncm/pytest-coverage-gate)\n     reads `coverage.xml`, compares against `.coverage-baseline`\n     (2 decimal places), blocks the push on regression and updates the\n     baseline on improvement\n* **GitHub Actions only**: `semgrep` SAST\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelsoncm%2Fpython-sc4net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkelsoncm%2Fpython-sc4net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelsoncm%2Fpython-sc4net/lists"}