{ "info": { "author": "Alejandro JNM", "author_email": "alejandrojnm@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "Civo\n\nThis project is the python API library for using in python projects.\n\nUsage\n-----\n>>> from civo import Civo\n>>> from os.path import expanduser\n\u200b\n>>> civo = Civo('token')\n>>> home = expanduser(\"~/.ssh/\")\n>>> ssh_file = open('{}id_dsa.pub'.format(home)).read()\n\u200b\n>>> # you can filter the result\n>>> size_id = civo.size.search(filter_by='name:g2.xsmall')[0]['name']\n>>> template = civo.templates.search(filter_by='code:debian-stretch')[0]['id']\n\u200b\n>>> civo.ssh.create(name='default', public_key=ssh_file)\n>>> ssh_id = civo.ssh.search(filter_by='name:default')[0]['id']\n>>> civo.instances.create(hostname='text.example.com', size=size_id,\n region='lon1', template_id=template,\n public_ip='true', ssh_key=ssh_id)\n\n\nInstallation\n------------\npip3 install civo\n\nRequirements\n^^^^^^^^^^^^\nrequests\n\nCompatibility\n-------------\npython 3.7\n\nLicence\n-------\nMit License\n\nAuthors\n-------\n\n`civo` was written by `Alejandro JNM `_.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/civo/client-python", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "civo", "package_url": "https://pypi.org/project/civo/", "platform": "", "project_url": "https://pypi.org/project/civo/", "project_urls": { "Homepage": "https://github.com/civo/client-python" }, "release_url": "https://pypi.org/project/civo/1.0.8/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Wrapper for civo api", "version": "1.0.8", "yanked": false, "yanked_reason": null }, "last_serial": 9565178, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "074a44de7b4840bf03a375720830d179", "sha256": "d55a214f8760f10425cd67eecf8b4bf2363177cb3e8109f72d04689ecd0f2732" }, "downloads": -1, "filename": "civo-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "074a44de7b4840bf03a375720830d179", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21570, "upload_time": "2019-10-29T13:30:44", "upload_time_iso_8601": "2019-10-29T13:30:44.490085Z", "url": "https://files.pythonhosted.org/packages/73/07/e88dd6000c3c50cab17f4b9f19ed6828558b02b4c831af7ce72fab335787/civo-1.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9ec92b96ace49b75499dee9d642c433b", "sha256": "0b3ee668be1ec077fe771b8a389d9d73d6ff1cf49edbe7f88dca02cc73e52491" }, "downloads": -1, "filename": "civo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9ec92b96ace49b75499dee9d642c433b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13695, "upload_time": "2019-10-29T13:30:47", "upload_time_iso_8601": "2019-10-29T13:30:47.165656Z", "url": "https://files.pythonhosted.org/packages/2f/09/0f26cc11e2489878e5d6a6e06396067af69b1167ced139a953fa04770e69/civo-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "5e20637ac837ec56c54d0d1f42d8199b", "sha256": "340668280961f1f3ed759986207c2de4d016292dd52e03181a6cf9dceffa50fb" }, "downloads": -1, "filename": "civo-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5e20637ac837ec56c54d0d1f42d8199b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21570, "upload_time": "2019-10-29T23:29:55", "upload_time_iso_8601": "2019-10-29T23:29:55.032598Z", "url": "https://files.pythonhosted.org/packages/22/60/43d2794a4269243530733f0c79c97eb740fc0e8afdcf03ef543a9518fed5/civo-1.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9ae6e5137e5549921ed506e1ad9ad6f2", "sha256": "edcb37540a7c740879731e22c707bca0f20d35137f27ef1cfad3641b1450f020" }, "downloads": -1, "filename": "civo-1.0.1.tar.gz", "has_sig": false, "md5_digest": "9ae6e5137e5549921ed506e1ad9ad6f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13699, "upload_time": "2019-10-29T23:29:56", "upload_time_iso_8601": "2019-10-29T23:29:56.371481Z", "url": "https://files.pythonhosted.org/packages/7d/e1/13f279881dd91a6e01e443382950bef975dd83de1c9213fa46c4c7ccb0b7/civo-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "dc2bed23ab7bebcc4e2f7cd0800b79c2", "sha256": "0d32efd1b41f71558f35a09c1760506049111e3b10637cfe16a1fff8a70c8402" }, "downloads": -1, "filename": "civo-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "dc2bed23ab7bebcc4e2f7cd0800b79c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21574, "upload_time": "2019-10-30T00:58:51", "upload_time_iso_8601": "2019-10-30T00:58:51.097919Z", "url": "https://files.pythonhosted.org/packages/2f/f5/34e8c5a00c27671b29b1a278b9a42892914e4bfb1b7df476a57ff87b2502/civo-1.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4224d4b64c62a2576ce52e9c993c16bc", "sha256": "ae62848097829213a13178ba4cd9f3cf6fcf36b6512a6b2c68b4a22e7e2b1ac6" }, "downloads": -1, "filename": "civo-1.0.3.tar.gz", "has_sig": false, "md5_digest": "4224d4b64c62a2576ce52e9c993c16bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13708, "upload_time": "2019-10-30T00:58:52", "upload_time_iso_8601": "2019-10-30T00:58:52.555082Z", "url": "https://files.pythonhosted.org/packages/ec/ef/8c494e7f070915c1b185599881f61ef77b338dfc6e571c1adfe3af357956/civo-1.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "ffb7c0e76da9cd6f450679b55e620fc8", "sha256": "c227c06e896dbd1decba6effaa0ecbc8ac8b5751e1e9c10d2e99108c5e4f8bcd" }, "downloads": -1, "filename": "civo-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "ffb7c0e76da9cd6f450679b55e620fc8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21686, "upload_time": "2019-11-02T20:59:27", "upload_time_iso_8601": "2019-11-02T20:59:27.041228Z", "url": "https://files.pythonhosted.org/packages/82/47/3f62c3077b5d18a856b9ccbafe17bfc267bba8f0b843d46e88fcb5409211/civo-1.0.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a815b72604e834dd9ff8f48a9966c8ec", "sha256": "0ead971f6502fe615a22242eb7433126debe1c60b1466e47b76ca49dd4e1fa16" }, "downloads": -1, "filename": "civo-1.0.4.tar.gz", "has_sig": false, "md5_digest": "a815b72604e834dd9ff8f48a9966c8ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13817, "upload_time": "2019-11-02T20:59:28", "upload_time_iso_8601": "2019-11-02T20:59:28.472453Z", "url": "https://files.pythonhosted.org/packages/e0/64/feb43b38f4365a4777987b7dafab64215512abab3188385b20de2cf07959/civo-1.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "fc79bcf386d2021efe50912bc918b09a", "sha256": "d5b2781cff8e3841d1f99c4c948763ce7c1ecf08160ae4dbb739b2c2f70b8297" }, "downloads": -1, "filename": "civo-1.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "fc79bcf386d2021efe50912bc918b09a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21835, "upload_time": "2020-04-15T12:36:23", "upload_time_iso_8601": "2020-04-15T12:36:23.750152Z", "url": "https://files.pythonhosted.org/packages/f6/e5/fef01b0219a602e44ffec2d299b3a1894a1ec337f79089a66941cb8334ca/civo-1.0.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "251546c4dcdb23597b184ed2230e122c", "sha256": "40aaf476bbd2f6d1225e00372f6d98d1071709cab2cdbbaae931317bc797af3b" }, "downloads": -1, "filename": "civo-1.0.6.tar.gz", "has_sig": false, "md5_digest": "251546c4dcdb23597b184ed2230e122c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14033, "upload_time": "2020-04-15T12:36:24", "upload_time_iso_8601": "2020-04-15T12:36:24.666839Z", "url": "https://files.pythonhosted.org/packages/93/84/e83b5dc35a423da5837eb1291391f1eea7d2fc8533e9cdc2e7b46d04959c/civo-1.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "c04730115360d5b7672c89bf1a7b82a7", "sha256": "583148e11c31c09bad69b4820b797e36b6a8ca7c473265b57f3580e9075c4155" }, "downloads": -1, "filename": "civo-1.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "c04730115360d5b7672c89bf1a7b82a7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21856, "upload_time": "2020-05-25T14:53:27", "upload_time_iso_8601": "2020-05-25T14:53:27.282940Z", "url": "https://files.pythonhosted.org/packages/82/f0/da6301db8b7bc78d5f68d056701698b97b9d04f3b3191b052e28f61a2407/civo-1.0.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "338233759a5233a6eba0f0dc1dfa577d", "sha256": "59d59ad608735eb2fd9c19b3d865cc5030b7c5400286a55ad2149c1579f959d3" }, "downloads": -1, "filename": "civo-1.0.7.tar.gz", "has_sig": false, "md5_digest": "338233759a5233a6eba0f0dc1dfa577d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14030, "upload_time": "2020-05-25T14:53:28", "upload_time_iso_8601": "2020-05-25T14:53:28.455127Z", "url": "https://files.pythonhosted.org/packages/6d/a8/dc35f6b0b655e148cc9f1e8420c09c4f1065aa0de3bdb990d31608dd0f65/civo-1.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "e3fa846ffaba9574d18ea96f4fc2af6d", "sha256": "b50948b48b9f4572ae8b6758a3c6b8630c3961f636d6518de498bb4e40226f05" }, "downloads": -1, "filename": "civo-1.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "e3fa846ffaba9574d18ea96f4fc2af6d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25010, "upload_time": "2021-03-01T02:08:08", "upload_time_iso_8601": "2021-03-01T02:08:08.335768Z", "url": "https://files.pythonhosted.org/packages/f8/40/b030f162117a1626755303d62c39637b962c3002445554e47ba41a49bf65/civo-1.0.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4e22d5714fc800f21e248342a96a01ad", "sha256": "0f23bfae1342d0382a77c383c0a78fab9697b592aa96431eb59fd07eeb06f28b" }, "downloads": -1, "filename": "civo-1.0.8.tar.gz", "has_sig": false, "md5_digest": "4e22d5714fc800f21e248342a96a01ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16281, "upload_time": "2021-03-01T02:08:09", "upload_time_iso_8601": "2021-03-01T02:08:09.311099Z", "url": "https://files.pythonhosted.org/packages/b8/ad/6aea1b52ee390a20fe4e0aa8727bba0976875eca7901d5f39f0a9f45ce69/civo-1.0.8.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e3fa846ffaba9574d18ea96f4fc2af6d", "sha256": "b50948b48b9f4572ae8b6758a3c6b8630c3961f636d6518de498bb4e40226f05" }, "downloads": -1, "filename": "civo-1.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "e3fa846ffaba9574d18ea96f4fc2af6d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25010, "upload_time": "2021-03-01T02:08:08", "upload_time_iso_8601": "2021-03-01T02:08:08.335768Z", "url": "https://files.pythonhosted.org/packages/f8/40/b030f162117a1626755303d62c39637b962c3002445554e47ba41a49bf65/civo-1.0.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4e22d5714fc800f21e248342a96a01ad", "sha256": "0f23bfae1342d0382a77c383c0a78fab9697b592aa96431eb59fd07eeb06f28b" }, "downloads": -1, "filename": "civo-1.0.8.tar.gz", "has_sig": false, "md5_digest": "4e22d5714fc800f21e248342a96a01ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16281, "upload_time": "2021-03-01T02:08:09", "upload_time_iso_8601": "2021-03-01T02:08:09.311099Z", "url": "https://files.pythonhosted.org/packages/b8/ad/6aea1b52ee390a20fe4e0aa8727bba0976875eca7901d5f39f0a9f45ce69/civo-1.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }