{ "info": { "author": "Zhang Zai", "author_email": "zhangzai1998@126.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# leen\n\nA package to judge whether a EBI code correspond to a sentence\n\n## Requirements\n\n- torch 8\n- Python >= 3.5\n\n## Installation\nYou can use pip to install our package, similar to other packages\n\n```bash\npip3 install leen\n```\n\n```python\nimport leen.test as le\nle.same(EBI-id, sentence) #note that both parameters should be enclosed in quotations when typing pure string\nle.description(EBI-id) #also, EBI-id should be quotated\n```\n\n## Usage\n* description(EBI-id)\n\t* a fuction getting the description corresponding to idcode\n\t* input:str EBI-id\n\t* return:str description\n\n* same(EBI-id, sentence)\n\t* a function judging whether a EBI-id correspond to a description\uff0creturn True/False \n * input:str idcode,str sentence\n\t* output:bool True/False\n\n## Note\n* parameters should be enclosed in quotations when typing pure string\n* `torch 8` is Indispensable when using our package\n\n## FAQ\n* What is `EBI-id` in the description of `usage` above?\n * It is the accession number of the interaction in the IntAct database.\n\n* How can I contribute to the project?\n\t* Our project is on \"https://gitlab.com/BioAI/leen\" ,your contribution is highly appreciated.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/BioAI/leen", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "leen", "package_url": "https://pypi.org/project/leen/", "platform": "", "project_url": "https://pypi.org/project/leen/", "project_urls": { "Homepage": "https://gitlab.com/BioAI/leen" }, "release_url": "https://pypi.org/project/leen/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A package to judge whether a EBI code correspond to a sentence", "version": "0.0.1" }, "last_serial": 4707085, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2f84d30ab9f4c8dde02072a1879fd844", "sha256": "53e1d523778327e2cfeb19da6faf676e4aff7dfbfdca54e58993235ae5010ed3" }, "downloads": -1, "filename": "leen-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2f84d30ab9f4c8dde02072a1879fd844", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4196, "upload_time": "2019-01-17T09:08:20", "url": "https://files.pythonhosted.org/packages/c6/50/0c2726ecc5cd0b44757ea62a2128853914462d506aa01a223bac4dd05203/leen-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f84d30ab9f4c8dde02072a1879fd844", "sha256": "53e1d523778327e2cfeb19da6faf676e4aff7dfbfdca54e58993235ae5010ed3" }, "downloads": -1, "filename": "leen-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2f84d30ab9f4c8dde02072a1879fd844", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4196, "upload_time": "2019-01-17T09:08:20", "url": "https://files.pythonhosted.org/packages/c6/50/0c2726ecc5cd0b44757ea62a2128853914462d506aa01a223bac4dd05203/leen-0.0.1-py3-none-any.whl" } ] }