Metadata-Version: 2.4
Name: oldas
Version: 1.0.0
Summary: An async-friendly wrapper library for the API of TheOldReader
Keywords: API,async,atom,client,Google Reader,library,RSS,TheOldReader
Author: Dave Pearson
Author-email: Dave Pearson <davep@davep.org>
License-Expression: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Dist: httpx>=0.28.1
Requires-Python: >=3.11
Project-URL: Homepage, https://oldas.davep.dev/
Project-URL: Repository, https://github.com/davep/oldas
Project-URL: Documentation, https://oldas.davep.dev/
Project-URL: Source, https://github.com/davep/oldas
Project-URL: Issues, https://github.com/davep/oldas/issues
Project-URL: Discussions, https://github.com/davep/oldas/discussions
Description-Content-Type: text/markdown

# OldAS - A Python library for interacting with TheOldReader

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/davep/oldas/style-lint-and-test.yaml)](https://github.com/davep/oldas/actions)
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/davep/oldas/latest)](https://github.com/davep/oldas/commits/main/)
[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/davep/oldas)](https://github.com/davep/oldas/issues)
[![GitHub Release Date](https://img.shields.io/github/release-date/davep/oldas)](https://github.com/davep/oldas/releases)
[![PyPI - License](https://img.shields.io/pypi/l/oldas)](https://github.com/davep/oldas/blob/main/LICENSE)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/oldas)](https://github.com/davep/oldas/blob/main/pyproject.toml)
[![PyPI - Version](https://img.shields.io/pypi/v/oldas)](https://pypi.org/project/oldas/)

## Introduction

OldAS is a library designed to allow async-friendly interaction with [the
API](https://github.com/theoldreader/api) for
[TheOldReader](https://theoldreader.com).

## Installing

`oldas` is [available from pypi](https://pypi.org/project/oldas/) and can be
installed your package installer of choice

With `pip`:

```shell
pip install oldas
```

With `uv`:

```shell
uv add oldas
```

## Requirements

The only requirement for this library, other than the standard Python
library, is [`httpx`](https://www.python-httpx.org).

## Supported Python versions

OldAS is usable with [all supported Python
versions](https://devguide.python.org/versions/) from 3.11 and above.

## Using the library

See [the main documentation](https://oldas.davep.dev) for more details. Also
see [OldNews](https://github.com/davep/oldnews) for an application built
around this library.

[//]: # (README.md ends here)
