pollination-io


Namepollination-io JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/pollination/pollination-io
SummaryA Pollination extension to facilitate working with Pollination SDK.
upload_time2024-10-21 21:01:36
maintainerNone
docs_urlNone
authorPollination
requires_pythonNone
licenseApache-2.0 License
keywords
VCS
bugtrack_url
requirements requests queenbee pandas numpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pollination IO

A [Pollination](https://pollination.solutions) 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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Pollination",
    "author_email": "info@pollination.solutions",
    "download_url": "https://files.pythonhosted.org/packages/65/fd/40fca05590b75bd5e8c4e745bff1b75e8a1573d7bda39f0b65f0b6d622cd/pollination-io-1.1.1.tar.gz",
    "platform": null,
    "description": "# Pollination IO\n\nA [Pollination](https://pollination.solutions) 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.1.1",
    "project_urls": {
        "Homepage": "https://github.com/pollination/pollination-io"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "678ec94f2b6ce9c0b938cbb321492ae327c7ec958493252741d6db9418c1ee38",
                "md5": "43f1da4c8bc28501e6d35ca893a64dd8",
                "sha256": "24c2456885252399a6113fcc34953ca2d49abde5720d31b8249006803887054b"
            },
            "downloads": -1,
            "filename": "pollination_io-1.1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "43f1da4c8bc28501e6d35ca893a64dd8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 13212,
            "upload_time": "2024-10-21T21:01:35",
            "upload_time_iso_8601": "2024-10-21T21:01:35.164113Z",
            "url": "https://files.pythonhosted.org/packages/67/8e/c94f2b6ce9c0b938cbb321492ae327c7ec958493252741d6db9418c1ee38/pollination_io-1.1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65fd40fca05590b75bd5e8c4e745bff1b75e8a1573d7bda39f0b65f0b6d622cd",
                "md5": "99e9e6fde55abb92779fffe0aeff7dc4",
                "sha256": "e03336ac214d9ccad61ca047ddb64d31b6685644e56281a20628d2f4b5ba5bb5"
            },
            "downloads": -1,
            "filename": "pollination-io-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "99e9e6fde55abb92779fffe0aeff7dc4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 36695,
            "upload_time": "2024-10-21T21:01:36",
            "upload_time_iso_8601": "2024-10-21T21:01:36.619394Z",
            "url": "https://files.pythonhosted.org/packages/65/fd/40fca05590b75bd5e8c4e745bff1b75e8a1573d7bda39f0b65f0b6d622cd/pollination-io-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-21 21:01:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pollination",
    "github_project": "pollination-io",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "queenbee",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1.3.5"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "<",
                    "2.0.0"
                ]
            ]
        }
    ],
    "lcname": "pollination-io"
}
        
Elapsed time: 0.49220s