{ "info": { "author": "Daniel Domingo-Fern\u00e1ndez", "author_email": "ddomingof@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only" ], "description": "PubMed2PDF\n==========\n\nA Python package to download PDFs from OA publications in PubMed. The underlying code is forked from\nhttps://github.com/billgreenwald/Pubmed-Batch-Download. Downloaded files are located by default in your personal folder under the 'pubmed2pdf' directory.\n\n\nInstallation\n------------\n``pubmed2pdf`` can be installed from `PyPI `_\nwith the following command in your terminal:\n\n.. code-block:: sh\n\n $ python3 -m pip install pubmed2pdf\n\nThe latest code can be installed from `GitHub `_\nwith:\n\n.. code-block:: sh\n\n $ python3 -m pip install git+https://github.com/ddomingof/PubMed2PDF.git\n\nFor developers, the code can be installed with:\n\n.. code-block:: sh\n\n $ git clone https://github.com/ddomingof/PubMed2PDF.git\n $ cd PubMed2PDF\n $ python3 -m pip install -e .\n\nHow to Use\n----------\n\nPubMed2PDF works by simply typing the list of PubMed identifiers in your command line interface or reading them from a\nfile.\n\nExample from file:\n\n.. code-block:: sh\n\n $ python3 -m pubmed2pdf pdf --pmidsfile=\"/my/path/to/the/file\"\n\n.. code-block:: sh\n\n $ python3 -m pubmed2pdf pdf --pmids=\"123, 1234, 12345\"\n\nRun the help command to see all functionalities\n\n.. code-block:: sh\n\n $ python3 -m pubmed2pdf pdf --help", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/ddomingof/PubMed2PDF", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ddomingof/PubMed2PDF", "keywords": "", "license": "MIT License", "maintainer": "Daniel Domingo-Fern\u00e1ndez", "maintainer_email": "ddomingof@gmail.com", "name": "pubmed2pdf", "package_url": "https://pypi.org/project/pubmed2pdf/", "platform": "", "project_url": "https://pypi.org/project/pubmed2pdf/", "project_urls": { "Bug Tracker": "https://github.com/ddomingof/PubMed2PDF/issues", "Documentation": "https://github.com/ddomingof/PubMed2PDF", "Download": "https://github.com/ddomingof/PubMed2PDF", "Homepage": "https://github.com/ddomingof/PubMed2PDF", "Source Code": "https://github.com/ddomingof/PubMed2PDF" }, "release_url": "https://pypi.org/project/pubmed2pdf/0.0.1/", "requires_dist": null, "requires_python": ">=3.6", "summary": "A Python package to download PDFs from OA publications in PubMed", "version": "0.0.1" }, "last_serial": 5549758, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "4021cbf59c988812100eee1ce60673d1", "sha256": "87d61639b36d0d8afc573242828fe768bfb1730cf93c9188e8a6e7469d84333a" }, "downloads": -1, "filename": "pubmed2pdf-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4021cbf59c988812100eee1ce60673d1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 6033, "upload_time": "2019-07-18T08:40:50", "url": "https://files.pythonhosted.org/packages/6d/6c/36a9433242534aa998d338a9af78f46ec6fac36dff151737355bd855f58e/pubmed2pdf-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4021cbf59c988812100eee1ce60673d1", "sha256": "87d61639b36d0d8afc573242828fe768bfb1730cf93c9188e8a6e7469d84333a" }, "downloads": -1, "filename": "pubmed2pdf-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4021cbf59c988812100eee1ce60673d1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 6033, "upload_time": "2019-07-18T08:40:50", "url": "https://files.pythonhosted.org/packages/6d/6c/36a9433242534aa998d338a9af78f46ec6fac36dff151737355bd855f58e/pubmed2pdf-0.0.1.tar.gz" } ] }