{ "info": { "author": "fstercq", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "freepybox\n==========\n\nEasily manage your freebox in Python using the Freebox OS API.\nCheck your calls, manage your contacts, configure your dhcp, disable your wifi, monitor your LAN activity and many others, on LAN or remotely.\n\nfreepybox is a python library implementing the freebox OS API. It handles the authentication process and provides a row access to the freebox API.\n\nInstall\n-------\nUse the PIP package manager\n```bash\n$ pip install freepybox\n```\n\nOr manually download and install the last version from github\n```bash\n$ git clone https://github.com/fstercq/freepybox.git\n$ python setup.py install\n```\n\nGet started\n-----------\n```python\n# Import the freepybox package.\nfrom freepybox import Freepybox\n\n# Instantiate the Freepybox class using default options.\nfbx = Freepybox()\n\n# Connect to the freebox with default options. \n# Be ready to authorize the application on the Freebox.\nfbx.open('192.168.0.254')\n\n# Do something usefull, rebooting your freebox for example.\nfbx.system.reboot()\n\n# Properly close the session.\nfbx.close()\n```\nHave a look on the example.py for a more complete overview.\n\nResources\n---------\nFreebox OS API documentation : http://dev.freebox.fr/sdk/os/", "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/fstercq/freepybox", "keywords": "freebox", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "freepybox", "package_url": "https://pypi.org/project/freepybox/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/freepybox/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/fstercq/freepybox" }, "release_url": "https://pypi.org/project/freepybox/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Provides authentication and row access to Freebox using OS developer API", "version": "0.0.2" }, "last_serial": 2418357, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a8526da24a714d3b727c5cfdf0b93a29", "sha256": "716b40e5644f704b12ca9db10a944e5dd896b08773f9f31fd9587d32a16b915d" }, "downloads": -1, "filename": "freepybox-0.0.1.zip", "has_sig": false, "md5_digest": "a8526da24a714d3b727c5cfdf0b93a29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9993, "upload_time": "2016-10-22T14:59:42", "url": "https://files.pythonhosted.org/packages/ae/61/0c978be1fe69bbf621ea770b7332dc62d9b1e58a3421c7eefb996468ea97/freepybox-0.0.1.zip" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "184f1e66589e85b4681150f140cb5a94", "sha256": "65ae62f68f7db2d7ab083b2bedc3e14a4a4af13d3926fc70885bbbc81b546f33" }, "downloads": -1, "filename": "freepybox-0.0.2.zip", "has_sig": false, "md5_digest": "184f1e66589e85b4681150f140cb5a94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11967, "upload_time": "2016-10-23T14:35:35", "url": "https://files.pythonhosted.org/packages/cc/21/2638401b56b1312473f09e1f35abce8dfa95c9681164ebeaa666cff2eed0/freepybox-0.0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "184f1e66589e85b4681150f140cb5a94", "sha256": "65ae62f68f7db2d7ab083b2bedc3e14a4a4af13d3926fc70885bbbc81b546f33" }, "downloads": -1, "filename": "freepybox-0.0.2.zip", "has_sig": false, "md5_digest": "184f1e66589e85b4681150f140cb5a94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11967, "upload_time": "2016-10-23T14:35:35", "url": "https://files.pythonhosted.org/packages/cc/21/2638401b56b1312473f09e1f35abce8dfa95c9681164ebeaa666cff2eed0/freepybox-0.0.2.zip" } ] }