dephix-api-models


Namedephix-api-models JSON
Version 0.1.7 PyPI version JSON
download
home_pageNone
SummaryModels and interfaces for trading APIs
upload_time2025-09-06 13:09:18
maintainerNone
docs_urlNone
authorDephix
requires_python>=3.13
licenseNone
keywords
VCS
bugtrack_url
requirements pydantic setuptools
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Dephix API Models

A Python library providing Pydantic models and abstract interfaces for working with trading APIs.

## Installation

```bash
pip install dephix-api-models
```

## Support

For questions and support, please open an issue on GitHub.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dephix-api-models",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": null,
    "author": "Dephix",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d3/be/4bf10f1189d0396bf029088a9f25b57f70ed74fbd8bffdf155c5ca45d23b/dephix_api_models-0.1.7.tar.gz",
    "platform": null,
    "description": "# Dephix API Models\n\nA Python library providing Pydantic models and abstract interfaces for working with trading APIs.\n\n## Installation\n\n```bash\npip install dephix-api-models\n```\n\n## Support\n\nFor questions and support, please open an issue on GitHub.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Models and interfaces for trading APIs",
    "version": "0.1.7",
    "project_urls": {
        "Homepage": "https://github.com/dephix/api_models",
        "Repository": "https://github.com/dephix/api_models"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9af548587c412d434f61735cbecb2ae1588f4c752b824555537abb456d3ea7fd",
                "md5": "0fe943a00289e00d712f8b1c9dd4a93f",
                "sha256": "13f394fe64feb832073dd484ab6c4450de49b5c2f36ee1eac37b239e3dcc8945"
            },
            "downloads": -1,
            "filename": "dephix_api_models-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0fe943a00289e00d712f8b1c9dd4a93f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 7359,
            "upload_time": "2025-09-06T13:09:17",
            "upload_time_iso_8601": "2025-09-06T13:09:17.909434Z",
            "url": "https://files.pythonhosted.org/packages/9a/f5/48587c412d434f61735cbecb2ae1588f4c752b824555537abb456d3ea7fd/dephix_api_models-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3be4bf10f1189d0396bf029088a9f25b57f70ed74fbd8bffdf155c5ca45d23b",
                "md5": "3da6fb4f25bed894af4df56d31f3dc80",
                "sha256": "09c4391409414e2830dbe782f2a1ec1a86b9c70fc7bbe352479168ad2cdf1cb1"
            },
            "downloads": -1,
            "filename": "dephix_api_models-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "3da6fb4f25bed894af4df56d31f3dc80",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 5449,
            "upload_time": "2025-09-06T13:09:18",
            "upload_time_iso_8601": "2025-09-06T13:09:18.879597Z",
            "url": "https://files.pythonhosted.org/packages/d3/be/4bf10f1189d0396bf029088a9f25b57f70ed74fbd8bffdf155c5ca45d23b/dephix_api_models-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-06 13:09:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dephix",
    "github_project": "api_models",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "2.11.7"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "80.9.0"
                ]
            ]
        }
    ],
    "lcname": "dephix-api-models"
}
        
Elapsed time: 1.37439s