Metadata-Version: 2.1
Name: sxolar
Version: 0.0.1
Summary: Scholar's tools for working with Arxiv
Home-page: https://github.com/JWKennington/sxolar
Author: J. W. Kennington
Author-email: jameswkennington@gmail.com
Project-URL: Bug Reports, https://github.com/JWKennington/torus/issues
Project-URL: Funding, https://www.buymeacoffee.com/locallytrivial
Project-URL: Source, https://github.com/JWKennington/torus
Keywords: topic reference,bibliography,education,reference index
Classifier: Development Status :: 3 - Alpha
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
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"

![sXolar Logo](sxolar.png)

![Build](https://github.com/JWKennington/sxolar/actions/workflows/build.yml/badge.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/jwkennington/sxolar/badge)](https://www.codefactor.io/repository/github/jwkennington/sxolar)
[![codecov](https://codecov.io/gh/JWKennington/sxolar/graph/badge.svg?token=s3uaJfzV0q)](https://codecov.io/gh/JWKennington/sxolar)

[//]: # ([![PyPI]&#40;https://img.shields.io/pypi/v/requests-ratelimiter?color=blue&#41;]&#40;https://pypi.org/project/requests-ratelimiter&#41;)

[//]: # ([![Conda]&#40;https://img.shields.io/conda/vn/conda-forge/requests-ratelimiter?color=blue&#41;]&#40;https://anaconda.org/conda-forge/requests-ratelimiter&#41;)

[//]: # ([![PyPI - Python Versions]&#40;https://img.shields.io/pypi/pyversions/requests-ratelimiter&#41;]&#40;https://pypi.org/project/requests-ratelimiter&#41;)

[//]: # ([![PyPI - Format]&#40;https://img.shields.io/pypi/format/requests-ratelimiter?color=blue&#41;]&#40;https://pypi.org/project/requests-ratelimiter&#41;)

# Scholar's tools for working with Arxiv

This repository contains a collection of tools for working with Arxiv. The tools are written in Python and are designed
to be used in any python application. The tools are designed to be used in place of
the [Arxiv API](https://arxiv.org/help/api/index), with a simpler interface and more features, including

- Searching and downloading papers
- Creating personalized search indices for easy repeated searches
- Exploring the network of citations between papers

Ultimately, the goal of this project is to provide a set of tools that can be used to build a personalized search engine
for academic papers, with the ability to search, download, and explore the network of citations between papers.

## Installation

To install the package, you can use pip:

```bash
pip install sxolar
```

## Acknowledgements

Thank you to arXiv for use of its open access interoperability.
