Metadata-Version: 2.1
Name: aixiv
Version: 0.0.1
Summary: Translation and summarization of arXiv by generative AI
Home-page: https://github.com/astropenguin/aixiv/
License: MIT
Keywords: arxiv,translation,summarization,generative-ai
Author: Akio Taniguchi
Author-email: taniguchi@a.phys.nagoya-u.ac.jp
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: typing-extensions (>=4.1,<5.0)
Project-URL: Documentation, https://astropenguin.github.io/aixiv/
Description-Content-Type: text/markdown

# aixiv

[![Release](https://img.shields.io/pypi/v/aixiv?label=Release&color=cornflowerblue&style=flat-square)](https://pypi.org/project/aixiv/)
[![Python](https://img.shields.io/pypi/pyversions/aixiv?label=Python&color=cornflowerblue&style=flat-square)](https://pypi.org/project/aixiv/)
[![Downloads](https://img.shields.io/pypi/dm/aixiv?label=Downloads&color=cornflowerblue&style=flat-square)](https://pepy.tech/project/aixiv)
[![Tests](https://img.shields.io/github/actions/workflow/status/astropenguin/aixiv/tests.yaml?label=Tests&style=flat-square)](https://github.com/astropenguin/aixiv/actions)

Translation and summarization of arXiv by generative AI

## Installation

```shell
pip install aixiv==0.0.1
```

