{"id":45707264,"url":"https://github.com/jbcom/extended-data-library","last_synced_at":"2026-04-16T07:03:33.515Z","repository":{"id":329234457,"uuid":"1117383563","full_name":"jbcom/extended-data-library","owner":"jbcom","description":"Extended Data Types ","archived":false,"fork":false,"pushed_at":"2026-02-24T23:06:17.000Z","size":5512,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-24T23:10:01.719Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbcom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-16T08:36:22.000Z","updated_at":"2026-02-24T23:06:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jbcom/extended-data-library","commit_stats":null,"previous_names":["jbcom/python-extended-data-types","extended-data-library/core","jbcom/extended-data-library"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/jbcom/extended-data-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbcom%2Fextended-data-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbcom%2Fextended-data-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbcom%2Fextended-data-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbcom%2Fextended-data-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbcom","download_url":"https://codeload.github.com/jbcom/extended-data-library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbcom%2Fextended-data-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29807689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"ssl_error","status_checked_at":"2026-02-24T22:43:18.536Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-02-25T01:00:55.873Z","updated_at":"2026-04-16T07:03:33.509Z","avatar_url":"https://github.com/jbcom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extended Data Library\n\nA collection of high-performance Python libraries and tools for data processing, configuration management, logging, and cloud integrations.\n\n[![CI Status](https://github.com/jbcom/extended-data-library/actions/workflows/ci.yml/badge.svg)](https://github.com/jbcom/extended-data-library/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Packages\n\n| Package | Version | Description |\n|---------|---------|-------------|\n| [extended-data-types](packages/extended-data-types/) | [![PyPI](https://img.shields.io/pypi/v/extended-data-types.svg)](https://pypi.org/project/extended-data-types/) | Typed utilities for YAML, JSON, TOML, HCL, Base64, file paths, strings, lists, and maps |\n| [lifecyclelogging](packages/lifecyclelogging/) | [![PyPI](https://img.shields.io/pypi/v/lifecyclelogging.svg)](https://pypi.org/project/lifecyclelogging/) | Lifecycle-aware logging with rich output, verbosity control, and message storage |\n| [directed-inputs-class](packages/directed-inputs-class/) | [![PyPI](https://img.shields.io/pypi/v/directed-inputs-class.svg)](https://pypi.org/project/directed-inputs-class/) | Transparent input handling from environment variables, stdin, and config files |\n| [vendor-connectors](packages/vendor-connectors/) | [![PyPI](https://img.shields.io/pypi/v/vendor-connectors.svg)](https://pypi.org/project/vendor-connectors/) | Universal cloud and service connectors (AWS, GitHub, Slack, Vault, Anthropic, Cursor, Meshy) |\n| [secretssync](packages/secretssync/) | [![GitHub Release](https://img.shields.io/github/v/release/jbcom/extended-data-library.svg)](https://github.com/jbcom/extended-data-library/releases) | Enterprise-grade secret synchronization pipeline (Go) |\n\n## Quick Start\n\n```bash\n# Python packages\npip install extended-data-types\npip install lifecyclelogging\npip install directed-inputs-class\npip install vendor-connectors\n\n# Python integration for SecretSync workflows\npip install vendor-connectors[secrets]\n\n# SecretSync CLI\ngo install github.com/jbcom/extended-data-library/packages/secretssync/cmd/secretsync@latest\n```\n\n## Monorepo Structure\n\n```\nextended-data-library/\n  packages/\n    extended-data-types/   Python foundation utilities\n    lifecyclelogging/      Structured logging library\n    directed-inputs-class/ Configuration and input handling\n    vendor-connectors/     Cloud and service connectors\n    secretssync/           Secret sync pipeline (Go)\n  docs/                    Documentation site (Astro + Sphinx)\n  tox.ini                  Test orchestration\n  justfile                 Developer task runner\n```\n\n## Development\n\n### Prerequisites\n\n- Python 3.10+\n- [uv](https://docs.astral.sh/uv/) (package manager)\n- Go 1.25+ (only for secretssync)\n\n### Setup\n\n```bash\ngit clone https://github.com/jbcom/extended-data-library.git\ncd extended-data-library\nuv sync\n```\n\n### GitHub CLI\n\nUse `gh` directly with your existing local authentication context.\n\n```bash\ngh auth status\ngh pr list\n```\n\n### Running Tests\n\n```bash\n# All Python packages\ntox -e edt,logging,inputs,connectors\n\n# Single package\ntox -e edt\n\n# Using just\njust test\n```\n\n### Linting and Formatting\n\n```bash\ntox -e lint\n\n# Or directly\nuvx ruff check packages/\nuvx ruff format packages/\n```\n\n### Commit Conventions\n\nThis project uses [Conventional Commits](https://www.conventionalcommits.org/) with scoped types:\n\n```\nfeat(edt): add new TOML parser        # minor bump for extended-data-types\nfix(logging): handle empty messages    # patch bump for lifecyclelogging\nfeat!: breaking API change             # major bump\n```\n\n## Documentation\n\nFull documentation is available at [extended-data.dev](https://extended-data.dev).\n\n## License\n\n[MIT](LICENSE) -- Copyright (c) 2025 Extended Data Library\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbcom%2Fextended-data-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbcom%2Fextended-data-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbcom%2Fextended-data-library/lists"}