Metadata-Version: 2.4
Name: tox-console-scripts
Version: 0.4.0
Summary: Create console scripts of system site packages within tox env
Author: Stanislav Levin
Maintainer: Stanislav Levin
License: MIT License
Project-URL: Homepage, https://github.com/stanislavlevin/tox-console-scripts
Project-URL: Repository, https://github.com/stanislavlevin/tox-console-scripts
Project-URL: Issues, https://github.com/stanislavlevin/tox-console-scripts/issues
Keywords: virtual,environments,isolated,testing
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: tox
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tox>4
Requires-Dist: pyproject-installer>=0.4.0
Dynamic: license-file

# tox-console-scripts plugin ![CI](https://github.com/stanislavlevin/tox-console-scripts/workflows/CI/badge.svg)

It's possible to have access to system or user site packages within Python
virtual environment. But there is no way to run console scripts in the
context of such environments.

With the help of this plugin the console scripts of all of the system and user
site packages are automatically generated for tox' test virtual environments
having access to globally installed packages.

This is mostly used for testing purposes in ALTLinux during RPM build of Python
packages to run integration tests against repository packages.

Usage
-----

```
tox --console-scripts
```

Note: this requires virtual environments having access to globally installed
packages (see for details: [sitepackages](https://tox.wiki/en/latest/config.html#sitepackages))

License
-------

Distributed under the terms of the **MIT** license, `tox-console-scripts` is
free and open source software.
