{ "info": { "author": "Thomas Meitz", "author_email": "info@retailify.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Hexonet ISP API\n===============\n\nThis is a clone of Hexonet ispapi 2.2.\n\nInstall ispapi\n--------------\n\n.. code:: bash\n \n pip install ispapi\n\n.. code:: python\n\n # Import the ispapi library\n import ispapi\n \n # Create a connection with the URL, entity, login and password\n # Use \"1234\" as entity for the OT&E, and \"54cd\" for productive use\n # Don't have a HEXONET Account yet? Get one here: www.hexonet.net/sign-up\n api = ispapi.connect(\n url = 'https://coreapi.1api.net/api/call.cgi',\n entity = '1234',\n login = 'test.user',\n password = 'test.passw0rd'\n )\n \n # Call a command\n response = api.call({\n 'Command': \"QueryDomainList\", 'limit' : 5\n })\n \n # Display the result in the format you want\n res = response.as_list()\n res = response.as_list_hash()\n res = response.as_hash()\n \n # Get the response code and the response description\n code = response.code()\n description = response.description()", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://retailify.de/", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "ispapi", "package_url": "https://pypi.org/project/ispapi/", "platform": "OS Independent", "project_url": "https://pypi.org/project/ispapi/", "project_urls": { "Homepage": "https://retailify.de/" }, "release_url": "https://pypi.org/project/ispapi/2.2.0/", "requires_dist": null, "requires_python": "", "summary": "Hexonet ISP API", "version": "2.2.0" }, "last_serial": 3017204, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d84fa9989ea8b38cb87b117f44b97149", "sha256": "b52fcb1ba8ac279d85a124dc7f500403e7d20d1489a6f5bd0dd82152aefdf383" }, "downloads": -1, "filename": "ispapi-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d84fa9989ea8b38cb87b117f44b97149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15339, "upload_time": "2017-07-12T10:07:11", "url": "https://files.pythonhosted.org/packages/fa/3a/518babecf1a346f9d0b58ec7b61c379451f95b4e259589e141f1aabea7aa/ispapi-0.0.1.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "a62a8d49505a7a16a4f20e724cb5320d", "sha256": "495307e798a6446ce2bedba658741e46f85355ca04f0c678f8079abf0ab03ece" }, "downloads": -1, "filename": "ispapi-2.2.0.tar.gz", "has_sig": false, "md5_digest": "a62a8d49505a7a16a4f20e724cb5320d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15378, "upload_time": "2017-07-12T10:51:12", "url": "https://files.pythonhosted.org/packages/8a/37/43bdc64ddc659da1e76340d2fa0387de70636b0a0fcf9e3ef69b6010405c/ispapi-2.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a62a8d49505a7a16a4f20e724cb5320d", "sha256": "495307e798a6446ce2bedba658741e46f85355ca04f0c678f8079abf0ab03ece" }, "downloads": -1, "filename": "ispapi-2.2.0.tar.gz", "has_sig": false, "md5_digest": "a62a8d49505a7a16a4f20e724cb5320d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15378, "upload_time": "2017-07-12T10:51:12", "url": "https://files.pythonhosted.org/packages/8a/37/43bdc64ddc659da1e76340d2fa0387de70636b0a0fcf9e3ef69b6010405c/ispapi-2.2.0.tar.gz" } ] }