{"id":22226200,"url":"https://github.com/kharigardner/pyfivetran","last_synced_at":"2025-07-27T17:32:48.788Z","repository":{"id":209698133,"uuid":"720874764","full_name":"kharigardner/pyfivetran","owner":"kharigardner","description":"Simple python interface for the Fivetran API. Powered by HTTPx.","archived":false,"fork":false,"pushed_at":"2024-04-27T00:55:04.000Z","size":135,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-27T17:55:26.029Z","etag":null,"topics":["api-wrapper","data-engineering","dataops","etl","fivetran","httpx","iaac","ingestion","integration","python","yaml-configuration"],"latest_commit_sha":null,"homepage":"https://pyfivetran.readthedocs.io/en/latest/","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/kharigardner.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-11-19T21:16:57.000Z","updated_at":"2024-07-29T20:33:00.741Z","dependencies_parsed_at":"2024-01-03T18:31:11.372Z","dependency_job_id":"65bea039-4d9b-47ec-b0e9-1b0c08978f18","html_url":"https://github.com/kharigardner/pyfivetran","commit_stats":null,"previous_names":["kharigardner/pyfivetran"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kharigardner%2Fpyfivetran","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kharigardner%2Fpyfivetran/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kharigardner%2Fpyfivetran/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kharigardner%2Fpyfivetran/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kharigardner","download_url":"https://codeload.github.com/kharigardner/pyfivetran/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227825994,"owners_count":17825406,"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":["api-wrapper","data-engineering","dataops","etl","fivetran","httpx","iaac","ingestion","integration","python","yaml-configuration"],"created_at":"2024-12-03T00:23:59.301Z","updated_at":"2024-12-03T00:23:59.966Z","avatar_url":"https://github.com/kharigardner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyFivetran\n\nA simple Python wrapper around the Fivetran REST API.\n\n----------------------------------------------------------------\n![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/kharigardner/pyfivetran/test.yml?label=tests)\n![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/kharigardner/pyfivetran/build.yml?label=build)\n[![License](https://img.shields.io/pypi/l/pyfivetran)](https://github.com/kharigardner/pyfivetran/tree/main/LICENSE)\n\n\n## Installation\n\n```bash\npip install pyfivetran\n```\n\n## Usage\n\n```python\nfrom pyfivetran import FivetranClient\n\nftran = FivetranClient(api_key, api_secret)\n\n# create endpoint objects\nconnector_endpoint = ftran.connector_endpoint\ncertificate_endpoint = ftran.certificate_endpoint\n```\n\nFor more examples, see the [examples](https://github.com/kharigardner/pyfivetran/tree/main/examples) directory.\n\n## Development\n\n```bash\npip install poetry\n\ngit clone https://github.com/kharigardner/pyfivetran.git\n\ncd pyfivetran\n\npoetry install\npoetry install --with dev\n\n# run tests\npytest tests\n\n# create feature branch\ngit checkout -b feature/my-feature\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://github.com/kharigardner/pyfivetran/tree/main/LICENSE). Fivetran API is subject to licensing, usage, and other terms and conditions not covered by this project. For more information, see the [Fivetran API documentation](https://fivetran.com/docs/rest-api).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkharigardner%2Fpyfivetran","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkharigardner%2Fpyfivetran","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkharigardner%2Fpyfivetran/lists"}