{"id":18521534,"url":"https://github.com/transferwise/pipelinewise-singer-python","last_synced_at":"2025-09-07T02:05:47.236Z","repository":{"id":37930590,"uuid":"236775194","full_name":"transferwise/pipelinewise-singer-python","owner":"transferwise","description":"Writes the Singer format from Python https://singer.io - Pipelinewise compatible","archived":false,"fork":false,"pushed_at":"2024-10-10T14:01:31.000Z","size":82,"stargazers_count":8,"open_issues_count":12,"forks_count":19,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-29T21:07:32.865Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/transferwise.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-28T15:59:29.000Z","updated_at":"2023-12-08T22:03:47.000Z","dependencies_parsed_at":"2024-06-18T21:18:00.735Z","dependency_job_id":"57838895-198a-4d83-9487-9fd357e08469","html_url":"https://github.com/transferwise/pipelinewise-singer-python","commit_stats":{"total_commits":44,"total_committers":8,"mean_commits":5.5,"dds":0.6818181818181819,"last_synced_commit":"da64a10cdbcad48ab373d4dab3d9e6dd6f58556b"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transferwise%2Fpipelinewise-singer-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transferwise%2Fpipelinewise-singer-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transferwise%2Fpipelinewise-singer-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transferwise%2Fpipelinewise-singer-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/transferwise","download_url":"https://codeload.github.com/transferwise/pipelinewise-singer-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406088,"owners_count":20933803,"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":[],"created_at":"2024-11-06T17:26:25.798Z","updated_at":"2025-04-05T22:06:54.994Z","avatar_url":"https://github.com/transferwise.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pipelinewise-singer-python\n===================\n[![PyPI version](https://badge.fury.io/py/pipelinewise-singer-python.svg)](https://badge.fury.io/py/pipelinewise-singer-python)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pipelinewise-singer-python.svg)](https://pypi.org/project/pipelinewise-singer-python/)\n[![License: MIT](https://img.shields.io/badge/License-Apache2-yellow.svg)](https://opensource.org/licenses/Apache-2.0)\n\nWrites the Singer format from Python.\n\nThis is a fork of [Singer's singer-python](https://github.com/singer-io/singer-python) made for [PipelineWise](https://transferwise.github.io/pipelinewise).\n\nUsage\n---\n\n### Setup environment\nThis library depends on python3. We recommend using a `virtualenv` like this:\n\n```bash\npython3 -m venv ~/.virtualenvs/singer-python\n```\n\n### Installation\nNext, install this library:\n\n```bash\nsource ~/.virtualenvs/singer-python/bin/activate\ngit clone http://github.com/singer-io/singer-python\ncd singer-python\nmake install\n```\n\n### Usage example\nNow, from python code within the same `virtualenv`, you can use the library:\n\n```python\nimport singer\n\nsinger.write_schema('my_table',\n\t            {'properties':{'id': {'type': 'string', 'key': True}}},\n\t\t    ['id'])\nsinger.write_records('my_table',\n                     [{'id': 'b'}, {'id':'d'}])\nsinger.write_state({'my_table': 'd'})\n```\n\n### Logging configuration\n\n**pipelinewise-singer-python** by default doesn't use any predefined logging configuration, it's up to the calling \nlibrary to define it. However, if the environment variable `LOGGING_CONF_FILE` is found and set then the **pipelinewise-singer-python** \nwould use the path provided in the env variable as the logging configuration for the logger. \n\n\nLicense\n-------\n\nDistributed under the Apache License Version 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransferwise%2Fpipelinewise-singer-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftransferwise%2Fpipelinewise-singer-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransferwise%2Fpipelinewise-singer-python/lists"}