{ "info": { "author": "Antti Nykanen , Evangelos Kokkonos", "author_email": "ajjn@iki.fi", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": ".. image:: https://d18m5nnl28b2pp.cloudfront.net/p/a/img/header.png\n\n-------------------------------------------------------------------\n\n\n.. image:: https://scrutinizer-ci.com/g/sandcage/sandcage-api-python/badges/quality-score.png?b=master\n :target: https://scrutinizer-ci.com/g/sandcage/sandcage-api-python/?branch=master\n.. image:: https://travis-ci.org/sandcage/sandcage-api-python.svg?branch=master\n :target: https://travis-ci.org/sandcage/sandcage-api-python\n\nsandcage-api-python is a python library for interfacing with SandCage's API. The API documentation can be found at `SandCage's API documentation `_\n\n\n\nRequirements\n------------\n- certifi\n- requests\n\nIn order to use the library you need a SandCage API Key. Once logged into SandCage, you can get your API Key from `here `_.\n\nInstall\n-------\nUsing pip::\n\n pip install sandcage\n\nor alternatively clone and install::\n\n git clone https://github.com/sandcage/sandcage-api-python\n cd sandcage-api-python\n python setup.py install\n\nUsage\n-----\n\nSimply::\n\n from sandcage import SandCage\n\n sc = SandCage('[YOUR_SANDCAGE_API_KEY]')\n sc.list_files_service()\n\nSee more `examples `_\n\nTo not include YOUR_SANDCAGE_API_KEY into your code you can for example save it as a file named SANDCAGE_API_KEY into your home directory::\n\n cd ~\n echo YOUR_SANDCAGE_API_KEY > SANDCAGE_API_KEY\n\nand then use the following code to initialize SandCage::\n\n import os.path\n from sandcage import SandCage\n\n api_key_dir = os.path.expanduser('~')\n api_key_file = os.path.join(api_key_dir, 'SANDCAGE_API_KEY')\n with open(api_key_file, 'r') as f:\n api_key = f.readline()\n\n sc = SandCage(api_key=api_key)\n\nContributing\n------------\n\nWe are open to suggestions and code revisions, however there are some rules and limitations that you might want to consider first.\n\n- Code that you contribute will automatically be licensed under the `Apache License Version 2.0 `_.\n- Third party code will be reviewed, tested and possibly modified before being released.\n\nThese basic rules help ensure that this code remains Open Source and compatible with Apache 2.0 license. All contributions will be added to the changelog and appear in every release.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sandcage/sandcage-api-python", "keywords": "api http development", "license": "Apache License Version 2.0", "maintainer": "", "maintainer_email": "", "name": "sandcage", "package_url": "https://pypi.org/project/sandcage/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sandcage/", "project_urls": { "Homepage": "https://github.com/sandcage/sandcage-api-python" }, "release_url": "https://pypi.org/project/sandcage/0.2.0/", "requires_dist": [ "certifi", "requests" ], "requires_python": "", "summary": "Python client library for SandCage's API", "version": "0.2.0" }, "last_serial": 2426841, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "3fbd147f94a187f6561e416b951adbaf", "sha256": "4b32042b42f0be25aeda1e23518d556fba80cd0f3158e19896502e0f2537f549" }, "downloads": -1, "filename": "sandcage-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3fbd147f94a187f6561e416b951adbaf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5332, "upload_time": "2016-10-27T18:33:19", "url": "https://files.pythonhosted.org/packages/07/eb/29b1fa8e9673a13e19e8f41eaea07814dcf59a0a1f51c82689fa919accd7/sandcage-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a57b50ef77c5891fae941c2fe903dc19", "sha256": "eeae799ec0f880612636a4bca22dffb63283f4ccfd04ad2a444cb50ca1c161a1" }, "downloads": -1, "filename": "sandcage-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a57b50ef77c5891fae941c2fe903dc19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4001, "upload_time": "2016-10-27T18:33:22", "url": "https://files.pythonhosted.org/packages/19/e8/f030a749ca2b2bd5213766f6f2d92f643ae0956506d812b03bbcbf99866a/sandcage-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3fbd147f94a187f6561e416b951adbaf", "sha256": "4b32042b42f0be25aeda1e23518d556fba80cd0f3158e19896502e0f2537f549" }, "downloads": -1, "filename": "sandcage-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3fbd147f94a187f6561e416b951adbaf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5332, "upload_time": "2016-10-27T18:33:19", "url": "https://files.pythonhosted.org/packages/07/eb/29b1fa8e9673a13e19e8f41eaea07814dcf59a0a1f51c82689fa919accd7/sandcage-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a57b50ef77c5891fae941c2fe903dc19", "sha256": "eeae799ec0f880612636a4bca22dffb63283f4ccfd04ad2a444cb50ca1c161a1" }, "downloads": -1, "filename": "sandcage-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a57b50ef77c5891fae941c2fe903dc19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4001, "upload_time": "2016-10-27T18:33:22", "url": "https://files.pythonhosted.org/packages/19/e8/f030a749ca2b2bd5213766f6f2d92f643ae0956506d812b03bbcbf99866a/sandcage-0.2.0.tar.gz" } ] }