pollination-apps


Namepollination-apps JSON
Version 0.12.0 PyPI version JSON
download
home_pagehttps://github.com/pollination/pollination-apps
SummaryA library to setup and deploy Apps to Pollination!
upload_time2024-04-11 17:29:32
maintainerNone
docs_urlNone
authorLadybug Tools
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pollination Apps

A python library to setup and deploy Apps to Pollination!

## Installation

```
> pip install pollination-apps
```

## Documentation

You can access the full docs for this package and its CLI
[here](https://pollination.github.io/pollination-apps/).

## Local Development

1. Clone this repo locally

   ```console
   git clone git@github.com:ladybug-tools/pollination-apps
   ```

   or

   ```console
   git clone https://github.com/ladybug-tools/pollination-apps
   ```

2. Install dependencies:

   ```console
   cd pollination-apps
   pip install -r dev-requirements.txt
   pip install -r requirements.txt
   ```

3. Run Tests:

   ```console
   python -m pytest tests/
   ```

4. Generate Documentation:

   ```python
   sphinx-apidoc -f -e -d 4 -o ./docs/modules ./pollination-apps
   sphinx-build -b html ./docs ./docs/_build
   ```

5. Preview Documentation:

   ```console
   python -m http.server --directory ./docs/_build/
   ```

   Now you can see the documentation preview at http://localhost:8000

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pollination/pollination-apps",
    "name": "pollination-apps",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Ladybug Tools",
    "author_email": "info@ladybug.tools",
    "download_url": "https://files.pythonhosted.org/packages/d1/b4/ea857bd2af7152020ddfd40f68c376f0b247c6c090b497903e8773296ded/pollination-apps-0.12.0.tar.gz",
    "platform": null,
    "description": "# Pollination Apps\n\nA python library to setup and deploy Apps to Pollination!\n\n## Installation\n\n```\n> pip install pollination-apps\n```\n\n## Documentation\n\nYou can access the full docs for this package and its CLI\n[here](https://pollination.github.io/pollination-apps/).\n\n## Local Development\n\n1. Clone this repo locally\n\n   ```console\n   git clone git@github.com:ladybug-tools/pollination-apps\n   ```\n\n   or\n\n   ```console\n   git clone https://github.com/ladybug-tools/pollination-apps\n   ```\n\n2. Install dependencies:\n\n   ```console\n   cd pollination-apps\n   pip install -r dev-requirements.txt\n   pip install -r requirements.txt\n   ```\n\n3. Run Tests:\n\n   ```console\n   python -m pytest tests/\n   ```\n\n4. Generate Documentation:\n\n   ```python\n   sphinx-apidoc -f -e -d 4 -o ./docs/modules ./pollination-apps\n   sphinx-build -b html ./docs ./docs/_build\n   ```\n\n5. Preview Documentation:\n\n   ```console\n   python -m http.server --directory ./docs/_build/\n   ```\n\n   Now you can see the documentation preview at http://localhost:8000\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library to setup and deploy Apps to Pollination!",
    "version": "0.12.0",
    "project_urls": {
        "Homepage": "https://github.com/pollination/pollination-apps"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4770fb053fe9658f04db326db1caa7b237187fe6a693ce4061a08321652cdf7",
                "md5": "8421a98dde4c4733e9d328cb718ac32e",
                "sha256": "6102aa7426c0b32966c2ce79ae9666704dc941674832876c372565f2762cae1c"
            },
            "downloads": -1,
            "filename": "pollination_apps-0.12.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8421a98dde4c4733e9d328cb718ac32e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 232067,
            "upload_time": "2024-04-11T17:29:30",
            "upload_time_iso_8601": "2024-04-11T17:29:30.018311Z",
            "url": "https://files.pythonhosted.org/packages/a4/77/0fb053fe9658f04db326db1caa7b237187fe6a693ce4061a08321652cdf7/pollination_apps-0.12.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1b4ea857bd2af7152020ddfd40f68c376f0b247c6c090b497903e8773296ded",
                "md5": "e7edf9768f788cb39428247b11d82c59",
                "sha256": "cffd71242ecab3f99891c1c3aa44f03b250e9b0633707b2bc381fc10a4ad2d09"
            },
            "downloads": -1,
            "filename": "pollination-apps-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e7edf9768f788cb39428247b11d82c59",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 220919,
            "upload_time": "2024-04-11T17:29:32",
            "upload_time_iso_8601": "2024-04-11T17:29:32.289267Z",
            "url": "https://files.pythonhosted.org/packages/d1/b4/ea857bd2af7152020ddfd40f68c376f0b247c6c090b497903e8773296ded/pollination-apps-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-11 17:29:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pollination",
    "github_project": "pollination-apps",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pollination-apps"
}
        
Elapsed time: 0.46891s