{
"info": {
"author": "Neokami",
"author_email": "team@neokami.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"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.4",
"Topic :: Scientific/Engineering :: Artificial Intelligence"
],
"description": "Neokami Python SDK v0.2\n=======================\n\nThis SDK allows you to connect your Python web-applications to the\nNeokami SDK.\n\nIn order to use the SDK, you need to obtain a free API Key from\n`www.neokami.com `__.\n\nInstallation\n============\n\n- via pip:\n\n ::\n\n pip install neokami-sdk\n\n Inside your python project\n\n .. code:: python\n\n import neokami\n\nUsage\n=====\n\nHere is a simple usage example for gender & age detection for images:\n\n.. code:: python\n\n import os\n import neokami\n\n req = neokami.ImageAnalyser()\n directory = os.path.dirname(os.path.abspath(__file__))\n req.setFile(directory + '/data/team1.jpg')\n req.setType('gender')\n req.setApiKey('your api key here')\n req.setWait(1)\n analysis = req.analyse()\n\n #get the results\n results = analysis.result()\n\nChained function calls are also supported for syntax brevity:\n\n.. code:: python\n\n import os\n import neokami\n\n directory = os.path.dirname(os.path.abspath(__file__))\n analysis = neokami.ImageAnalyser().setApiKey(NeokamiTestCredentials.api_key).setFile(directory +'/data/team1.jpg').setType('gender').analyse()\n\n**For in-depth details on how to use the SDK, check out:**\n\n`Neokami Wiki `__\n\nTests\n-----\n\n- To run the tests, the pytest package is required:\n\n `Install pytest `__\n\n .. code:: bash\n\n pip install -U pytest # or\n easy_install -U pytest\n\n- Create a NeokamiTestCredentials.python inside the tests/ folder based\n on the template in NeokamiTestCredentials.python.replace and enter\n your API Key.\n\n Repository contributors can apply for api keys to be used inside unit\n tests at team@neokami.com.\n\n- The tests can be executed by running:\n\n .. code:: bash\n\n py.test\n\nContributing\n------------\n\nComing soon.\n\nRelease History\n===============\n\n0.2\n---\n\n- Send API key on the header.\n- Add Visual Cortex.\n- Add Sentiment Analysis.\n\n0.1.1\n-----\n\n- HTTPS connection for the base url.\n\n0.1\n---\n\n- Birth.",
"description_content_type": null,
"docs_url": null,
"download_url": null,
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/NeokamiCode/Python-SDK",
"keywords": "sdk,machine learning,neokami",
"license": "Apache Software License",
"maintainer": null,
"maintainer_email": null,
"name": "neokami-sdk",
"package_url": "https://pypi.org/project/neokami-sdk/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/neokami-sdk/",
"project_urls": {
"Homepage": "https://github.com/NeokamiCode/Python-SDK"
},
"release_url": "https://pypi.org/project/neokami-sdk/0.2/",
"requires_dist": null,
"requires_python": null,
"summary": "Python sdk for Neokami API",
"version": "0.2"
},
"last_serial": 1723697,
"releases": {
"0.1.0.0.0.8": [],
"0.1.0.1": [
{
"comment_text": "",
"digests": {
"md5": "07323ba3bcd885d53c033024b8c45ae3",
"sha256": "9587352a3a5d8ad3a7daf6d1630133537a8e9864e90e26987570471deb2b1946"
},
"downloads": -1,
"filename": "neokami-sdk-0.1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "07323ba3bcd885d53c033024b8c45ae3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 155660,
"upload_time": "2015-05-04T09:20:22",
"url": "https://files.pythonhosted.org/packages/74/03/3221008934befbe797482f437bbdc25ac30533c5542433651d81a64d7ac4/neokami-sdk-0.1.0.1.tar.gz"
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "577be94903df79677f2b27d8525cff25",
"sha256": "15757b295116d9edc993a94466e666c9d8fa99120c3d64f6431f6960aaf1360c"
},
"downloads": -1,
"filename": "neokami-sdk-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "577be94903df79677f2b27d8525cff25",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 160556,
"upload_time": "2015-05-19T09:20:10",
"url": "https://files.pythonhosted.org/packages/fb/8d/a5d46419b8b45f942aadcc54071b2f94e94746173e0a1467a0cd57d61384/neokami-sdk-0.1.1.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "b5a5f57faaf12b40fb57782c9a787969",
"sha256": "f1ffb92f76e3b645ca698265d6eb6b6d07af3524a97f146ae9048f2eebacda95"
},
"downloads": -1,
"filename": "neokami-sdk-0.2.tar.gz",
"has_sig": false,
"md5_digest": "b5a5f57faaf12b40fb57782c9a787969",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 313467,
"upload_time": "2015-09-15T15:06:53",
"url": "https://files.pythonhosted.org/packages/75/5c/5e008d35cd4b52a28e798bab39656f9c71ed3646f648d2aba1d2b4c59298/neokami-sdk-0.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "b5a5f57faaf12b40fb57782c9a787969",
"sha256": "f1ffb92f76e3b645ca698265d6eb6b6d07af3524a97f146ae9048f2eebacda95"
},
"downloads": -1,
"filename": "neokami-sdk-0.2.tar.gz",
"has_sig": false,
"md5_digest": "b5a5f57faaf12b40fb57782c9a787969",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 313467,
"upload_time": "2015-09-15T15:06:53",
"url": "https://files.pythonhosted.org/packages/75/5c/5e008d35cd4b52a28e798bab39656f9c71ed3646f648d2aba1d2b4c59298/neokami-sdk-0.2.tar.gz"
}
]
}