{ "info": { "author": "Adrian Price-Whelan, Alexandar Mechev, Julia Melo Rodrigues de Aguiar, Brigitta Sipocz, Leon Trapman", "author_email": "adrn@astro.princeton.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Astronomy", "Topic :: Text Processing :: Markup :: LaTeX" ], "description": "# makecite\n[![alt text](http://apmechev.com/img/git_repos/pylint/makecite.svg \"pylint score\")](https://github.com/apmechev/pylint-badge)\n[![Build Status](https://travis-ci.org/adrn/makecite.svg?branch=master)](https://travis-ci.org/adrn/makecite)\n[![Coverage Status](https://coveralls.io/repos/github/adrn/makecite/badge.svg?branch=master)](https://coveralls.io/github/adrn/makecite?branch=master)\n[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/adrn/makecite/blob/master/LICENSE)\n![badge-img](https://img.shields.io/badge/Made%20at-%23AstroHackWeek-8063d5.svg?style=flat)\n[![DOI](https://zenodo.org/badge/143292502.svg)](https://zenodo.org/badge/latestdoi/143292502)\n\n\nGenerate latex + bibtex citation commands by looking at what packages are imported in your Python code.\n\n\n## Installation\n\nThe recommended installation procedure is to use `pip`:\n\n```\npip install makecite\n```\n\nTo install the development version, you can `pip` install directly from this\nGitHub repository with:\n\n```\npip install git+https://github.com/adrn/makecite\n```\n\n\n## Examples\n\nGet bibtex records for packages used in a single script, and store to a `.bib` file in the current working directory:\n\n```\nmakecite my_script.py\n```\n\nGet bibtex records for packages used in all `.py` scripts in the current directory and store to a `.bib` file called \"software_refs.bib\":\n\n```\nmakecite --ext=.py -o software_refs.bib .\n```\n\nGet bibtex records for packages used in all `.py` scripts and IPython notebook, `.ipynb`, files in two paths `my_code` and `my_notebooks`:\n\n```\nmakecite --ext=.py --ext=.ipynb my_code my_notebooks\n```\n\nGet bibtex records for packages used in all `.py` scripts in the current directory and output a AAS journals `\\software{}` tag:\n\n```\nmakecite --ext=.py --aas .\n```\n\n## Citing this script\n\nIf you use this script, please consider citing [our Zenodo\nrecord](https://zenodo.org/badge/latestdoi/143292502):\n\n```\n@misc{makecite:2018,\n author = {Adrian Price-Whelan and\n Alexandar Mechev and\n jumeroag},\n title = {adrn/makecite: v0.1},\n month = aug,\n year = 2018,\n doi = {10.5281/zenodo.1343295},\n url = {https://doi.org/10.5281/zenodo.1343295}\n}\n```\n\n\n## License\n\nCopyright 2018 the developers.\n\n`makecite` is free software made available under the MIT License. For details\nsee the [LICENSE](https://github.com/adrn/makecite/blob/master/LICENSE) file.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/adrn/makecite/archive/v0.0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adrn/makecite", "keywords": "LaTeX,Astronomy,Citation,package management", "license": "", "maintainer": "", "maintainer_email": "", "name": "makecite", "package_url": "https://pypi.org/project/makecite/", "platform": "", "project_url": "https://pypi.org/project/makecite/", "project_urls": { "Download": "https://github.com/adrn/makecite/archive/v0.0.1.tar.gz", "Homepage": "https://github.com/adrn/makecite" }, "release_url": "https://pypi.org/project/makecite/0.4/", "requires_dist": null, "requires_python": "", "summary": "Autogenerate bibtex citations for common Python packages", "version": "0.4" }, "last_serial": 4156321, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "004e9d0fc69715f6657c452c15b50b15", "sha256": "38937e57b176df56567c1446d7817b10a7ae8fc6f8bab57445888e6333144749" }, "downloads": -1, "filename": "makecite-0.1.tar.gz", "has_sig": false, "md5_digest": "004e9d0fc69715f6657c452c15b50b15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11271, "upload_time": "2018-08-10T07:58:06", "url": "https://files.pythonhosted.org/packages/76/5c/da9e6cbf33b7339dec5cc643a9ca8ceb83218666241290cbf32da15e6d39/makecite-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "efdc9dcd141049c3b56b9fe6f7b2c049", "sha256": "8d7c1cdfb2678fb4f29e3e1d4fde2038314598946513e2b2074f4bf4dc020246" }, "downloads": -1, "filename": "makecite-0.2.tar.gz", "has_sig": false, "md5_digest": "efdc9dcd141049c3b56b9fe6f7b2c049", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12380, "upload_time": "2018-08-10T08:19:37", "url": "https://files.pythonhosted.org/packages/fd/3b/ad197d4a0534ba15be678d9875730e9821fed195905f3d31755a12434a7e/makecite-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "e494a56c33fbea0f1046e11a0d8496b3", "sha256": "e7400fe3b8b52580c77adbc06343b98f3fff3a4e67f36b436f9095b5841b96a5" }, "downloads": -1, "filename": "makecite-0.3.tar.gz", "has_sig": false, "md5_digest": "e494a56c33fbea0f1046e11a0d8496b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13165, "upload_time": "2018-08-10T10:31:42", "url": "https://files.pythonhosted.org/packages/0c/cc/dedb475d15a57e4a013401de70ebc8415122a02d5a3602b501bee95a734b/makecite-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "5ef1cf167966e00b699a2bc92909ed39", "sha256": "aa714e38c6a2e3ba14c9b1ca561a363ed6b6fe10f6b3acec6de1490d80bc57da" }, "downloads": -1, "filename": "makecite-0.4.tar.gz", "has_sig": false, "md5_digest": "5ef1cf167966e00b699a2bc92909ed39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13170, "upload_time": "2018-08-10T10:36:50", "url": "https://files.pythonhosted.org/packages/c9/22/908bd999a9e841be4db3db1693cdae56ade66a4a6db02c6f5702a6607c71/makecite-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5ef1cf167966e00b699a2bc92909ed39", "sha256": "aa714e38c6a2e3ba14c9b1ca561a363ed6b6fe10f6b3acec6de1490d80bc57da" }, "downloads": -1, "filename": "makecite-0.4.tar.gz", "has_sig": false, "md5_digest": "5ef1cf167966e00b699a2bc92909ed39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13170, "upload_time": "2018-08-10T10:36:50", "url": "https://files.pythonhosted.org/packages/c9/22/908bd999a9e841be4db3db1693cdae56ade66a4a6db02c6f5702a6607c71/makecite-0.4.tar.gz" } ] }