httpx-folio


Namehttpx-folio JSON
Version 0.2.3 PyPI version JSON
download
home_pageNone
SummaryFOLIO related niceties for the next generation HTTP client for Python
upload_time2025-09-09 19:54:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # httpx-folio

FOLIO related niceties for the [next generation HTTP client](https://www.python-httpx.org/) for Python.

### Not invented here?

There are many existing and excellent FOLIO clients out there for Python.
* https://github.com/FOLIO-FSE/folioclient
* https://github.com/balljok/pyfolioclient
* https://github.com/tobi-weber/foliolib

This library is in no way intended to be a replacement for them.
Instead it is taking a minimalist approach to configuring a raw HTTPX client for FOLIO with a focus on resilience, stability, and observability.
If you can use a higher-level client to accomplish your goal you will have a better time using one.
For all other times httpx-folio is here for you.

As of 0.2.0 it supports
* [Sync] Okapi and Eureka with a single tenant
* Query and paging parameter handling

Future
* [Async] Okapi and Eureka with a single tenant
* [(A)Sync] Okapi and Eureka with ECS support
* [(A)Sync] Edge with a single tenant and ECS support

The hope is that other (existing and new) clients can build on top of this one to avoid re-inventing these wheels.

### The origin
This code started out in the LDLite repository as it was a little too weird to use the existing python clients.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "httpx-folio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Katherine Bargar <kbargar@fivecolleges.edu>",
    "download_url": "https://files.pythonhosted.org/packages/72/07/727a73827674a6a91db6a58ac492703d6d0efe9a5f14d856aff9b434fe65/httpx_folio-0.2.3.tar.gz",
    "platform": null,
    "description": "# httpx-folio\n\nFOLIO related niceties for the [next generation HTTP client](https://www.python-httpx.org/) for Python.\n\n### Not invented here?\n\nThere are many existing and excellent FOLIO clients out there for Python.\n* https://github.com/FOLIO-FSE/folioclient\n* https://github.com/balljok/pyfolioclient\n* https://github.com/tobi-weber/foliolib\n\nThis library is in no way intended to be a replacement for them.\nInstead it is taking a minimalist approach to configuring a raw HTTPX client for FOLIO with a focus on resilience, stability, and observability.\nIf you can use a higher-level client to accomplish your goal you will have a better time using one.\nFor all other times httpx-folio is here for you.\n\nAs of 0.2.0 it supports\n* [Sync] Okapi and Eureka with a single tenant\n* Query and paging parameter handling\n\nFuture\n* [Async] Okapi and Eureka with a single tenant\n* [(A)Sync] Okapi and Eureka with ECS support\n* [(A)Sync] Edge with a single tenant and ECS support\n\nThe hope is that other (existing and new) clients can build on top of this one to avoid re-inventing these wheels.\n\n### The origin\nThis code started out in the LDLite repository as it was a little too weird to use the existing python clients.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "FOLIO related niceties for the next generation HTTP client for Python",
    "version": "0.2.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/Five-Colleges-Incorporated/httpx-folio/issues",
        "Homepage": "https://github.com/Five-Colleges-Incorporated/httpx-folio"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "343cb5333a57399d8c787efb2c90d9accb6ddf22523fcec3404814b0eb10bb8a",
                "md5": "950cdf6d579f7f00e36531cbd4170332",
                "sha256": "e319cc8cf3e0443982655a6012017e36af112e58081b050b40048052b039b6e9"
            },
            "downloads": -1,
            "filename": "httpx_folio-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "950cdf6d579f7f00e36531cbd4170332",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8098,
            "upload_time": "2025-09-09T19:54:13",
            "upload_time_iso_8601": "2025-09-09T19:54:13.269334Z",
            "url": "https://files.pythonhosted.org/packages/34/3c/b5333a57399d8c787efb2c90d9accb6ddf22523fcec3404814b0eb10bb8a/httpx_folio-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7207727a73827674a6a91db6a58ac492703d6d0efe9a5f14d856aff9b434fe65",
                "md5": "ee8bb6c4e503c43284228ea2859c257c",
                "sha256": "8c4afd55231e1a645c824a7ffa63ebc1b0261223e5d6b65101ab639a6a0a54dd"
            },
            "downloads": -1,
            "filename": "httpx_folio-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ee8bb6c4e503c43284228ea2859c257c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 11790,
            "upload_time": "2025-09-09T19:54:14",
            "upload_time_iso_8601": "2025-09-09T19:54:14.288032Z",
            "url": "https://files.pythonhosted.org/packages/72/07/727a73827674a6a91db6a58ac492703d6d0efe9a5f14d856aff9b434fe65/httpx_folio-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-09 19:54:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Five-Colleges-Incorporated",
    "github_project": "httpx-folio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "httpx-folio"
}
        
Elapsed time: 1.84797s