Metadata-Version: 2.1
Name: astro-ph
Version: 0.2.2
Summary: Translate and post arXiv articles to various apps
Home-page: https://github.com/astropenguin/astro-ph/
License: MIT
Author: Akio Taniguchi
Author-email: taniguchi@a.phys.nagoya-u.ac.jp
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.7,<4.0)
Requires-Dist: feedparser (>=6.0,<7.0)
Requires-Dist: fire (>=0.4,<0.5)
Requires-Dist: pyppeteer (>=0.2,<0.3)
Requires-Dist: typing-extensions (>=3.7,<4.0)
Project-URL: Documentation, https://astropenguin.github.io/astro-ph/
Description-Content-Type: text/markdown

# astro-ph

[![PyPI](https://img.shields.io/pypi/v/astro-ph.svg?label=PyPI&style=flat-square)](https://pypi.org/project/astro-ph/)
[![Python](https://img.shields.io/pypi/pyversions/astro-ph.svg?label=Python&color=yellow&style=flat-square)](https://pypi.org/project/astro-ph/)
[![Test](https://img.shields.io/github/workflow/status/astropenguin/astro-ph/Test?logo=github&label=Test&style=flat-square)](https://github.com/astropenguin/astro-ph/actions)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?label=License&style=flat-square)](LICENSE)

Translate and post arXiv articles to various apps

## Installation

Use pip or other package manager to install the Python package.

```shell
$ pip install astro_ph
```

## Usage

After installation, command line interface `astro-ph` is available.
For detail information, see the built-in help by the following command.

```shell
$ astro-ph slack --help
```

