`tap-readthedocs` is a Singer tap for ReadTheDocs, built with the Meltano SDK for Singer Taps.
Project description
Capabilities
catalog
state
discover
about
stream-maps
Settings
Setting | Required | Default | Description |
---|---|---|---|
token | True | None |
A full list of supported settings and capabilities is available by running: tap-readthedocs --about
Installation
pipx install git+https://github.com/edgarrmondragon/tap-readthedocs.git
Source Authentication and Authorization
Generate a token: https://readthedocs.org/accounts/tokens/.
Usage
You can easily run tap-readthedocs
by itself or in a pipeline using Meltano.
Executing the Tap Directly
tap-readthedocs --version
tap-readthedocs --help
tap-readthedocs --config CONFIG --discover > ./catalog.json
Developer Resources
Initialize your Development Environment
pipx install poetry
poetry install
Create and Run Tests
Create tests within the tests
folder and then run:
poetry run pytest
You can also test the tap-readthedocs
CLI interface directly using poetry run
:
poetry run tap-readthedocs --help
Testing with Meltano
Note: This tap will work in any Singer environment and does not require Meltano. Examples here are for convenience and to streamline end-to-end orchestration scenarios.
Next, install Meltano (if you haven't already) and any needed plugins:
# Install meltano
pipx install meltano
# Initialize meltano within this directory
cd tap-readthedocs
meltano install
Now you can test and orchestrate using Meltano:
# Test invocation:
meltano invoke tap-readthedocs --version
# OR run a test `elt` pipeline:
meltano elt tap-readthedocs target-jsonl
SDK Dev Guide
See the dev guide for more instructions on how to use the SDK to develop your own taps and targets.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tap_readthedocs-0.2.0b1.tar.gz
.
File metadata
- Download URL: tap_readthedocs-0.2.0b1.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84a5ce0cd1a10cfe960e0af4af807e5ab411c4a02acfc0e901dc05bf8043230b |
|
MD5 | 3186fd7fc159ad38dadbc5ecf188c804 |
|
BLAKE2b-256 | 084c8c9d1b13c2f978de67ad870ff15aa875b88b4c9233d4fc0b97131a49c613 |
File details
Details for the file tap_readthedocs-0.2.0b1-py3-none-any.whl
.
File metadata
- Download URL: tap_readthedocs-0.2.0b1-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5bae52806e614fabeb8d711b726e07a24412d45f786ab01f3ff8757ed522f82 |
|
MD5 | 4b252c3cfa33549145b19279cf5f8191 |
|
BLAKE2b-256 | 080ae7f8b949afcd7861d7f8cac46257331f38c17a439826ccbd09d315a9570f |