{ "info": { "author": "Puria Nafisi Azizi", "author_email": "puria@dyne.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only" ], "description": "

\n Fist python client
\n Python client library for Fist full text search\n

\n \n

\n \n \"Build\n \n \n \"Code\n \n \n \"PyPI\"\n \n \n \"Dyne.org\"\n \n

\n\n

\n\n

\n :floppy_disk: Install\n \u2022 \n :video_game: Quick start\n \u2022 \n :heart_eyes: Acknowledgements\n \u2022 \n :busts_in_silhouette: Contributing\n \u2022 \n :briefcase: License\n

\n\n\n:construction: [Fist](https://github.com/f-prime/fist) is a software in **ALPHA stage** and is heavily under development. So is this tiny wrapper.\n\nThis library attempts to provide a very simple wrapper around the [Fist](https://github.com/f-prime/fist) a fast full-text search and index server.\nThis library has also only been tested under Python 3.\n\n\n
\n :triangular_flag_on_post: Table of Contents (click to expand)\n\n* [Install](#floppy_disk-install)\n* [Quick start](#video_game-quick-start)\n* [Acknowledgements](#heart_eyes-acknowledgements)\n* [Contributing](#busts_in_silhouette-contributing)\n* [License](#briefcase-license)\n
\n\n***\n## :floppy_disk: Install\n\n`pip install fistpy `\n\n***\n## :video_game: Quick start\n\n```python\n\nfrom fist.client import Fist\n\nf = Fist(host=\"localhost\", port=5575)\nf.index(\"document_1 Some text that I want to index\")\nf.index(\"document_2 Some other text that I want to index\")\nresult = f.search(\"text\")\n\nprint(len(result), result) # 2 ['document_1', 'document_2']\n\n```\n\n***\n## :heart_eyes: Acknowledgements\n\nCopyright :copyright: 2019 by [Dyne.org](https://www.dyne.org) foundation, Amsterdam\n\nDesigned, written and maintained by Puria Nafisi Azizi.\n\nSpecial thanks to the [Fist](https://github.com/f-prime/fist) authors and contributors.\n\n\n***\n## :busts_in_silhouette: Contributing\n\n1. :twisted_rightwards_arrows: [FORK IT](../../fork)\n2. Create your feature branch `git checkout -b feature/branch`\n3. Commit your changes `git commit -am 'Add some fooBar'`\n4. Push to the branch `git push origin feature/branch`\n5. Create a new Pull Request\n6. :pray: Thank you\n\n\n***\n## :briefcase: License\n Copyright 2019 Dyne.org foundation, Amsterdam\n \n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n \n http://www.apache.org/licenses/LICENSE-2.0\n \n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dyne/fistpy", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "fistpy", "package_url": "https://pypi.org/project/fistpy/", "platform": "", "project_url": "https://pypi.org/project/fistpy/", "project_urls": { "Homepage": "https://github.com/dyne/fistpy" }, "release_url": "https://pypi.org/project/fistpy/0.0.4/", "requires_dist": null, "requires_python": ">3.5", "summary": "Python wrapper for the FIST full-text index serve", "version": "0.0.4" }, "last_serial": 5520585, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "41715955ee1ef61462950e9f3a3df0b8", "sha256": "84fe7336b5db1cc027ff56e8dfbea7f70c009a6ced02fcc3f1c50e7d70d2e232" }, "downloads": -1, "filename": "fistpy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "41715955ee1ef61462950e9f3a3df0b8", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 3839, "upload_time": "2019-06-29T17:23:17", "url": "https://files.pythonhosted.org/packages/5f/a1/2d4ec4a8968573a614649f30ec98b98b747524c872937cab20ad66d1bf11/fistpy-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "a74e1d346c809499a0f50e5953bed49b", "sha256": "466394137d055c99e64da758179209aeda2e4431f4d3b7af628b50fc939d9c0d" }, "downloads": -1, "filename": "fistpy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a74e1d346c809499a0f50e5953bed49b", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 4560, "upload_time": "2019-07-01T10:00:34", "url": "https://files.pythonhosted.org/packages/15/cc/f7aa9c1b7ef554c128bcad5bcbbfbe8a370969142daa708c42bbbd08109b/fistpy-0.0.2.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "b70473272c09ef9c7064f7df8095bc14", "sha256": "e55f5b49ab98094c1936bb6a6229075f1e2c3a6370143cf13a434ce54549a65e" }, "downloads": -1, "filename": "fistpy-0.0.4.tar.gz", "has_sig": false, "md5_digest": "b70473272c09ef9c7064f7df8095bc14", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 4462, "upload_time": "2019-07-11T22:53:21", "url": "https://files.pythonhosted.org/packages/40/a4/e93d4ef669e61e0937cd51316a0162b2af1928499f4e8862516d2f82bd8d/fistpy-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b70473272c09ef9c7064f7df8095bc14", "sha256": "e55f5b49ab98094c1936bb6a6229075f1e2c3a6370143cf13a434ce54549a65e" }, "downloads": -1, "filename": "fistpy-0.0.4.tar.gz", "has_sig": false, "md5_digest": "b70473272c09ef9c7064f7df8095bc14", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 4462, "upload_time": "2019-07-11T22:53:21", "url": "https://files.pythonhosted.org/packages/40/a4/e93d4ef669e61e0937cd51316a0162b2af1928499f4e8862516d2f82bd8d/fistpy-0.0.4.tar.gz" } ] }