Metadata-Version: 2.1
Name: virtualenv-tauthon
Version: 0.0.1
Summary: Tauthon support for Virtualenv
Maintainer-email: Ștefan Talpalaru <stefantalpalaru@yahoo.com>
License: MIT
Project-URL: Homepage, https://github.com/stefantalpalaru/virtualenv-tauthon
Project-URL: Source, https://github.com/stefantalpalaru/virtualenv-tauthon
Project-URL: Tracker, https://github.com/stefantalpalaru/virtualenv-tauthon/issues
Keywords: environments,isolated,tauthon,virtual
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

## About

__virtualenv-tauthon__ is an external [Virtualenv](https://github.com/pypa/virtualenv) plugin that adds
[Tauthon](https://github.com/naftaliharris/tauthon) support,
as described [here](https://virtualenv.pypa.io/en/latest/extend.html#creators).

With this module and Tauthon installed, you can create a Tauthon-based virtual environment like this:

```shell
virtualenv -p tauthon2.8 my_venv
```

## Installation

This package is available on PyPi: 

```shell
pip install virtualenv-tauthon
```

## License

MIT

## Credits

- author: Ștefan Talpalaru <stefantalpalaru@yahoo.com>

- homepage: https://github.com/stefantalpalaru/virtualenv-tauthon
