iottycloud


Nameiottycloud JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryA Python library to interact with iotty CloudApi
upload_time2024-09-09 12:52:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # iottycloud: a Python library to interact with iotty CloudApi

![iotty Logo](https://iotty.it/cdn/shop/files/logo-iotty_100x@2x.png)

A Python library to interact with iotty CloudApi. To use this library in one of your projects, you must first become our Partner. Please [send us an email](mailto:support@iotty.com).

We're working on a public version of the CloudApi documentation. Stay tuned!

# Getting Started

To install the library, simply use pip

```
$ pip install iottycloud
```

# Test and pylint

You can run the test suite with pytest:

```
$ cd tests
$ python3 -m pytest
```

You can check the correctness of your python code using pylint, as usual:

```
$ cd src
$ pylint iottycloud
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "iottycloud",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Paolo Burgio <paolo.burgio@gmail.com>, Luca Marzaduri <luca.marzaduri@iotty.com>, Shapour Nemati <shapour.nemati@iotty.com>",
    "download_url": "https://files.pythonhosted.org/packages/98/eb/56860cee58f53bfc37a7d44717fbfe4f42aa087becdf54969ce50d4d73e3/iottycloud-0.2.1.tar.gz",
    "platform": null,
    "description": "# iottycloud: a Python library to interact with iotty CloudApi\n\n![iotty Logo](https://iotty.it/cdn/shop/files/logo-iotty_100x@2x.png)\n\nA Python library to interact with iotty CloudApi. To use this library in one of your projects, you must first become our Partner. Please [send us an email](mailto:support@iotty.com).\n\nWe're working on a public version of the CloudApi documentation. Stay tuned!\n\n# Getting Started\n\nTo install the library, simply use pip\n\n```\n$ pip install iottycloud\n```\n\n# Test and pylint\n\nYou can run the test suite with pytest:\n\n```\n$ cd tests\n$ python3 -m pytest\n```\n\nYou can check the correctness of your python code using pylint, as usual:\n\n```\n$ cd src\n$ pylint iottycloud\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library to interact with iotty CloudApi",
    "version": "0.2.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/pburgio/iottycloud/issues",
        "Homepage": "https://github.com/pburgio/iottycloud"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "674bcc7e3b1275e39d22646abd0d526e002b950b4a44f539da47aff6cd2d9073",
                "md5": "1f9f56f109b3a57ba5f2d219bf4443c4",
                "sha256": "0c0ee27b3aea4a72e84852f684fe79184a786932013f1ab57b782faea5a7c930"
            },
            "downloads": -1,
            "filename": "iottycloud-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f9f56f109b3a57ba5f2d219bf4443c4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 18550,
            "upload_time": "2024-09-09T12:52:58",
            "upload_time_iso_8601": "2024-09-09T12:52:58.189397Z",
            "url": "https://files.pythonhosted.org/packages/67/4b/cc7e3b1275e39d22646abd0d526e002b950b4a44f539da47aff6cd2d9073/iottycloud-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98eb56860cee58f53bfc37a7d44717fbfe4f42aa087becdf54969ce50d4d73e3",
                "md5": "bdbf6a61b38ff822ff03efcec4209ac6",
                "sha256": "3c0a0f9ccff93b04c26ee5f8431b52aff52be181e97f9b395b989a353567dc9f"
            },
            "downloads": -1,
            "filename": "iottycloud-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bdbf6a61b38ff822ff03efcec4209ac6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 15855,
            "upload_time": "2024-09-09T12:52:59",
            "upload_time_iso_8601": "2024-09-09T12:52:59.591087Z",
            "url": "https://files.pythonhosted.org/packages/98/eb/56860cee58f53bfc37a7d44717fbfe4f42aa087becdf54969ce50d4d73e3/iottycloud-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 12:52:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pburgio",
    "github_project": "iottycloud",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "iottycloud"
}
        
Elapsed time: 0.31349s