VST util for easy compile
Project description
Lib for quick formatting setup.py in projects. Moved from vstutils projects for easyer integration.
Quick start
Install package via pip install vstcompile
Create requirements.txt and setup.py in your project:
import os from vstcompile import load_requirements, make_setup, find_packages # allow setup.py to be run from any path os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) ext_list = [ ... some extentions import paths with `*.py, *.c or *.pyx` extentions ... ] make_setup( packages=find_packages(exclude=['tests']+ext_list), ext_modules_list=ext_list, include_package_data=True, install_requires=load_requirements('requirements.txt') )
Run python setup.py compile to compile and pack dist-package.
Add requirement to pyproject.toml and enjoy!
Requirements
If you want to use Sphinx in projects, you should install package with sphinx packages.
If you want to use github release, install it with extra release and use command githubrelease:
pip install vstcompile[release] python setup.py githubrelease
License
VST Compile is licensed under the terms of the Apache License 2.0. See the file “LICENSE” for more information.
Copyright 2018-2023 VST Consulting
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for vstcompile-3.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79b497ea1e11b59f7e949baeb582cf4d03d2d57534273d17afd4a774e0bf7437 |
|
MD5 | 537c0bd69b5021e2ba5b0124c0fde3d5 |
|
BLAKE2b-256 | 506f57cba42f753c04689784397f195062248bf7234dacacf68d2219357b7b4a |