{ "info": { "author": "Andrew Simmons", "author_email": "anjsimmo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Text Processing :: Markup" ], "description": "Labels To Tables\n========================\n\nlabels2tables extracts keywords from a bibtex file, and uses them to generate an academic summary table comparing the articles.\n\nExample\n--------\n\nInput:\n\n::\n\n @article{duch_quantifying_2010,\n keywords = {game:soccer, model:network:centrality, open-access}}\n @article{yamamoto_common_2011,\n keywords = {game:soccer, model:network:scale-free, open-access}}\n @article{yaari_hot_2011,\n keywords = {game:basketball, model:sequence, open-access}}\n\nTransformation:\n\n::\n\n import labels2tables\n labels = labels2tables.bib2labels(\"examples/sport.in.bib\")\n labels2tables.labels2txt(labels, \"examples/sport.out.txt\")\n\nOutput:\n\n::\n\n ========================================================\n game model open-access reference \n ========================================================\n soccer network \n centrality Y duch_quantifying_2010\n scale-free Y yamamoto_common_2011 \n basketball sequence Y yaari_hot_2011 \n ========================================================\n\nAdvanced\n--------\nThe intermediate labels format encodes table data using standard Python dictionaries, lists and tuples. See `examples/*.spec.txt` for example tables, and how to describe them as a labels dictionary.\n\nAcknowledgements\n----------------\nPowered by `bibtexparser`", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anjsimmo/labels2tables", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "labels2tables", "package_url": "https://pypi.org/project/labels2tables/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/labels2tables/", "project_urls": { "Homepage": "https://github.com/anjsimmo/labels2tables" }, "release_url": "https://pypi.org/project/labels2tables/0.1.0/", "requires_dist": [ "bibtexparser", "enum34" ], "requires_python": "", "summary": "Turns bibtex keywords into an academic summary table", "version": "0.1.0" }, "last_serial": 2806885, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "91d6468cb1945fb08dd29c829868b7f7", "sha256": "5674323698474c783b5cb3e6c9c1a24b6b40b59fcba8d8e477505b09aa2e6df9" }, "downloads": -1, "filename": "labels2tables-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "91d6468cb1945fb08dd29c829868b7f7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13432, "upload_time": "2017-04-16T13:17:46", "url": "https://files.pythonhosted.org/packages/ae/6f/8971fdcc8fa4ee3bbec59a2a4390fb76b417222ba0d829ae9d10257c8ead/labels2tables-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e7c2a4cbd2dff51938d0174ae68232d", "sha256": "797415336791652e21c4eba05b024d03b8e8a70a99fc97eacf33a2c457575ef7" }, "downloads": -1, "filename": "labels2tables-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9e7c2a4cbd2dff51938d0174ae68232d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11413, "upload_time": "2017-04-16T13:17:48", "url": "https://files.pythonhosted.org/packages/87/70/78e69a031e710fbba92d6303ed2b7c032e9ba870a4756eb86c3279712d31/labels2tables-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "91d6468cb1945fb08dd29c829868b7f7", "sha256": "5674323698474c783b5cb3e6c9c1a24b6b40b59fcba8d8e477505b09aa2e6df9" }, "downloads": -1, "filename": "labels2tables-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "91d6468cb1945fb08dd29c829868b7f7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13432, "upload_time": "2017-04-16T13:17:46", "url": "https://files.pythonhosted.org/packages/ae/6f/8971fdcc8fa4ee3bbec59a2a4390fb76b417222ba0d829ae9d10257c8ead/labels2tables-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e7c2a4cbd2dff51938d0174ae68232d", "sha256": "797415336791652e21c4eba05b024d03b8e8a70a99fc97eacf33a2c457575ef7" }, "downloads": -1, "filename": "labels2tables-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9e7c2a4cbd2dff51938d0174ae68232d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11413, "upload_time": "2017-04-16T13:17:48", "url": "https://files.pythonhosted.org/packages/87/70/78e69a031e710fbba92d6303ed2b7c032e9ba870a4756eb86c3279712d31/labels2tables-0.1.0.tar.gz" } ] }