pollination-apps


Namepollination-apps JSON
Version 0.12.1 PyPI version JSON
download
home_pagehttps://github.com/pollination/pollination-apps
SummaryA library to setup and deploy Apps to Pollination!
upload_time2024-10-21 07:16:55
maintainerNone
docs_urlNone
authorLadybug Tools
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements pollination-sdk pydantic PyYAML jsonschema click python-slugify cookiecutter
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/d2/f9/9af43158dc9a7f73ae998eb0d2bd05e3b437fb1e2017985710ba3c46cbd7/pollination-apps-0.12.1.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.1",
    "project_urls": {
        "Homepage": "https://github.com/pollination/pollination-apps"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c714967f8a40a90e661bf8ce2e15d9d7c581d3c697a46e591e762adc434bdf1",
                "md5": "8f932faf3ec468fb5b9c7d5f48cd21a0",
                "sha256": "8e75c9e8af05c00c028418f2e11c131b1a6c96a842b7abf5fe36414de05192bd"
            },
            "downloads": -1,
            "filename": "pollination_apps-0.12.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8f932faf3ec468fb5b9c7d5f48cd21a0",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 232079,
            "upload_time": "2024-10-21T07:16:52",
            "upload_time_iso_8601": "2024-10-21T07:16:52.782766Z",
            "url": "https://files.pythonhosted.org/packages/3c/71/4967f8a40a90e661bf8ce2e15d9d7c581d3c697a46e591e762adc434bdf1/pollination_apps-0.12.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2f99af43158dc9a7f73ae998eb0d2bd05e3b437fb1e2017985710ba3c46cbd7",
                "md5": "0c9d042150252713ef491afe02faede5",
                "sha256": "c361064fc79c1b99c927578a1ee4545132a8ee4ae1421b1bd8aa5de87440d10e"
            },
            "downloads": -1,
            "filename": "pollination-apps-0.12.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0c9d042150252713ef491afe02faede5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 220937,
            "upload_time": "2024-10-21T07:16:55",
            "upload_time_iso_8601": "2024-10-21T07:16:55.234556Z",
            "url": "https://files.pythonhosted.org/packages/d2/f9/9af43158dc9a7f73ae998eb0d2bd05e3b437fb1e2017985710ba3c46cbd7/pollination-apps-0.12.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-21 07:16:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pollination",
    "github_project": "pollination-apps",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pollination-sdk",
            "specs": [
                [
                    ">=",
                    "0.43.0"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "1.8.2"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "jsonschema",
            "specs": [
                [
                    "==",
                    "3.2.0"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    ">=",
                    "7.0"
                ]
            ]
        },
        {
            "name": "python-slugify",
            "specs": [
                [
                    "==",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "cookiecutter",
            "specs": [
                [
                    "==",
                    "2.1.1"
                ]
            ]
        }
    ],
    "lcname": "pollination-apps"
}
        
Elapsed time: 0.47297s