Metadata-Version: 2.1
Name: com.dvsnier.virtualenv
Version: 0.0.1a1.dev1
Summary: this is dvsnier virtualenv.
Home-page: https://gitee.com/python-partner/Python-Test/
Author: dvsnier
Author-email: dovsnier@qq.com
License: MIT
Project-URL: Bug_Tracker, https://gitee.com/python-partner/Python-Test/issues/
Project-URL: Documentation, https://packaging.python.org/tutorials/distributing-packages/
Project-URL: Funding, https://donate.pypi.org/
Project-URL: Homepage, https://gitee.com/python-partner/Python-Test/
Project-URL: Wiki, https://gitee.com/python-partner/Python-Test/wiki/
Project-URL: Source, https://gitee.com/python-partner/Python-Test/
Keywords: virtualenv,development
Platform: linux: linux
Platform: windows: win32
Platform: macos: darwin
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Free For Educational Use
Classifier: License :: Free for non-commercial use
Classifier: License :: Freely Distributable
Classifier: License :: Freeware
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4,>=2.7
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: typing
Provides-Extra: virtualenv
License-File: LICENSE
License-File: LICENSE.txt

# Tutorial

- [Introduce](#introduce)
  - [CLI](#cli)

## Introduce

this is python virtualenv modules.

### CLI

```bash
$ dvs-virtualenv.exe -h
usage: dvs-virtualenv [-h] [-V] [commands [commands ...]]

    this is a dvs virtualenv execution program.


positional arguments:
  commands       the commands property.

optional arguments:
  -h, --help     show this help message and exit
  -V, --version  the show version and exit.

the copyright belongs to DovSnier that reserve the right of final interpretation.
```
