Metadata-Version: 2.4
Name: oldas
Version: 0.1.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 :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
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: Discussions, https://github.com/davep/oldas/discussions
Project-URL: Documentation, https://oldas.davep.dev/
Project-URL: Homepage, https://oldas.davep.dev/
Project-URL: Issues, https://github.com/davep/oldas/issues
Project-URL: Repository, https://github.com/davep/oldas
Project-URL: Source, https://github.com/davep/oldas
Description-Content-Type: text/markdown

# OldAS - A Python library for interacting with TheOldReader

## 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 with `pip` or similar Python package tools:

```shell
$ pip install oldas
```

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