db-try


Namedb-try JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryPostgreSQL and SQLAlchemy Tools
upload_time2025-11-08 16:39:01
maintainerNone
docs_urlNone
authorcommunity-of-python
requires_python<4,>=3.13
licenseNone
keywords python postgresql sqlalchemy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # db-try

This library provides retry decorators for sqlalchemy and some helpers

Default settings are in [./db_try/settings.py](db_try/settings.py).
You can redefine them by environment variables.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "db-try",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.13",
    "maintainer_email": null,
    "keywords": "python, postgresql, sqlalchemy",
    "author": "community-of-python",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1c/1b/61e817e249ef14c875e4015f684c82b3f7b8d342bf0d38f7c50096bac879/db_try-0.2.0.tar.gz",
    "platform": null,
    "description": "# db-try\n\nThis library provides retry decorators for sqlalchemy and some helpers\n\nDefault settings are in [./db_try/settings.py](db_try/settings.py).\nYou can redefine them by environment variables.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "PostgreSQL and SQLAlchemy Tools",
    "version": "0.2.0",
    "project_urls": {
        "repository": "https://github.com/modern-python/sa-utils"
    },
    "split_keywords": [
        "python",
        " postgresql",
        " sqlalchemy"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "42a378cac9f3b1306b7166a42acc682153f13592bd49a87ead3c526071027236",
                "md5": "786d0c8221ccff363d682f25a9e94988",
                "sha256": "ff0b795d3f7db162e2bdc1448dea8ea8c84130891fee0746f5eda328d21545d8"
            },
            "downloads": -1,
            "filename": "db_try-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "786d0c8221ccff363d682f25a9e94988",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.13",
            "size": 5108,
            "upload_time": "2025-11-08T16:39:00",
            "upload_time_iso_8601": "2025-11-08T16:39:00.064333Z",
            "url": "https://files.pythonhosted.org/packages/42/a3/78cac9f3b1306b7166a42acc682153f13592bd49a87ead3c526071027236/db_try-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c1b61e817e249ef14c875e4015f684c82b3f7b8d342bf0d38f7c50096bac879",
                "md5": "4ed557a8b18a53625158b592282575f8",
                "sha256": "febab04000680c97e5725d01a9a7573c84a4e5712283f11a7fe2a933e5d02c6d"
            },
            "downloads": -1,
            "filename": "db_try-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4ed557a8b18a53625158b592282575f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.13",
            "size": 3778,
            "upload_time": "2025-11-08T16:39:01",
            "upload_time_iso_8601": "2025-11-08T16:39:01.011571Z",
            "url": "https://files.pythonhosted.org/packages/1c/1b/61e817e249ef14c875e4015f684c82b3f7b8d342bf0d38f7c50096bac879/db_try-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-08 16:39:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "modern-python",
    "github_project": "sa-utils",
    "github_not_found": true,
    "lcname": "db-try"
}
        
Elapsed time: 2.07476s