{
"info": {
"author": "Jens Klein",
"author_email": "jens@bluedynamics.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Python Software Foundation License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Software Development"
],
"description": "This is the `Python `_ client for Semantic \nEngine `Apache Stanbol FISE `_ (see also\nthe old `IKS-WIKI `_). \nEdutainment: Watch the `Video by Olivier Grisel `_\n \nFISE offers a RESTful API with basically three methods of interaction:\n\nengines\n stateless interface, submit content to the fise engines and get the \n resulting enhancements formatted as RDF at once without storing anything on \n the server-side.\n\nstore\n Upload content to the store and in a second step get the enhancements back.\n \nsparql\n access FISE as a SPARQL endpoint (W3C conform).\n \nThis API covers ``engines`` and ``store``. Sparql queries are best done by using \nexisting library `SuRF `_ which is installed \nas a dependecy with this package. \n \nPython API\n==========\n\nInitialize::\n\n >>> from fise.client import FISE\n >>> fise = FISE('http://localhost:8080/')\n\nUse the engines:: \n \n >>> somedoc = u\"This is an example text.\"\n >>> fise.engines(somedoc)\n \n \n >>> fise.engines(somedoc, format='rdfjson')\n jsonresponse\n\nUse the store, first store content (only plain text is accepted for now)::\n \n >>> id = 'test123'\n >>> fise.store.content[id] = payload\n\nNext get the text back:: \n \n >>> fise.store.content[id]\n u\"This is an example text.\"\n\nThen get the metadata::\n \n >>> fise.store.metadata(id)\n \n \nAnd FISE special feature: Get an HTML page about the content:: \n\n >>> fise.store.page(id)\n \n\nInstall\n=======\n\nDemo Installation\n-----------------\n\nIf you want to try this package as is this is probably a good starting point.\n\nFetch the package sources and unpack them in a directory of your choice::\n\n $ wget http://pypi.python.org/packages/source/f/fise.client/bda.cache-[VERSION].tar.gz\n $ tar xzf bda.cache-[VERSION].tar.gz\n $ cd bda.cache-[VERSION]\n\nPython 2.6 or 2.7 needs to be available. \n\nTo avoid collisions with packages already installed in your pre-installed python\nvirtualenv is used (instead of easy_install on Debian/Ubuntu \n``sudo apt-get install python-virtual`` works fine)::\n\n $ easy_install virtualenv\n $ python2.6 virtualenv --no-site-packages py\n \nBootstrap and run the contained buildout. This fetches FISE early adopter \nrelease and provides a start script for FISE. It installs all Python \ndependencies of fise.client and provides a script to run all tests and a Python \nshell with all packaged installed:: \n\n $ ./py/bin/python bootstrap.py\n $ ./bin/buildout\n\nStart the FISE semantic engine.\n\n $ ./bin/fise-instance\n \nNow connect with a webbrower to \n`http://localhost:8080/ `_, the FISE web-frontend.\n\nRunning the tests shows if everything working as expected (needs a running \n``fise-instance``)::\n\n $ ./bin/tests\n \nStart a Python shell with fise.client included::\n\n $ ./bin/py\n \n >>> from fise.client import FISE\n >>>\n \nInstallation within existing environment\n---------------------------------------- \n\nTo add this package to an existing environment do::\n\n $ easy_install fise.client\n\nOr if your using ``zc.buildout`` add a line to the eggs in your \n``buildout.cfg`` and re-run buildout:: \n\n [buildout] \n ...\n eggs = \n ...\n fise.client\n ...\n \nOr if your'e writing an own python-package add it to the ``install_requires`` \nsection.\n\nChangelog\n=========\n\n1.1\n---\n\n- make it work with restkit 3.2.3 [jensens, 2011-06-07]\n\n1.0\n---\n- initial code, tests and documentation\n\nCopyright, License, Contributors\n================================\n\ncopyright BlueDynamics Alliance, 2010\n\nThis package is provided under the OSI-approved OpenSource License \n`Python Software Foundation License \n`_ (as Python itself \nis).\n\nContributors:\n\n- funded by `IKS-Project early adopters program \n `_\n \n- Jens Klein , Klein & Partner KG: initial code, tests, \n documentation and first release.",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "UNKNOWN",
"keywords": "",
"license": "Python Software Foundation License",
"maintainer": null,
"maintainer_email": null,
"name": "fise.client",
"package_url": "https://pypi.org/project/fise.client/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/fise.client/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "UNKNOWN"
},
"release_url": "https://pypi.org/project/fise.client/1.1/",
"requires_dist": null,
"requires_python": null,
"summary": "Apache Stanbol FISE: RESTful Python Client.",
"version": "1.1"
},
"last_serial": 791994,
"releases": {
"1.0": [
{
"comment_text": "",
"digests": {
"md5": "91665b0345291bd77eb913f5c47608c2",
"sha256": "511a4628db39ff8b04e315cef6e6aa32212abb0de2d921972704145c317affdc"
},
"downloads": -1,
"filename": "fise.client-1.0.tar.gz",
"has_sig": false,
"md5_digest": "91665b0345291bd77eb913f5c47608c2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8926,
"upload_time": "2010-12-23T12:15:37",
"url": "https://files.pythonhosted.org/packages/c6/78/3d3deddf3a2f52070e4718b13761aa43a75e3b3e6c325247b080e289d159/fise.client-1.0.tar.gz"
}
],
"1.1": [
{
"comment_text": "",
"digests": {
"md5": "31d1d44d26e41b56f23e124c28fd1355",
"sha256": "ef47b881cc264c9efd773a9bdfad80d9482d627e3cbfe7cb1c7fbd259445091a"
},
"downloads": -1,
"filename": "fise.client-1.1.tar.gz",
"has_sig": false,
"md5_digest": "31d1d44d26e41b56f23e124c28fd1355",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8718,
"upload_time": "2011-06-07T16:09:40",
"url": "https://files.pythonhosted.org/packages/ec/2d/6c920c40914571333000c543278e941cc2d3b48c42267d99750ffce3fb1f/fise.client-1.1.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "31d1d44d26e41b56f23e124c28fd1355",
"sha256": "ef47b881cc264c9efd773a9bdfad80d9482d627e3cbfe7cb1c7fbd259445091a"
},
"downloads": -1,
"filename": "fise.client-1.1.tar.gz",
"has_sig": false,
"md5_digest": "31d1d44d26e41b56f23e124c28fd1355",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8718,
"upload_time": "2011-06-07T16:09:40",
"url": "https://files.pythonhosted.org/packages/ec/2d/6c920c40914571333000c543278e941cc2d3b48c42267d99750ffce3fb1f/fise.client-1.1.tar.gz"
}
]
}