Metadata-Version: 2.4
Name: figshare_get
Version: 0.1.0
Summary: Download from figshare
Project-URL: Homepage, https://github.com/nismod/figshare_get
Project-URL: Bug Tracker, https://github.com/nismod/figshare_get/issues
Author-email: Tom Russell <tom.russell@ouce.ox.ac.uk>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: hatch; extra == 'dev'
Description-Content-Type: text/markdown

# figshare_get

Download a figshare article or collection using its DOI

## Installation

Install this Python package:

```bash
pip install figshare-get
```

## Usage

Find the DOI of the figshare article or collection - for example, click on the
"Cite" button on the figshare page and then "Copy DOI".

```bash
figshare_get 10.6084/m9.figshare.c.4081802.v1
```
