A Python package that automatically generates solutions and projects from python script.
Installation
Use pip:
pip install vsgen
Usage
There are two ways to use vsgen:
Manipulate the vsgen classes directly with Python script and then generate the files using vsgen’s commands.
Use the command line and supply a configuration file that contains the solution and project defintions and let vsgen automaticaly generate the files.
Documentation
Documentation is available at readthedocs.org.
Support
Use the issue tracker to file any suggestions, bugs or other issues.
Changelog
1.0.0-dev (Unreleased)
TBD
0.3.3 (2018-05-30)
Bug Fixes:
Fixed writing project files relative to solution in solution files. Fixes #15.
Compatibility Notes:
Dropped Python 3.3 support. Fixes #16.
0.3.1 (2017-08-21)
Features:
Replaced raw file writer with jinja2 renderer.
0.3.0 (2017-03-18)
Features:
Modularize VSGen with setuptool’s entry points; Fixes #11.
Compatibility Notes:
A plugin architecture has been adopted starting with 0.3.0. The vsgen package is now a core module and any metadata and code used to generates specific projects should be placed in a plugin module.
The former Python Tools for Visual Studio functionality that was embedded in vsgen has been extracted to vsgen-ptvs
0.2.4 (2017-02-18)
Features:
Refactored the command line argument structure to expose more options to the command line; Fixes #10.
Adopted fnmatch pattern style for file and directory filter patterns, e.g .txt is now *.txt.
Bug Fixes:
Fixed auto command’s resolution of the current directory; Fixes #9.
0.2.3 (2016-06-24)
Features:
Added automatic project generation; Fixes #6.
0.2.2 (2016-05-29)
Bug Fixes:
Fixed mishandling of mkdir command; Fixes #4.
0.2.1 (2016-03-09)
Bug Fixes:
Updated main’s argument handling; Fixes #1.
Added missing import; Fixes #2.
Fixed misnamed PTVSInterpreter class variable; Fixes #3.
0.2.0 (2016-03-08)
Initial Release.
Release files for vsgen 0.3.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vsgen-0.3.3.tar.gz | 41.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vsgen-0.3.3-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size:63.9 kB
Release files / vsgen-0.3.3.tar.gz
| Download URL | vsgen-0.3.3.tar.gz |
|---|---|
| Size | 41.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
45391f65c01a94a165e8d2f436f12835a714c5c97baf32e55a9cb14e4d0b5e9d
|
|
BLAKE2b-256 checksum How to use checksums |
8d766fd1a199eaba54568722cfcb6485a768238cb3d43397bb898b4ca3870973
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / vsgen-0.3.3-py2.py3-none-any.whl
| Download URL | vsgen-0.3.3-py2.py3-none-any.whl |
|---|---|
| Size | 22.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
1c52f7f1633a2f3301e4d2f1822b3c68f6480a6dcfdd02b69c98fbae20d3ab0a
|
|
BLAKE2b-256 checksum How to use checksums |
7275b7fd09d438f9302e8bad03972dec50099dae9f08debdf40bb8d9cc8412d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |