Airbyte Github Connector for AI platforms
Project description
Airbyte Github AI Connector
Type-safe Github API connector with full IDE autocomplete support for AI applications.
Package Version: 0.12.0
Connector Version: 1.0.0
SDK Version: 0.1.0
Installation
uv pip install airbyte-ai-github
Usage
from airbyte_ai_github import GithubConnector
# Create connector
connector = GithubConnector(auth_config={"api_key": "your_api_key"})
# Use typed methods with full IDE autocomplete
# (See Available Operations below for all methods)
Available Operations
Repositories Operations
repositories__get()- Gets information about a specific GitHub repository using GraphQLrepositories__list()- Returns a list of repositories for the specified user using GraphQLrepositories__search()- Search for GitHub repositories using GitHub's powerful search syntax. Examples: "language:python stars:>1000", "topic:machine-learning", "org:facebook is:public"
Type Definitions
All response types are fully typed using TypedDict for IDE autocomplete support.
Import types from airbyte_ai_github.types.
Documentation
Generated from OpenAPI 3.0 specification.
For API documentation, see the service's official API docs.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file airbyte_ai_github-0.12.0.tar.gz.
File metadata
- Download URL: airbyte_ai_github-0.12.0.tar.gz
- Upload date:
- Size: 73.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70331455b8bb80589c7973e486b1d75a9e2548c1c2928701d8b99e3daa99f4af
|
|
| MD5 |
672036acc29f300affaa1977146aff00
|
|
| BLAKE2b-256 |
ac9fa345d4bbee1b4b4af8bd6d50b322ee6bc0feccede0eeff9b2f6e299c3a80
|
File details
Details for the file airbyte_ai_github-0.12.0-py3-none-any.whl.
File metadata
- Download URL: airbyte_ai_github-0.12.0-py3-none-any.whl
- Upload date:
- Size: 97.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85cb6fdfec09c246787eed53eee9dff491b8ebd6102645d64e74d3b0855cc42b
|
|
| MD5 |
47b1c7b236916539b31d8bd6cb218267
|
|
| BLAKE2b-256 |
abeda77e5a70e5009cad4cca5090ea985917e19d60eeb23362347fc5378c5385
|