{ "info": { "author": "Adam DePrince", "author_email": "adeprince@nypublicradio.org", "bugtrack_url": null, "classifiers": [], "description": "pyzopfli\n======\n\n\"Protected\" data types to hide secrets in Django config files.\n\nRunning a Django server in debug mode risks exposing secrets like API\nkeys and passwords to the world. While Django will \"filter out\"\ncertain values, it still makes available the contents of local\nvariables which might also contain hidden keys. \n\nProtected works by breaking the object's __repr__ method to prevent casual display.\n\nfrom protected import ProtectedString\n\n>>> print ProtectedString('abc')\nabc\n\n>>> print repr(ProtectedString('abc')\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wnyc/protected", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "protected", "package_url": "https://pypi.org/project/protected/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/protected/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/wnyc/protected" }, "release_url": "https://pypi.org/project/protected/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "\"Proteted\" data types suitable for hiding secrets in Django config files.", "version": "0.0.1" }, "last_serial": 944077, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f3e459859b050305ad5fabafc58dabd8", "sha256": "79fa0e26d770bf1e254dd5e2ab5b291c601d1cfa13eba6c7ccafd315933e5dae" }, "downloads": -1, "filename": "protected-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f3e459859b050305ad5fabafc58dabd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1472, "upload_time": "2013-12-13T21:49:08", "url": "https://files.pythonhosted.org/packages/1f/43/c51fa0f8459ddd20f6c0db4b845b8922f0de2ac2c264b28e9e08107be912/protected-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f3e459859b050305ad5fabafc58dabd8", "sha256": "79fa0e26d770bf1e254dd5e2ab5b291c601d1cfa13eba6c7ccafd315933e5dae" }, "downloads": -1, "filename": "protected-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f3e459859b050305ad5fabafc58dabd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1472, "upload_time": "2013-12-13T21:49:08", "url": "https://files.pythonhosted.org/packages/1f/43/c51fa0f8459ddd20f6c0db4b845b8922f0de2ac2c264b28e9e08107be912/protected-0.0.1.tar.gz" } ] }