{ "info": { "author": "Leonardo Javier Esparis Meza", "author_email": "leoxnidas.c.14@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.3", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Pyreboot\n--------\n\nsmall python library, that allow developers to reboot, power off, others.. a computer\nas easy as it sounds, from python code and you can add any beheavior that you\nwant before rebooter executes.\n\n\nHow to install Install\n----------------------\n```\npip install Pyreboot\n```\n\nRequirements\n------------\n* Cython\n* Linux Operating System (not tested on Mac yet.)\n\n\nUsage\n-----\n\n```python\n\nfrom Pyreboot import *\n\n\n_powerOff = NotifyRebooter.RebootCodes.power_off\n_title = 'Power Off'\n_message = 'powering off your system'\n\nrebooter = NotifyRebooter(_powerOff, _title, _message)\nrebooter.start()\n\n```\n\n\nLicense\n-------\nCopyright (c) 2017 Leonardo Javier Esparis Meza and individual contributors. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n 3. Neither the name of Django nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nContributors\n------------\n* Leonardo Javier Esparis Meza \n\n\nAuthor\n-----\n* Leonardo Javier Esparis Meza \n\n\nVersion 1.0\n-----------\n* First commit.\n* [fix] changed README.md to README.rst to avoid FileNotFOundError\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/leoxnidas/Pyreboot", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/leoxnidas/Pyreboot", "keywords": "reboot rebooter trollrebooter gtkrebooter", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "Pyreboot", "package_url": "https://pypi.org/project/Pyreboot/", "platform": "linux", "project_url": "https://pypi.org/project/Pyreboot/", "project_urls": { "Download": "https://github.com/leoxnidas/Pyreboot", "Homepage": "https://github.com/leoxnidas/Pyreboot" }, "release_url": "https://pypi.org/project/Pyreboot/1.0/", "requires_dist": null, "requires_python": "", "summary": "small python library, that allow developers to rebootpower off, others.. a computer as easy as it sounds", "version": "1.0" }, "last_serial": 2553006, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "b0547bc14eef9d8f25bdfd31e6ec656a", "sha256": "25e010c54f1b46c2520f4cb028deb7bf6f47afbec19bb2b716818473c831ac7b" }, "downloads": -1, "filename": "Pyreboot-1.0.tar.gz", "has_sig": false, "md5_digest": "b0547bc14eef9d8f25bdfd31e6ec656a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6143, "upload_time": "2017-01-04T04:48:32", "url": "https://files.pythonhosted.org/packages/ec/be/c9c02f4606d3d71d9c00164c8e25e11206d0ba3292f9ca44f58137ace05c/Pyreboot-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b0547bc14eef9d8f25bdfd31e6ec656a", "sha256": "25e010c54f1b46c2520f4cb028deb7bf6f47afbec19bb2b716818473c831ac7b" }, "downloads": -1, "filename": "Pyreboot-1.0.tar.gz", "has_sig": false, "md5_digest": "b0547bc14eef9d8f25bdfd31e6ec656a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6143, "upload_time": "2017-01-04T04:48:32", "url": "https://files.pythonhosted.org/packages/ec/be/c9c02f4606d3d71d9c00164c8e25e11206d0ba3292f9ca44f58137ace05c/Pyreboot-1.0.tar.gz" } ] }