1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/pypi.md

3.7 KiB
Raw Blame History

PyPI

This page guides you through the process of setting up the PyPI source connector.

Setup guide

Get package name from PyPI

This is the name given in pip install package_name box. For example, airbyte-cdk is the package name for airbyte-cdk.

Optianlly, provide a version name. If not provided, the release stream, containing data for particular version, cannot be used. The project stream is as same as release stream but contains data for all versions.

Supported streams and sync modes

Performance considerations

Due to the heavy caching and CDN use, there is currently no rate limiting of PyPI APIs at the edge.

In addition, PyPI reserves the right to temporarily or permanently prohibit a consumer based on irresponsible activity.

Try not to make a lot of requests (thousands) in a short amount of time (minutes). Generally PyPI can handle it, but its preferred to make requests in serial over a longer amount of time if possible.

Changelog

Expand to review
Version Date Pull Request Subject
0.2.2 2024-10-28 47528 Update dependencies
0.2.1 2024-08-16 44196 Bump source-declarative-manifest version
0.2.0 2024-08-14 44082 Refactor connector to manifest-only format
0.1.15 2024-08-10 43643 Update dependencies
0.1.14 2024-08-03 43137 Update dependencies
0.1.13 2024-07-27 42790 Update dependencies
0.1.12 2024-07-20 42210 Update dependencies
0.1.11 2024-07-13 41844 Update dependencies
0.1.10 2024-07-10 41464 Update dependencies
0.1.9 2024-07-09 41078 Update dependencies
0.1.8 2024-07-06 40842 Update dependencies
0.1.7 2024-06-25 40459 Update dependencies
0.1.6 2024-06-22 39952 Update dependencies
0.1.5 2024-06-06 39152 [autopull] Upgrade base image to v1.2.2
0.1.4 2024-05-28 38702 Make connector compatible with the builder
0.1.3 2024-04-19 37237 Upgrade to CDK 0.80.0 and manage dependencies with Poetry.
0.1.2 2024-04-15 37237 Base image migration: remove Dockerfile and use the python-connector-base image
0.1.1 2024-04-12 37237 schema descriptions
0.1.0 2022-10-29 18632 Initial Release