singer-sdk


Namesinger-sdk JSON
Version 0.36.1 PyPI version JSON
download
home_pagehttps://sdk.meltano.com/en/latest/
SummaryA framework for building Singer taps
upload_time2024-03-13 20:47:59
maintainerMeltano Team and Contributors
docs_urlNone
authorMeltano Team and Contributors
requires_python>=3.8
licenseApache-2.0
keywords meltano singer meltano sdk singer sdk elt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">Meltano Singer SDK</h1>

<h3 align="center">
The Tap and Target SDKs are the fastest way to build custom data extractors and loaders!
Taps and targets built on the SDK are automatically compliant with the
<a href="https://hub.meltano.com/singer/spec">Singer Spec</a>, the
de-facto open source standard for extract and load pipelines.
</h3>

---

</br>

<div align="center">
  <img alt="Meltano Singer SDK Logo" src="https://user-images.githubusercontent.com/11428666/231584532-ffa694e6-60f9-4fd6-b2ee-5ff3e39d3ad6.svg" width="600"/>
</div>

</br>

<div align="center">
  <a href="https://pypi.org/project/singer-sdk">
   <img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/singer-sdk"/>
  </a>
  <a href="https://pypi.org/project/singer-sdk">
   <img alt="Downloads" src="https://img.shields.io/pypi/dw/singer-sdk?color=blue"/>
  </a>
  <a href="https://pypi.org/project/singer-sdk">
   <img alt="PyPI Version" src="https://img.shields.io/pypi/v/singer-sdk?color=blue"/>
  </a>
  <a href="https://sdk.meltano.com/en/latest/?badge=latest">
   <img alt="Documentation Status" src="https://readthedocs.org/projects/meltano-sdk/badge/?version=latest"/>
  </a>
  <a href="https://codecov.io/gh/meltano/sdk">
   <img alt="codecov" src="https://codecov.io/gh/meltano/sdk/branch/main/graph/badge.svg?token=kS1zkemAgo"/>
  </a>
  <a href="https://results.pre-commit.ci/latest/github/meltano/sdk/main">
   <img alt="pre-commit.ci status" src="https://results.pre-commit.ci/badge/github/meltano/sdk/main.svg"/>
  </a>
</div>

---

## Future-proof extractors and loaders, with less code

On average, developers tell us that they write about 70% less code by using the SDK, which
makes learning the SDK a great investment. Furthermore, as new features and capabilities
are added to the SDK, your taps and targets can always take advantage of the latest
capabilities and bug fixes, simply by updating your SDK dependency to the latest version.

## Meltano

*Not familiar with Meltano?*  [Meltano](https://docs.meltano.com/getting-started/meltano-at-a-glance) is your CLI for ELT+ that:

- **Starts simple**: Meltano is pip-installable and comes in a prepackaged docker container, you can have your first ELT pipeline running within minutes.
- **Has DataOps out-of-the-box**: Meltano provides tools that make DataOps best practices easy to use in every project.
- **Integrates with everything**: 300+ natively supported data sources & targets, as well as additional plugins like great expectations or dbt are natively available.
- **Is easily customizable**: Meltano isn't just extensible, it's built to be extended! The Singer SDK (for Connectors) & EDK (for Meltano Components) are easy to use. Meltano Hub helps you find all of the connectors and components created across the data community.
- **Is a mature system**: Developed since 2018, runs in production at large companies like GitLab, and currently powers over a million pipeline runs monthly.
- **Has first class ELT tooling built-in**: Extract data from any data source, load into any target, use inline maps to transform on data on the fly, and test the incoming data, all in one package.

If you want to get started with Meltano, we suggest you:
- head over to the [Installation](https://docs.meltano.com/getting-started/installation)
- or if you have it installed, go through the [Meltano Tutorial](https://docs.meltano.com/getting-started/part1).

## Documentation

- See our [online documentation](https://sdk.meltano.com) for instructions on how
to get started with the SDK.

## Contributing back to the SDK

- For more information on how to contribute, see our [Contributors Guide](https://sdk.meltano.com/en/latest/CONTRIBUTING.html).

## Making a new release of the SDK

1. Trigger a version bump [using the GitHub web UI](https://github.com/edgarrmondragon/sdk/actions/workflows/version_bump.yml) or the cli:

   ```console
   $ gh workflow run
   ```

   The `increment: auto` option will figure out the most appropriate bump based on commit history.

1. Follow the checklist in the PR description.

1. Publish a new release [using the GitHub web UI](https://github.com/meltano/sdk/releases/new).


            

Raw data

            {
    "_id": null,
    "home_page": "https://sdk.meltano.com/en/latest/",
    "name": "singer-sdk",
    "maintainer": "Meltano Team and Contributors",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "hello@meltano.com",
    "keywords": "Meltano,Singer,Meltano SDK,Singer SDK,ELT",
    "author": "Meltano Team and Contributors",
    "author_email": "hello@meltano.com",
    "download_url": "https://files.pythonhosted.org/packages/6c/64/9ea4d4d52c8298ad9d00d377abe52b929ffbc64efac9a415a2579df305f4/singer_sdk-0.36.1.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">Meltano Singer SDK</h1>\n\n<h3 align=\"center\">\nThe Tap and Target SDKs are the fastest way to build custom data extractors and loaders!\nTaps and targets built on the SDK are automatically compliant with the\n<a href=\"https://hub.meltano.com/singer/spec\">Singer Spec</a>, the\nde-facto open source standard for extract and load pipelines.\n</h3>\n\n---\n\n</br>\n\n<div align=\"center\">\n  <img alt=\"Meltano Singer SDK Logo\" src=\"https://user-images.githubusercontent.com/11428666/231584532-ffa694e6-60f9-4fd6-b2ee-5ff3e39d3ad6.svg\" width=\"600\"/>\n</div>\n\n</br>\n\n<div align=\"center\">\n  <a href=\"https://pypi.org/project/singer-sdk\">\n   <img alt=\"Python Versions\" src=\"https://img.shields.io/pypi/pyversions/singer-sdk\"/>\n  </a>\n  <a href=\"https://pypi.org/project/singer-sdk\">\n   <img alt=\"Downloads\" src=\"https://img.shields.io/pypi/dw/singer-sdk?color=blue\"/>\n  </a>\n  <a href=\"https://pypi.org/project/singer-sdk\">\n   <img alt=\"PyPI Version\" src=\"https://img.shields.io/pypi/v/singer-sdk?color=blue\"/>\n  </a>\n  <a href=\"https://sdk.meltano.com/en/latest/?badge=latest\">\n   <img alt=\"Documentation Status\" src=\"https://readthedocs.org/projects/meltano-sdk/badge/?version=latest\"/>\n  </a>\n  <a href=\"https://codecov.io/gh/meltano/sdk\">\n   <img alt=\"codecov\" src=\"https://codecov.io/gh/meltano/sdk/branch/main/graph/badge.svg?token=kS1zkemAgo\"/>\n  </a>\n  <a href=\"https://results.pre-commit.ci/latest/github/meltano/sdk/main\">\n   <img alt=\"pre-commit.ci status\" src=\"https://results.pre-commit.ci/badge/github/meltano/sdk/main.svg\"/>\n  </a>\n</div>\n\n---\n\n## Future-proof extractors and loaders, with less code\n\nOn average, developers tell us that they write about 70% less code by using the SDK, which\nmakes learning the SDK a great investment. Furthermore, as new features and capabilities\nare added to the SDK, your taps and targets can always take advantage of the latest\ncapabilities and bug fixes, simply by updating your SDK dependency to the latest version.\n\n## Meltano\n\n*Not familiar with Meltano?*  [Meltano](https://docs.meltano.com/getting-started/meltano-at-a-glance) is your CLI for ELT+ that:\n\n- **Starts simple**: Meltano is pip-installable and comes in a prepackaged docker container, you can have your first ELT pipeline running within minutes.\n- **Has DataOps out-of-the-box**: Meltano provides tools that make DataOps best practices easy to use in every project.\n- **Integrates with everything**: 300+ natively supported data sources & targets, as well as additional plugins like great expectations or dbt are natively available.\n- **Is easily customizable**: Meltano isn't just extensible, it's built to be extended! The Singer SDK (for Connectors) & EDK (for Meltano Components) are easy to use. Meltano Hub helps you find all of the connectors and components created across the data community.\n- **Is a mature system**: Developed since 2018, runs in production at large companies like GitLab, and currently powers over a million pipeline runs monthly.\n- **Has first class ELT tooling built-in**: Extract data from any data source, load into any target, use inline maps to transform on data on the fly, and test the incoming data, all in one package.\n\nIf you want to get started with Meltano, we suggest you:\n- head over to the [Installation](https://docs.meltano.com/getting-started/installation)\n- or if you have it installed, go through the [Meltano Tutorial](https://docs.meltano.com/getting-started/part1).\n\n## Documentation\n\n- See our [online documentation](https://sdk.meltano.com) for instructions on how\nto get started with the SDK.\n\n## Contributing back to the SDK\n\n- For more information on how to contribute, see our [Contributors Guide](https://sdk.meltano.com/en/latest/CONTRIBUTING.html).\n\n## Making a new release of the SDK\n\n1. Trigger a version bump [using the GitHub web UI](https://github.com/edgarrmondragon/sdk/actions/workflows/version_bump.yml) or the cli:\n\n   ```console\n   $ gh workflow run\n   ```\n\n   The `increment: auto` option will figure out the most appropriate bump based on commit history.\n\n1. Follow the checklist in the PR description.\n\n1. Publish a new release [using the GitHub web UI](https://github.com/meltano/sdk/releases/new).\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A framework for building Singer taps",
    "version": "0.36.1",
    "project_urls": {
        "Changelog": "https://github.com/meltano/sdk/blob/main/CHANGELOG.md",
        "Documentation": "https://sdk.meltano.com/en/latest/",
        "Homepage": "https://sdk.meltano.com/en/latest/",
        "Issue Tracker": "https://github.com/meltano/sdk/issues",
        "Repository": "https://github.com/meltano/sdk",
        "Slack": "https://meltano.com/slack",
        "Twitter": "https://twitter.com/meltanodata/",
        "Youtube": "https://www.youtube.com/meltano"
    },
    "split_keywords": [
        "meltano",
        "singer",
        "meltano sdk",
        "singer sdk",
        "elt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24e872e5835d80835cfd62a3ebc2e9972b5fd30d813e4f4b41aa2757aceeab1b",
                "md5": "c2421a2de2dd651ec5c651de82ae5ea4",
                "sha256": "bce8c65320df77cd666db7033dc58fecc3af9af9bb777299f1c5a07faef32fd9"
            },
            "downloads": -1,
            "filename": "singer_sdk-0.36.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c2421a2de2dd651ec5c651de82ae5ea4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 163639,
            "upload_time": "2024-03-13T20:47:56",
            "upload_time_iso_8601": "2024-03-13T20:47:56.793076Z",
            "url": "https://files.pythonhosted.org/packages/24/e8/72e5835d80835cfd62a3ebc2e9972b5fd30d813e4f4b41aa2757aceeab1b/singer_sdk-0.36.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c649ea4d4d52c8298ad9d00d377abe52b929ffbc64efac9a415a2579df305f4",
                "md5": "3dbcb3f8fabd0a75543bcb9ea7f4aa3e",
                "sha256": "445263e9da946191e5a30b4464533b659f8fd9d8a6767cd66124e948ba6bf554"
            },
            "downloads": -1,
            "filename": "singer_sdk-0.36.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3dbcb3f8fabd0a75543bcb9ea7f4aa3e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 132692,
            "upload_time": "2024-03-13T20:47:59",
            "upload_time_iso_8601": "2024-03-13T20:47:59.490133Z",
            "url": "https://files.pythonhosted.org/packages/6c/64/9ea4d4d52c8298ad9d00d377abe52b929ffbc64efac9a415a2579df305f4/singer_sdk-0.36.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 20:47:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "meltano",
    "github_project": "sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "singer-sdk"
}
        
Elapsed time: 0.25210s