aipype-g


Nameaipype-g JSON
Version 0.1.0a4 PyPI version JSON
download
home_pageNone
SummaryGoogle API integrations for the aipype framework
upload_time2025-10-26 12:04:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords agents ai gmail google sheets tasklib
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aipype-g

Google API integrations for the aipype framework.

## Installation

```bash
pip install aipype-g
```

## Setup

### 1. Google Cloud Console
1. Create project at [console.cloud.google.com](https://console.cloud.google.com/)
2. Enable Gmail/Sheets APIs
3. Configure OAuth consent screen
4. Create OAuth client ID (Desktop application)
5. Download credentials JSON

### 2. Environment Variables
```bash
export GOOGLE_CREDENTIALS_FILE=path/to/google_credentials.json
export GMAIL_TOKEN_FILE=path/to/gmail_token.json
export SHEETS_TOKEN_FILE=path/to/sheets_token.json
```

## Usage

Check the examples package in the main github repo. 

## Development

### Requirements
- Python ≥3.12
- aipype (core framework)
- google-auth ≥2.0.0

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aipype-g",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "agents, ai, gmail, google, sheets, tasklib",
    "author": null,
    "author_email": "Pritam Barhate <pritambarhate@mobisoftinfotech.com>",
    "download_url": "https://files.pythonhosted.org/packages/4f/3f/20395eb4e070aa8f8f36c828a7a921ee215ccf2eb0160fb0b13c6d300648/aipype_g-0.1.0a4.tar.gz",
    "platform": null,
    "description": "# aipype-g\n\nGoogle API integrations for the aipype framework.\n\n## Installation\n\n```bash\npip install aipype-g\n```\n\n## Setup\n\n### 1. Google Cloud Console\n1. Create project at [console.cloud.google.com](https://console.cloud.google.com/)\n2. Enable Gmail/Sheets APIs\n3. Configure OAuth consent screen\n4. Create OAuth client ID (Desktop application)\n5. Download credentials JSON\n\n### 2. Environment Variables\n```bash\nexport GOOGLE_CREDENTIALS_FILE=path/to/google_credentials.json\nexport GMAIL_TOKEN_FILE=path/to/gmail_token.json\nexport SHEETS_TOKEN_FILE=path/to/sheets_token.json\n```\n\n## Usage\n\nCheck the examples package in the main github repo. \n\n## Development\n\n### Requirements\n- Python \u22653.12\n- aipype (core framework)\n- google-auth \u22652.0.0\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Google API integrations for the aipype framework",
    "version": "0.1.0a4",
    "project_urls": {
        "Homepage": "https://github.com/mobisoftinfotech/aipype",
        "Issues": "https://github.com/mobisoftinfotech/aipype/issues",
        "Repository": "https://github.com/mobisoftinfotech/aipype"
    },
    "split_keywords": [
        "agents",
        " ai",
        " gmail",
        " google",
        " sheets",
        " tasklib"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0fc5b8da3814bd7de863c91601f41e5d577deda6cda77c4bee1dd36dc0bfa8ae",
                "md5": "9c3582c8b2704b586badbc4b06a47ee3",
                "sha256": "533fa04206349494e74ee68589bc9e55ca2e8f09c15fe249a42d5a80e75cf5f4"
            },
            "downloads": -1,
            "filename": "aipype_g-0.1.0a4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c3582c8b2704b586badbc4b06a47ee3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 29924,
            "upload_time": "2025-10-26T12:04:01",
            "upload_time_iso_8601": "2025-10-26T12:04:01.122838Z",
            "url": "https://files.pythonhosted.org/packages/0f/c5/b8da3814bd7de863c91601f41e5d577deda6cda77c4bee1dd36dc0bfa8ae/aipype_g-0.1.0a4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4f3f20395eb4e070aa8f8f36c828a7a921ee215ccf2eb0160fb0b13c6d300648",
                "md5": "cd91553fd8ef3b9d2ea26b905d7f326a",
                "sha256": "393dff95d03fd67fb5d74d10bda3f09849a5962c5d6f3d042fed4c94dfb0221d"
            },
            "downloads": -1,
            "filename": "aipype_g-0.1.0a4.tar.gz",
            "has_sig": false,
            "md5_digest": "cd91553fd8ef3b9d2ea26b905d7f326a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 49381,
            "upload_time": "2025-10-26T12:04:02",
            "upload_time_iso_8601": "2025-10-26T12:04:02.625420Z",
            "url": "https://files.pythonhosted.org/packages/4f/3f/20395eb4e070aa8f8f36c828a7a921ee215ccf2eb0160fb0b13c6d300648/aipype_g-0.1.0a4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-26 12:04:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mobisoftinfotech",
    "github_project": "aipype",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "aipype-g"
}
        
Elapsed time: 3.05560s