{ "info": { "author": "Mizkino", "author_email": "Mizkino@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Utilities" ], "description": "# CS-Cart API Client for Python\n\nClient for CS-Cart. wip\n\n\n## Usage\n```.py\nimport cscart\n\nclient = cscart.Client(\"https://storeofcscart.com\", \"admin@cscartstore.com\", \"APIKEYHOGEHOGE\")\n\nres = client.get_orders()\n```\n\n## install\n```.sh\npip install cscart_api_client\n```\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Mizkino", "keywords": "", "license": "MIT", "maintainer": "Mizkino", "maintainer_email": "Mizkino@gmail.com", "name": "cscart-api-client", "package_url": "https://pypi.org/project/cscart-api-client/", "platform": "", "project_url": "https://pypi.org/project/cscart-api-client/", "project_urls": { "Documentation": "https://github.com/Mizkino/cscart_api_client/blob/master/README.md", "Homepage": "https://github.com/Mizkino", "Repository": "https://github.com/Mizkino/cscart_api_client" }, "release_url": "https://pypi.org/project/cscart-api-client/0.1.0/", "requires_dist": [ "requests (>=2.21,<3.0)" ], "requires_python": ">=3.6,<4.0", "summary": "CS-Cart API Client for Python and also Human", "version": "0.1.0" }, "last_serial": 4883032, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "aeaca8e181663a36eef462273c421e76", "sha256": "0f7d869f8f6a10a87a983badbb644f0af580eca0433e02a80fb694109a98382a" }, "downloads": -1, "filename": "cscart_api_client-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "aeaca8e181663a36eef462273c421e76", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 10344, "upload_time": "2019-03-01T08:39:06", "url": "https://files.pythonhosted.org/packages/ce/d1/b71f09c9a18ad26d89588d4b7d591abff7fee15c385e97f9d59d92c45783/cscart_api_client-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "526e6e74b958ab85bd50a5f9f306b277", "sha256": "1739f810647b976a38540ad35d8d4295335de65402d6fe44b594f24b592a7170" }, "downloads": -1, "filename": "cscart_api_client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "526e6e74b958ab85bd50a5f9f306b277", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 3255, "upload_time": "2019-03-01T08:39:08", "url": "https://files.pythonhosted.org/packages/ae/0e/d8c5e1262667dfba9875da00d1c1fae6651c567c34e000a4fcdced49e417/cscart_api_client-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aeaca8e181663a36eef462273c421e76", "sha256": "0f7d869f8f6a10a87a983badbb644f0af580eca0433e02a80fb694109a98382a" }, "downloads": -1, "filename": "cscart_api_client-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "aeaca8e181663a36eef462273c421e76", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 10344, "upload_time": "2019-03-01T08:39:06", "url": "https://files.pythonhosted.org/packages/ce/d1/b71f09c9a18ad26d89588d4b7d591abff7fee15c385e97f9d59d92c45783/cscart_api_client-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "526e6e74b958ab85bd50a5f9f306b277", "sha256": "1739f810647b976a38540ad35d8d4295335de65402d6fe44b594f24b592a7170" }, "downloads": -1, "filename": "cscart_api_client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "526e6e74b958ab85bd50a5f9f306b277", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 3255, "upload_time": "2019-03-01T08:39:08", "url": "https://files.pythonhosted.org/packages/ae/0e/d8c5e1262667dfba9875da00d1c1fae6651c567c34e000a4fcdced49e417/cscart_api_client-0.1.0.tar.gz" } ] }