houston-client


Namehouston-client JSON
Version 1.4.0 PyPI version JSON
download
home_pageNone
SummaryHouston Python Client
upload_time2024-06-11 10:37:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License Copyright (c) 2020, 2021, 2022, 2023 Datasparq Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords houston
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Houston

![PyPI](https://img.shields.io/pypi/v/houston-client)

Python Client for [Houston](https://callhouston.io), an open source tool for building low cost, scalable, platform-agnostic data pipelines. 
Teams can share data processes as microservices using a simple API.

Documentation: [github.com/datasparq-ai/houston/docs](https://github.com/datasparq-ai/houston/blob/main/docs)

## Installation

This client can be installed via pip:

```bash
pip install houston-client
```

If you're running Houston on Google Cloud Platform you will need the 'gcp' plugin:

```bash
pip install "houston-client[gcp]"
```

## Usage

To get started in under 15 minutes, see the quickstart repo: https://github.com/datasparq-intelligent-products/houston-quickstart-python 

This client has the following uses:
- Saving, updating, and deleting plans: see [save command](https://github.com/datasparq-ai/houston/blob/main/docs/commands.md#save), [delete command](https://github.com/datasparq-ai/houston/blob/main/docs/commands.md#delete)
- Starting missions: see [start command](https://github.com/datasparq-ai/houston/blob/main/docs/commands.md#start)
- Creating Houston microservices:
  - With Google Cloud Functions, see [Cloud Function Service Decorator](houston/gcp/cloud_function.py), [Google Cloud](https://github.com/datasparq-ai/houston/blob/main/docs/google_cloud.md), and [Python Quickstart GCP](https://github.com/datasparq-intelligent-products/houston-quickstart-python/tree/master/google-cloud)
  - With any service: see https://github.com/datasparq-ai/houston/blob/main/docs/services.md, and [service.py](houston/service.py)

Full documentation is available at [github.com/datasparq-ai/houston](https://github.com/datasparq-ai/houston/tree/main/docs)


## Requirements

- Python >= 3.7

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "houston-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "houston",
    "author": null,
    "author_email": "James Watkinson <info@datasparq.ai>, Matt Simmons <info@datasparq.ai>",
    "download_url": "https://files.pythonhosted.org/packages/ee/4f/8793fb647ccc5ed73e59054e538c8d6e2c02c3d8fd87efb5d165c6fef76c/houston-client-1.4.0.tar.gz",
    "platform": null,
    "description": "# Houston\n\n![PyPI](https://img.shields.io/pypi/v/houston-client)\n\nPython Client for [Houston](https://callhouston.io), an open source tool for building low cost, scalable, platform-agnostic data pipelines. \nTeams can share data processes as microservices using a simple API.\n\nDocumentation: [github.com/datasparq-ai/houston/docs](https://github.com/datasparq-ai/houston/blob/main/docs)\n\n## Installation\n\nThis client can be installed via pip:\n\n```bash\npip install houston-client\n```\n\nIf you're running Houston on Google Cloud Platform you will need the 'gcp' plugin:\n\n```bash\npip install \"houston-client[gcp]\"\n```\n\n## Usage\n\nTo get started in under 15 minutes, see the quickstart repo: https://github.com/datasparq-intelligent-products/houston-quickstart-python \n\nThis client has the following uses:\n- Saving, updating, and deleting plans: see [save command](https://github.com/datasparq-ai/houston/blob/main/docs/commands.md#save), [delete command](https://github.com/datasparq-ai/houston/blob/main/docs/commands.md#delete)\n- Starting missions: see [start command](https://github.com/datasparq-ai/houston/blob/main/docs/commands.md#start)\n- Creating Houston microservices:\n  - With Google Cloud Functions, see [Cloud Function Service Decorator](houston/gcp/cloud_function.py), [Google Cloud](https://github.com/datasparq-ai/houston/blob/main/docs/google_cloud.md), and [Python Quickstart GCP](https://github.com/datasparq-intelligent-products/houston-quickstart-python/tree/master/google-cloud)\n  - With any service: see https://github.com/datasparq-ai/houston/blob/main/docs/services.md, and [service.py](houston/service.py)\n\nFull documentation is available at [github.com/datasparq-ai/houston](https://github.com/datasparq-ai/houston/tree/main/docs)\n\n\n## Requirements\n\n- Python >= 3.7\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2020, 2021, 2022, 2023 Datasparq  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Houston Python Client",
    "version": "1.4.0",
    "project_urls": {
        "Documentation": "https://github.com/datasparq-ai/houston/blob/main/docs",
        "Homepage": "https://callhouston.io",
        "Source": "https://github.com/datasparq-intelligent-products/houston-python"
    },
    "split_keywords": [
        "houston"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee4f8793fb647ccc5ed73e59054e538c8d6e2c02c3d8fd87efb5d165c6fef76c",
                "md5": "ce82dcef4c3507d0ebc3dde149278dff",
                "sha256": "bec690a1ea865fb1523a397de83a40cc7ef62fd1d471be16979c4fce73c7acc4"
            },
            "downloads": -1,
            "filename": "houston-client-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ce82dcef4c3507d0ebc3dde149278dff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 27140,
            "upload_time": "2024-06-11T10:37:10",
            "upload_time_iso_8601": "2024-06-11T10:37:10.949198Z",
            "url": "https://files.pythonhosted.org/packages/ee/4f/8793fb647ccc5ed73e59054e538c8d6e2c02c3d8fd87efb5d165c6fef76c/houston-client-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-11 10:37:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "datasparq-ai",
    "github_project": "houston",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "houston-client"
}
        
Elapsed time: 3.83103s