Metadata-Version: 2.1
Name: apple-data
Version: 1.0.513
Summary: Static data from https://docs.hackdiffe.rent
Author: Rick Mark
Author-email: rickmark@outlook.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# Apple Hardware Data

Brought to you by the [Hack Different](https://hackdifferent.com) team.

## Introduction

This is a package with data files sourced from
the [hack-different/apple-knowledge](https://github.com/hack-different/apple-knowledge/tree/main/_data)
repository.  Updates to that repository will automatically update this package, therefore no attempt should
be made to update the data files by any other method.

## Accessing the Data

For the time being, there is only one simple API:

```python
from apple_data import get_data

REGISERS = get_data('registers')
```

## Credits

* [Hack Different](https://hackdifferent.com)

Created and maintained as a labor of love by [`rickmark`](https://github.com/rickmark)
