Metadata-Version: 2.1
Name: AirStuff
Version: 0.0.4
Summary: Utilities to speedup AIR (Archivio Istituzionale della Ricerca) document upload, for HEP users
Home-page: https://github.com/wiso/airstuff
Author: Ruggero Turra
Author-email: ruggero.turra@cern.ch
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Requires-Dist: bibtexparser
Requires-Dist: requests
Requires-Dist: xmltodict
Requires-Dist: PyGObject
Requires-Dist: colorlog
Requires-Dist: colorama

# AirStuff

This small utility helps the poor guys who need to import publications into the AIR (Archivio Istituzionale della Ricerca). By default the program points to the UniMI database https://air.unimi.it/

It automatizes the extraction of: title, full authors list, list of authors for a given institution (see -h), keyword from the address of the inspirehep web page.

## Install

    pip install airstuff

## Usage

    parse_inspire.py

![screenshot](https://raw.githubusercontent.com/wiso/AirStuff/master/screenshot.png)


