wildcard-integrations


Namewildcard-integrations JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryAPI client integrations for the Wildcard ecosystem
upload_time2025-01-14 07:54:36
maintainerNone
docs_urlNone
authorKaushik
requires_python>=3.9
licenseElastic-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Wildcard Integrations

API client integrations for the Wildcard ecosystem.

## Installation

Install all clients:
```bash
pip install wildcard-integrations
```

Or install specific clients:
```bash
# Just Gmail
pip install "wildcard-integrations[gmail]"

# Just Airtable
pip install "wildcard-integrations[airtable]"

# Multiple specific clients
pip install "wildcard-integrations[gmail,airtable]"
```

## Usage

### Gmail API
```python
from wildcard_gmail import UsersApi
```

### Airtable API
```python
from wildcard_airtable import BasesApi, TablesApi, RecordsApi
``` 
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wildcard-integrations",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Kaushik",
    "author_email": "kaushik@wild-card.ai",
    "download_url": "https://files.pythonhosted.org/packages/4e/9f/eb8e501282c3e5fb84cf480cbe6eb42b12dea884f4ee58cc5f952afd1bee/wildcard_integrations-0.1.5.tar.gz",
    "platform": null,
    "description": "# Wildcard Integrations\n\nAPI client integrations for the Wildcard ecosystem.\n\n## Installation\n\nInstall all clients:\n```bash\npip install wildcard-integrations\n```\n\nOr install specific clients:\n```bash\n# Just Gmail\npip install \"wildcard-integrations[gmail]\"\n\n# Just Airtable\npip install \"wildcard-integrations[airtable]\"\n\n# Multiple specific clients\npip install \"wildcard-integrations[gmail,airtable]\"\n```\n\n## Usage\n\n### Gmail API\n```python\nfrom wildcard_gmail import UsersApi\n```\n\n### Airtable API\n```python\nfrom wildcard_airtable import BasesApi, TablesApi, RecordsApi\n``` ",
    "bugtrack_url": null,
    "license": "Elastic-2.0",
    "summary": "API client integrations for the Wildcard ecosystem",
    "version": "0.1.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3afffd03675a8c3f53c0dfd15809d129ffcdf99ce1eb5ff91398b74635d0f46d",
                "md5": "f84ec05d4aedd2f9f236d52b6e45ce28",
                "sha256": "9fb3d36454a10a6be644a2d76af465f3147b04be416600daa7cfcc4e4d23ba95"
            },
            "downloads": -1,
            "filename": "wildcard_integrations-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f84ec05d4aedd2f9f236d52b6e45ce28",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 1025961,
            "upload_time": "2025-01-14T07:54:33",
            "upload_time_iso_8601": "2025-01-14T07:54:33.725040Z",
            "url": "https://files.pythonhosted.org/packages/3a/ff/fd03675a8c3f53c0dfd15809d129ffcdf99ce1eb5ff91398b74635d0f46d/wildcard_integrations-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e9feb8e501282c3e5fb84cf480cbe6eb42b12dea884f4ee58cc5f952afd1bee",
                "md5": "48f66ddb4d947238830c60f3c5a18de6",
                "sha256": "8293515d255c3666bd7598646fab5b55f88c76f18bd5a502783e2b3fd5cf2a93"
            },
            "downloads": -1,
            "filename": "wildcard_integrations-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "48f66ddb4d947238830c60f3c5a18de6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 394181,
            "upload_time": "2025-01-14T07:54:36",
            "upload_time_iso_8601": "2025-01-14T07:54:36.762435Z",
            "url": "https://files.pythonhosted.org/packages/4e/9f/eb8e501282c3e5fb84cf480cbe6eb42b12dea884f4ee58cc5f952afd1bee/wildcard_integrations-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-14 07:54:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wildcard-integrations"
}
        
Elapsed time: 1.01841s