{ "info": { "author": "Allow2", "author_email": "ceo@allow2.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 2.7", "Topic :: Text Processing :: Linguistic" ], "description": "Allow2\n------\n\npip install allow2\n\n\nBefore the app/device can log any actions or check permissions/etc, you need to first \"pair\" the device or app:\n\n >>> import allow2\n >>>\n >>> userId, pairId, children = allow2.pair(user, password, deviceToken, deviceName)\n\nThe userId and pairId are used for all subsequent requests to the API and will work only while the device/app remains paired, so these values should be persisted.\n\nIf the parent that owns that account deletes the pairing, then the userId / pairId credentials will no longer work.\n\nThe \"children\" return value is an array of all current children definitions in that account when it is paired. You can use this to show the parent an interface to\nnominate the one permanent child who will use this device/app. Alternately, you can present a selector and use the PIN on each account to allow the child to directly\nselect and unlock their account prior to using the device or app.\n\nThen, to record usage and get permissions and blocks/etc, use the following:\n\n >>> import allow2\n >>>\n >>> ???? = allow2.log(userId, pairId, [activityId, ...], childId)\n\nThat will.... (TBC)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/Allow2/Allow2Python/archive/0.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Allow2/Allow2python", "keywords": "parental", "license": "", "maintainer": "", "maintainer_email": "", "name": "allow2", "package_url": "https://pypi.org/project/allow2/", "platform": "", "project_url": "https://pypi.org/project/allow2/", "project_urls": { "Download": "https://github.com/Allow2/Allow2Python/archive/0.3.tar.gz", "Homepage": "http://github.com/Allow2/Allow2python" }, "release_url": "https://pypi.org/project/allow2/0.3/", "requires_dist": null, "requires_python": "", "summary": "OpenSource Parental Freedom Platform", "version": "0.3" }, "last_serial": 3493505, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "c7ee03e7af77c5a565f8688ec0243863", "sha256": "361d1e93a124173dad5fbdd4d50ecb7ccba4cb772c9fec813fee328bc220e110" }, "downloads": -1, "filename": "allow2-0.2.tar.gz", "has_sig": false, "md5_digest": "c7ee03e7af77c5a565f8688ec0243863", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1644, "upload_time": "2018-01-16T10:04:04", "url": "https://files.pythonhosted.org/packages/dd/cd/762f41e2e6ec748a6b251eaaa9994ba8cbeff1c9b67ac6a0d86ff72c39a5/allow2-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "30901192811d5caaf97bdda0aa551785", "sha256": "3a6757fdf006d79c1c30043c1031de531c930895d8b479af8c22a640f444a282" }, "downloads": -1, "filename": "allow2-0.3.tar.gz", "has_sig": false, "md5_digest": "30901192811d5caaf97bdda0aa551785", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2313, "upload_time": "2018-01-16T10:24:55", "url": "https://files.pythonhosted.org/packages/d7/96/a75d5bffd626e17325e22d13a68ad042a6f49e159b9331eb1b2d7201d972/allow2-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30901192811d5caaf97bdda0aa551785", "sha256": "3a6757fdf006d79c1c30043c1031de531c930895d8b479af8c22a640f444a282" }, "downloads": -1, "filename": "allow2-0.3.tar.gz", "has_sig": false, "md5_digest": "30901192811d5caaf97bdda0aa551785", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2313, "upload_time": "2018-01-16T10:24:55", "url": "https://files.pythonhosted.org/packages/d7/96/a75d5bffd626e17325e22d13a68ad042a6f49e159b9331eb1b2d7201d972/allow2-0.3.tar.gz" } ] }