pollination-io


Namepollination-io JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/pollination/pollination-io
SummaryA Pollination extension to facilitate working with Pollination SDK.
upload_time2024-01-09 19:54:32
maintainer
docs_urlNone
authorPollination
requires_python
licenseApache-2.0 License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pollination IO

A [Pollination](https://pollination.cloud) extension to facilitate working with Pollination SDK and apps.

## Installation

`python -m pip install -U pollination-io`

## Local Development
1. Clone this repo locally
```console
git clone git@github.com:pollination/pollination-io

# or

git clone https://github.com/pollination/pollination-io
```
2. Install dependencies:
```console
cd pollination-io
pip install -r dev-requirements.txt
pip install -r requirements.txt
```

3. Run Tests:
```console
python -m pytest tests/
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pollination/pollination-io",
    "name": "pollination-io",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pollination",
    "author_email": "info@pollination.cloud",
    "download_url": "https://files.pythonhosted.org/packages/39/c7/b441f661a3d4e53b9e00f8841900f37c0c8bf6c5dbc7706e494b8e2e954c/pollination-io-1.0.3.tar.gz",
    "platform": null,
    "description": "# Pollination IO\n\nA [Pollination](https://pollination.cloud) extension to facilitate working with Pollination SDK and apps.\n\n## Installation\n\n`python -m pip install -U pollination-io`\n\n## Local Development\n1. Clone this repo locally\n```console\ngit clone git@github.com:pollination/pollination-io\n\n# or\n\ngit clone https://github.com/pollination/pollination-io\n```\n2. Install dependencies:\n```console\ncd pollination-io\npip install -r dev-requirements.txt\npip install -r requirements.txt\n```\n\n3. Run Tests:\n```console\npython -m pytest tests/\n```\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0 License",
    "summary": "A Pollination extension to facilitate working with Pollination SDK.",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/pollination/pollination-io"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d0f4e6990b3faf44e3ef98038ff5ec8348f7df2bb08cf8267177c8d575d23e1",
                "md5": "ba6f0d73ca64e574048b8b561acf3d65",
                "sha256": "15c704fcbda76e445baaceba078bc0d42870ec4d360ac16387c852de35ada9d1"
            },
            "downloads": -1,
            "filename": "pollination_io-1.0.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ba6f0d73ca64e574048b8b561acf3d65",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 13200,
            "upload_time": "2024-01-09T19:54:31",
            "upload_time_iso_8601": "2024-01-09T19:54:31.398909Z",
            "url": "https://files.pythonhosted.org/packages/2d/0f/4e6990b3faf44e3ef98038ff5ec8348f7df2bb08cf8267177c8d575d23e1/pollination_io-1.0.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39c7b441f661a3d4e53b9e00f8841900f37c0c8bf6c5dbc7706e494b8e2e954c",
                "md5": "b999798142497a93cab236358b26f7c9",
                "sha256": "6b35ab5b8470703f30dcac3efd105e7a976b9dd5cf9994895a3ab109b18537d7"
            },
            "downloads": -1,
            "filename": "pollination-io-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b999798142497a93cab236358b26f7c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 36648,
            "upload_time": "2024-01-09T19:54:32",
            "upload_time_iso_8601": "2024-01-09T19:54:32.379763Z",
            "url": "https://files.pythonhosted.org/packages/39/c7/b441f661a3d4e53b9e00f8841900f37c0c8bf6c5dbc7706e494b8e2e954c/pollination-io-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-09 19:54:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pollination",
    "github_project": "pollination-io",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pollination-io"
}
        
Elapsed time: 0.17309s