Skip to main content

Singer.io utility library - PipelineWise compatible

Project description

pipelinewise-singer-python

PyPI version PyPI - Python Version License: MIT

Writes the Singer format from Python.

This is a fork of Singer's singer-python made for PipelineWise.

Usage

Setup environment

This library depends on python3. We recommend using a virtualenv like this:

python3 -m venv ~/.virtualenvs/singer-python

Installation

Next, install this library:

source ~/.virtualenvs/singer-python/bin/activate
git clone http://github.com/singer-io/singer-python
cd singer-python
make install

Usage example

Now, from python code within the same virtualenv, you can use the library:

import singer

singer.write_schema('my_table',
	            {'properties':{'id': {'type': 'string', 'key': True}}},
		    ['id'])
singer.write_records('my_table',
                     [{'id': 'b'}, {'id':'d'}])
singer.write_state({'my_table': 'd'})

Logging configuration

pipelinewise-singer-python by default doesn't use any predefined logging configuration, it's up to the calling library to define it. However, if the environment variable LOGGING_CONF_FILE is found and set then the pipelinewise-singer-python would use the path provided in the env variable as the logging configuration for the logger.

License

Distributed under the Apache License Version 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipelinewise_singer_python-3.0.1.tar.gz (31.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pipelinewise_singer_python-3.0.1-py3-none-any.whl (24.9 kB view details)

Uploaded Python 3

File details

Details for the file pipelinewise_singer_python-3.0.1.tar.gz.

File metadata

File hashes

Hashes for pipelinewise_singer_python-3.0.1.tar.gz
Algorithm Hash digest
SHA256 67b37bf5f049a1ff804d6f647053e631e469c39cfa86b8b12fdcc39611d6916e
MD5 c339d60c982822e4d61fdc77d23a1da9
BLAKE2b-256 49183956130bd3decb03d59823a0da7d72bafe9f80733c1337b2aa4aa35b8308

See more details on using hashes here.

File details

Details for the file pipelinewise_singer_python-3.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pipelinewise_singer_python-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a9493e701b71e84873081f4ce6bab4d55b1686234afdb83310b744ff5453a26a
MD5 48937b4f06efa6bd02e66c73f23f4dd9
BLAKE2b-256 f8d1a001d3a804557b66b3732d23d79938c0239baff35e0e0c4463475b08af81

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page