Metadata-Version: 2.4
Name: authors
Version: 0.5
Summary: Authors of your next scientific article
Author-email: João Faria <joao.faria@unige.ch>
License: MIT
Project-URL: Repository, https://github.com/j-faria/authors
Keywords: science,journals,authors,astronomy
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyaml
Dynamic: license-file

<div align="center">

<img src="https://raw.githubusercontent.com/j-faria/authors/master/authors/crowd.png" alt="crowd of authors" width="400">

 ## the [list](https://github.com/j-faria/authors/blob/main/authors/data/all_known_authors.yml) of known authors is **public!**

</div>

### Installation

```
pip install authors
```


### Simple use

```python
>>> from authors import Authors
>>> Authors('list.txt').AandA()
```
```
\author{
  J.~P.~Faria \inst{\ref{geneva}} \orcidlink{0000-0002-6728-244X}
}

\institute{
  Observatoire Astronomique de l'Université de Genève, Chemin Pegasi 51b, 1290 Versoix, Switzerland \label{geneva}
}
```


