{"id":50764993,"url":"https://github.com/lumapps/tap-qoben-comeen","last_synced_at":"2026-06-11T13:01:02.990Z","repository":{"id":359341262,"uuid":"1245628510","full_name":"lumapps/tap-qoben-comeen","owner":"lumapps","description":"tap-qoben-comeen a Singer tap for Qoben API (Comeen) built with the Singer SDK.","archived":false,"fork":false,"pushed_at":"2026-05-21T12:46:18.000Z","size":159,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-21T20:41:58.751Z","etag":null,"topics":["lucca","singer"],"latest_commit_sha":null,"homepage":"","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/lumapps.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":".github/CODEOWNERS","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":"2026-05-21T12:00:15.000Z","updated_at":"2026-05-21T12:46:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lumapps/tap-qoben-comeen","commit_stats":null,"previous_names":["lumapps/tap-qoben-comeen"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lumapps/tap-qoben-comeen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumapps%2Ftap-qoben-comeen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumapps%2Ftap-qoben-comeen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumapps%2Ftap-qoben-comeen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumapps%2Ftap-qoben-comeen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lumapps","download_url":"https://codeload.github.com/lumapps/tap-qoben-comeen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumapps%2Ftap-qoben-comeen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34199516,"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-11T02:00:06.485Z","response_time":57,"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":["lucca","singer"],"created_at":"2026-06-11T13:00:50.841Z","updated_at":"2026-06-11T13:01:02.972Z","avatar_url":"https://github.com/lumapps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tap-comeen-qoben\n\n`tap-comeen-qoben` is a Singer tap for ComeenQoben.\n\nBuilt with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.\n\n\u003c!--\n\nDeveloper TODO: Update the below as needed to correctly describe the install procedure. For instance, if you do not have a PyPI repo, or if you want users to directly install from your git repo, you can modify this step as appropriate.\n\n## Installation\n\nInstall from PyPI:\n\n```bash\nuv tool install tap-comeen-qoben\n```\n\nInstall from GitHub:\n\n```bash\nuv tool install git+https://github.com/ORG_NAME/tap-comeen-qoben.git@main\n```\n\n--\u003e\n\n## Configuration\n\n### Accepted Config Options\n\n\u003c!--\nDeveloper TODO: Provide a list of config options accepted by the tap.\n\nThis section can be created by copy-pasting the CLI output from:\n\n```\ntap-comeen-qoben --about --format=markdown\n```\n--\u003e\n\nA full list of supported settings and capabilities for this\ntap is available by running:\n\n```bash\ntap-comeen-qoben --about\n```\n\n### Configure using environment variables\n\nThis Singer tap will automatically import any environment variables within the working directory's\n`.env` if the `--config=ENV` is provided, such that config values will be considered if a matching\nenvironment variable is set either in the terminal context or in the `.env` file.\n\n### Source Authentication and Authorization\n\n\u003c!--\nDeveloper TODO: If your tap requires special access on the source system, or any special authentication requirements, provide those here.\n--\u003e\n\n## Usage\n\nYou can easily run `tap-comeen-qoben` by itself or in a pipeline using [Meltano](https://meltano.com/).\n\n### Executing the Tap Directly\n\n```bash\ntap-comeen-qoben --version\ntap-comeen-qoben --help\ntap-comeen-qoben --config CONFIG --discover \u003e ./catalog.json\n```\n\n## Developer Resources\n\nFollow these instructions to contribute to this project.\n\n### Initialize your Development Environment\n\nPrerequisites:\n\n- Python 3.10+\n- [uv](https://docs.astral.sh/uv/)\n\n```bash\nuv sync\n```\n\n### Create and Run Tests\n\nCreate tests within the `tests` subfolder and\nthen run:\n\n```bash\nuv run pytest\n```\n\nYou can also test the `tap-comeen-qoben` CLI interface directly using `uv run`:\n\n```bash\nuv run tap-comeen-qoben --help\n```\n\n### Testing with [Meltano](https://www.meltano.com)\n\n_**Note:** This tap will work in any Singer environment and does not require Meltano.\nExamples here are for convenience and to streamline end-to-end orchestration scenarios._\n\n\u003c!--\nDeveloper TODO:\nYour project comes with a custom `meltano.yml` project file already created. Open the `meltano.yml` and follow any \"TODO\" items listed in\nthe file.\n--\u003e\n\nUse Meltano to run an EL pipeline:\n\n```bash\n# Install meltano\nuv tool install meltano\n\n# Test invocation\nmeltano invoke tap-comeen-qoben --version\n\n# Run a test EL pipeline\nmeltano run tap-comeen-qoben target-jsonl\n```\n\n### SDK Dev Guide\n\nSee the [dev guide](https://sdk.meltano.com/en/latest/dev_guide.html) for more instructions on how to use the SDK to\ndevelop your own taps and targets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumapps%2Ftap-qoben-comeen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flumapps%2Ftap-qoben-comeen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumapps%2Ftap-qoben-comeen/lists"}