Skip to main content

A simple library for automating ziping binary files for distribution in Visual Studio

Project description

VSPacker

Packer is a tool for packaging c# projects into a distributable zip file. It is designed to be used in a Post Build event in Visual Studio.

Usage

import vspacker.package_builder as builder

def main():
    project_file = "path/to/project/project.csproj"
    bd = builder.AssemblyBuilder(project_file)
    bd.build_zip(
        zip_filename=f"{bd.project_name}_v{bd.version}.zip",
        exclude_patterns=["RhinoCommon.dll", "Grasshopper.dll", "*.lic"],
        include_files=["LICENSE", "README.md"],
    )
    bd.package_example("example.gh")

if __name__ == "__main__":
    main()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

VSPacker-0.0.2.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

VSPacker-0.0.2-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page