cdek-interface


Namecdek-interface JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryAn interface for CDEK HTTP API
upload_time2023-03-30 12:20:09
maintainer
docs_urlNone
authorYour Name
requires_python>=3.10,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cdek_interface

Interfaces for [CDEK](https://api-docs.cdek.ru/29923741.html).

Usage:
```python
from cdek_interface import CdekContact

my_contact = CdekContact(name="123")
print(f"As dict: {my_contact.dict()}")
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cdek-interface",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/28/e754f9a4a59c16f3b42814f580aeb7ab2d1f79620e0ad80e341d03a83cf1/cdek_interface-0.1.1.tar.gz",
    "platform": null,
    "description": "# cdek_interface\n\nInterfaces for [CDEK](https://api-docs.cdek.ru/29923741.html).\n\nUsage:\n```python\nfrom cdek_interface import CdekContact\n\nmy_contact = CdekContact(name=\"123\")\nprint(f\"As dict: {my_contact.dict()}\")\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An interface for CDEK HTTP API",
    "version": "0.1.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "241e828d557ac650970e47e5d8c16fec6ac06152427ac3431a9d6ce06f578fa9",
                "md5": "7d69f6d2ab87ccc75de2b5b27f62f52f",
                "sha256": "22fa9229b30b9af41d8bf34f3abf640841d11e871b13aefb8d1969ffcc8f0d6e"
            },
            "downloads": -1,
            "filename": "cdek_interface-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7d69f6d2ab87ccc75de2b5b27f62f52f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 7313,
            "upload_time": "2023-03-30T12:20:07",
            "upload_time_iso_8601": "2023-03-30T12:20:07.583974Z",
            "url": "https://files.pythonhosted.org/packages/24/1e/828d557ac650970e47e5d8c16fec6ac06152427ac3431a9d6ce06f578fa9/cdek_interface-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f428e754f9a4a59c16f3b42814f580aeb7ab2d1f79620e0ad80e341d03a83cf1",
                "md5": "27f22040dd191d9cb70beeb0c46ca3d2",
                "sha256": "c4df6a11858f513ea9d59d6cc0676a99e552f6f9e36b634d6f705f60447b9126"
            },
            "downloads": -1,
            "filename": "cdek_interface-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "27f22040dd191d9cb70beeb0c46ca3d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 6737,
            "upload_time": "2023-03-30T12:20:09",
            "upload_time_iso_8601": "2023-03-30T12:20:09.408501Z",
            "url": "https://files.pythonhosted.org/packages/f4/28/e754f9a4a59c16f3b42814f580aeb7ab2d1f79620e0ad80e341d03a83cf1/cdek_interface-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-30 12:20:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "cdek-interface"
}
        
Elapsed time: 0.05513s