Metadata-Version: 2.1
Name: bskydata
Version: 0.5.0
Summary: 
Home-page: https://github.com/stoltzmaniac/bskydata
License: Apache 2.0
Keywords: bluesky,bsky,api,wrapper,atproto
Author: Scott Stoltzman
Author-email: scottstoltzman@gmail.com
Requires-Python: >=3.11,<3.14
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: aws
Provides-Extra: azure
Provides-Extra: google
Provides-Extra: mongodb
Requires-Dist: atproto (>=0.0.56,<0.0.57)
Requires-Dist: azure-storage-blob (>=12.24.0,<13.0.0) ; extra == "azure"
Requires-Dist: boto3 (>=1.35.79,<2.0.0) ; extra == "aws"
Requires-Dist: google-cloud-storage (>=2.19.0,<3.0.0) ; extra == "google"
Requires-Dist: pymongo (>=4.10.1,<5.0.0) ; extra == "mongodb"
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Project-URL: Repository, https://github.com/stoltzmaniac/bskydata
Description-Content-Type: text/markdown

# BlueSky API Data Wrapper

This is built as a wrapper for the `atproto` package. While that package is fantastic, it can be a bit tricky to navigate. This package will **hopefully** give a productive user experience.

### Installation
```
pip install bskydata

# Optional
pip install bskydata[azure]
pip install bskydata[aws]
pip install bskydata[gcp]
pip install bskydata[azure, aws, gcp]

```

### Examples are easy to follow in the "examples" folder of this repo

