{ "info": { "author": "Gregg Gajic", "author_email": "gregg.gajic@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: Microsoft :: Windows", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2" ], "description": "sandboxie is a Python interface to `Sandboxie `_.\n\n\nQuickstart\n----------\n\n::\n\n >>> import sandboxie\n >>> sbie = sandboxie.Sandboxie()\n\nCreate a sandbox::\n\n >>> sbie.create_sandbox(box='foo', options={'Enabled': 'yes'})\n\nStart a sandboxed process::\n\n >>> sbie.start('notepad.exe', box='foo', wait=False)\n\nGet sandboxed processes::\n\n >>> for pid in sbie.running_processes(box='foo'):\n >>> print(pid)\n 3\n 15688\n 5716\n 26916\n\nTerminate sandboxed processes::\n\n >>> sbie.terminate_processes(box='foo')\n\nDelete the contents of a sandbox::\n\n >>> sbie.delete_contents(box='foo')\n\nDestroy a sandbox::\n\n >>> sbie.destroy_sandbox(box='foo')\n\n\nInstallation\n------------\n\nThe preferred way is to use pip_::\n\n $ pip install sandboxie\n\nYou can also use ``easy_install``, but it's discouraged.\n\n.. _pip: http://pip-installer.org\n\n\nSupported Python versions\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\nPython 2.7 and 3.2 are currently supported from a single codebase, without 2to3\ntranslation.\n\n\nContribute\n----------\n\nThe code repository is on GitHub: https://github.com/gg/sandboxie-py.\n\nTo contribute:\n\n#. Work on an `open issue`_ or submit a new issue to start a discussion around\n a bug or feature request.\n\n * When submitting a bug, ensure your description includes the following:\n - the version of ``sandboxie`` used\n - any relevant system information, such as your operating system\n - steps to produce the bug (so others could reproduce it)\n\n#. Fork `the repository`_ and add the bug fix or feature to the **develop**\n branch.\n#. Write tests that demonstrate the bug was fixed or the feature works as\n expected.\n#. Submit a pull request and bug the maintainer until your contribution gets\n merged and published :-) You should also add yourself to AUTHORS_.\n\n.. _the repository: https://github.com/gg/sandboxie-py\n.. _open issue: https://github.com/gg/sandboxie-py/issues\n.. _AUTHORS: https://github.com/gg/sandboxie-py/blob/develop/AUTHORS.rst\n\n\nRunning the Tests\n~~~~~~~~~~~~~~~~~\n\ntox_ is used to run unit and integration tests in each of the supported Python\nenvironments.\n\nFirst install tox::\n\n $ pip install tox\n\nThen run tox from the project root directory::\n\n $ tox\n\n*Note: the integration tests require Sandboxie to be installed on your\nmachine.*\n\n.. _tox: http://tox.testrun.org/\n\n\nCoding Style\n~~~~~~~~~~~~\n\nEnsure that your contributed code complies with `PEP 8`_. The test runner\n``tox`` also checks for PEP 8 compliance.\n\n.. _PEP 8: http://www.python.org/dev/peps/pep-0008/", "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/gg/sandboxie-py", "keywords": null, "license": "Copyright (c) 2012 Gregg Gajic and contributors. See \nAUTHORS.rst for more details.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "sandboxie", "package_url": "https://pypi.org/project/sandboxie/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sandboxie/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gg/sandboxie-py" }, "release_url": "https://pypi.org/project/sandboxie/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Python interface to Sandboxie.", "version": "0.2.0" }, "last_serial": 751036, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f8078d0aadb3e6a8aa42235173e404cb", "sha256": "bdcd44b23e257c389cfedf0320f23ad576d02a0a47c12a75b8d6b60addaa7f47" }, "downloads": -1, "filename": "sandboxie-0.1.0.zip", "has_sig": false, "md5_digest": "f8078d0aadb3e6a8aa42235173e404cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8498, "upload_time": "2012-04-06T14:49:58", "url": "https://files.pythonhosted.org/packages/a1/6e/6c7885867cafbbdc8ce3987fa03b25920c0bfd0c50cb374953c33a2f44ca/sandboxie-0.1.0.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "458b44a9f8a40f7ec38bf719dfdb7f02", "sha256": "e4579f3403c27fd22cc0c72c9400ef429504b55cea5d42562893651b1335a3cf" }, "downloads": -1, "filename": "sandboxie-0.2.0.zip", "has_sig": false, "md5_digest": "458b44a9f8a40f7ec38bf719dfdb7f02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8510, "upload_time": "2012-06-29T23:39:14", "url": "https://files.pythonhosted.org/packages/a8/29/8659b1d393799722dd3da4aad61f2e9e3ba745d6651238fdb0467a8a6642/sandboxie-0.2.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "458b44a9f8a40f7ec38bf719dfdb7f02", "sha256": "e4579f3403c27fd22cc0c72c9400ef429504b55cea5d42562893651b1335a3cf" }, "downloads": -1, "filename": "sandboxie-0.2.0.zip", "has_sig": false, "md5_digest": "458b44a9f8a40f7ec38bf719dfdb7f02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8510, "upload_time": "2012-06-29T23:39:14", "url": "https://files.pythonhosted.org/packages/a8/29/8659b1d393799722dd3da4aad61f2e9e3ba745d6651238fdb0467a8a6642/sandboxie-0.2.0.zip" } ] }