{ "info": { "author": "Rolf Krahl", "author_email": "rolf@rotkraut.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "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", "Topic :: Software Development :: Build Tools" ], "description": "distutils-pytest - Call pytest from a distutils setup.py script\n===============================================================\n\nThis Python module adds ``test`` to the commands in the `distutils`_\npackage. If your ``setup.py`` imports ``distutils_pytest``, the user\nmay run::\n\n python setup.py test\n\nThis will call `pytest`_ to run your package's test suite.\n\n\nSystem requirements\n-------------------\n\n + Python 2.6, 2.7, or 3.1 and newer.\n + `pytest`_\n\nTo be honest, the package might also work with older Python versions.\nBut I didn't try it.\n\n\nInstallation\n------------\n\nThis package uses the `distutils`_ Python standard library package and\nfollows its conventions of packaging source distributions. See the\ndocumentation on `Installing Python Modules`_ for details or to\ncustomize the install process.\n\n 1. Download the sources, unpack, and change into the source\n directory.\n\n 2. Build::\n\n $ python setup.py build\n\n 3. Install::\n\n $ python setup.py install\n\nThe last step might require admin privileges in order to write into\nthe site-packages directory of your Python installation.\n\n\nCopyright and License\n---------------------\n\n - Copyright 2013-2015\n Helmholtz-Zentrum Berlin f\u00fcr Materialien und Energie GmbH\n - Copyright 2015-2016 Rolf Krahl\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you\nmay not use this file except in compliance with the License. You may\nobtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\nimplied. See the License for the specific language governing\npermissions and limitations under the License.\n\n\n.. _distutils: https://docs.python.org/2.7/library/distutils.html\n.. _pytest: http://pytest.org/\n.. _Installing Python Modules: https://docs.python.org/2.7/install/\n", "description_content_type": null, "docs_url": "https://pythonhosted.org/distutils-pytest/", "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RKrahl/distutils-pytest", "keywords": null, "license": "Apache-2.0", "maintainer": null, "maintainer_email": null, "name": "distutils-pytest", "package_url": "https://pypi.org/project/distutils-pytest/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/distutils-pytest/", "project_urls": { "Homepage": "https://github.com/RKrahl/distutils-pytest" }, "release_url": "https://pypi.org/project/distutils-pytest/0.1/", "requires_dist": null, "requires_python": null, "summary": "Call pytest from a distutils setup.py script.", "version": "0.1" }, "last_serial": 2043094, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ccd0e708e5a9ab06f13b966567530974", "sha256": "c46a9a2b4a48400e506da05eec12769d16900f869a60517869f1ff114d1fd26e" }, "downloads": -1, "filename": "distutils-pytest-0.1.tar.gz", "has_sig": true, "md5_digest": "ccd0e708e5a9ab06f13b966567530974", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3620, "upload_time": "2016-04-01T15:49:11", "url": "https://files.pythonhosted.org/packages/6f/72/b50f7654160c3c80b0c702a57b238b0bcc41eb30b1e3465f3f102a130cfb/distutils-pytest-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ccd0e708e5a9ab06f13b966567530974", "sha256": "c46a9a2b4a48400e506da05eec12769d16900f869a60517869f1ff114d1fd26e" }, "downloads": -1, "filename": "distutils-pytest-0.1.tar.gz", "has_sig": true, "md5_digest": "ccd0e708e5a9ab06f13b966567530974", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3620, "upload_time": "2016-04-01T15:49:11", "url": "https://files.pythonhosted.org/packages/6f/72/b50f7654160c3c80b0c702a57b238b0bcc41eb30b1e3465f3f102a130cfb/distutils-pytest-0.1.tar.gz" } ] }