bskydata


Namebskydata JSON
Version 0.6.3 PyPI version JSON
download
home_pagehttps://github.com/stoltzmaniac/bskydata
SummaryNone
upload_time2024-12-19 15:32:04
maintainerNone
docs_urlNone
authorScott Stoltzman
requires_python<3.14,>=3.11
licenseApache 2.0
keywords bluesky bsky api wrapper atproto
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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]
pip install bskydata[mongodb]
```

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/stoltzmaniac/bskydata",
    "name": "bskydata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.11",
    "maintainer_email": null,
    "keywords": "bluesky, bsky, api, wrapper, atproto",
    "author": "Scott Stoltzman",
    "author_email": "scottstoltzman@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/40/65/f5c9bbb2e927f1acaf57b5fd07ec9e694fd21a009ff0aa421c6181bdab5b/bskydata-0.6.3.tar.gz",
    "platform": null,
    "description": "# BlueSky API Data Wrapper\n\nThis 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.\n\n### Installation\n```\npip install bskydata\n\n# Optional\npip install bskydata[azure]\npip install bskydata[aws]\npip install bskydata[gcp]\npip install bskydata[azure, aws, gcp]\npip install bskydata[mongodb]\n```\n\n### Examples are easy to follow in the \"examples\" folder of this repo\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": null,
    "version": "0.6.3",
    "project_urls": {
        "Homepage": "https://github.com/stoltzmaniac/bskydata",
        "Repository": "https://github.com/stoltzmaniac/bskydata"
    },
    "split_keywords": [
        "bluesky",
        " bsky",
        " api",
        " wrapper",
        " atproto"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc2b47dd9095d308e15d81c9a505e3d4f0ef7ea8a953fbab4dcebf04c1eee50d",
                "md5": "3e9917fbad8730373438c3e77c7d831b",
                "sha256": "d5936c75106bad41e4a231cd16debf66451047527a946000e7393b4ff07bb133"
            },
            "downloads": -1,
            "filename": "bskydata-0.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e9917fbad8730373438c3e77c7d831b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.11",
            "size": 23004,
            "upload_time": "2024-12-19T15:32:02",
            "upload_time_iso_8601": "2024-12-19T15:32:02.451604Z",
            "url": "https://files.pythonhosted.org/packages/fc/2b/47dd9095d308e15d81c9a505e3d4f0ef7ea8a953fbab4dcebf04c1eee50d/bskydata-0.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4065f5c9bbb2e927f1acaf57b5fd07ec9e694fd21a009ff0aa421c6181bdab5b",
                "md5": "1b4db5543d947430596756f274e7ec3f",
                "sha256": "2ec435a072ff68585a756b4d20d2806de3999f669a0e992c6d870ded1c6c51aa"
            },
            "downloads": -1,
            "filename": "bskydata-0.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1b4db5543d947430596756f274e7ec3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.11",
            "size": 14260,
            "upload_time": "2024-12-19T15:32:04",
            "upload_time_iso_8601": "2024-12-19T15:32:04.609739Z",
            "url": "https://files.pythonhosted.org/packages/40/65/f5c9bbb2e927f1acaf57b5fd07ec9e694fd21a009ff0aa421c6181bdab5b/bskydata-0.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-19 15:32:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stoltzmaniac",
    "github_project": "bskydata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bskydata"
}
        
Elapsed time: 0.82006s