{ "info": { "author": "Spencer Young", "author_email": "spencer.young@spyoung.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "hikvision-recover\n=================\n\nCommand-line tool for generating recovery codes for Hikvision IP Cameras\n\n\nNormally, to reset a hikvision camera you contact their support department to generate a recovery code. \nThis package will allow you to generate the proper recovery code without contacting support. \nTo do this you need the camera's serial number and current time reported by the camera.\n\nInstallation\n------------\n\nYou can install via pip\n\n```bash\npip install hikvision-recover\n```\n\nUsage \n-----\n\nAfter installing via pip, the command line entry point `hikvision-recover` is available. The syntax for the command is ::\n\n hikvision-recover serial year month day\n\ne.g.::\n\n hikvision-recover DS-ABC1234567-HIJKLMNOPQRS10987654321 2017 01 25\n\npositional arguments:\n\n* serial: Camera Serial Number\n* year: 4 digit year of current camera time\n* month: 2 digit month of current camera time\n* day: 2 digit day of current camera time\n\noptional arguments:\n -h, --help show help message and exit\n\nvia script\n^^^^^^^^^^\n\n\nYou can also use this package directly in a script instead of via the command line.\n\n.. code-block:: python\n\n from hikvision_recover.recover import get_code\n\n serial = \"DS-ABC1234567-HIJKLMNOPQRS10987654321\"\n year = \"2017\"\n month = \"01\"\n day = \"25\"\n recovery_code = get_code(serial, year, month, day)\n print(recovery_code)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/spyoungtech/hikvision-recover/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "hikvision-recover", "package_url": "https://pypi.org/project/hikvision-recover/", "platform": "any", "project_url": "https://pypi.org/project/hikvision-recover/", "project_urls": { "Homepage": "https://github.com/spyoungtech/hikvision-recover/" }, "release_url": "https://pypi.org/project/hikvision-recover/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Command-line tool for generating recovery codes for Hikvision IP Cameras", "version": "1.0.1" }, "last_serial": 3669539, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "96c48fa610da157fb68da9adf2107e4e", "sha256": "9cb438e86878d1898a4b29d58c6844a8d5c3c4ff34626ec6deef023c6b138bb8" }, "downloads": -1, "filename": "hikvision-recover-1.0.tar.gz", "has_sig": false, "md5_digest": "96c48fa610da157fb68da9adf2107e4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2171, "upload_time": "2018-03-14T16:35:45", "url": "https://files.pythonhosted.org/packages/12/0a/d9a69c242beeef30ad967e640e28d972434d7f4d57cfafbf4d97c7a55dfd/hikvision-recover-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "be57fde7e86a866ceaf8199570d9850e", "sha256": "170bf5d2f0f0aa95a5ef4430d99fb56febb473abe6d73731e26c4a5ce99c59a6" }, "downloads": -1, "filename": "hikvision-recover-1.0.1.tar.gz", "has_sig": false, "md5_digest": "be57fde7e86a866ceaf8199570d9850e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2334, "upload_time": "2018-03-14T16:52:13", "url": "https://files.pythonhosted.org/packages/97/92/0cdea5fc75c6c3c81a78a45d27b24c787762417aee7919883bfd27506701/hikvision-recover-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "be57fde7e86a866ceaf8199570d9850e", "sha256": "170bf5d2f0f0aa95a5ef4430d99fb56febb473abe6d73731e26c4a5ce99c59a6" }, "downloads": -1, "filename": "hikvision-recover-1.0.1.tar.gz", "has_sig": false, "md5_digest": "be57fde7e86a866ceaf8199570d9850e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2334, "upload_time": "2018-03-14T16:52:13", "url": "https://files.pythonhosted.org/packages/97/92/0cdea5fc75c6c3c81a78a45d27b24c787762417aee7919883bfd27506701/hikvision-recover-1.0.1.tar.gz" } ] }