Metadata-Version: 2.1
Name: buildenv
Version: 1.2.1
Summary: Build environment setup system, based on Python venv
Home-page: https://github.com/dynod/buildenv
Author: The dynod project
Maintainer: The dynod project
License: Mozilla Public License Version 2.0
Description: # buildenv
        Build environment setup system, based on Python venv
        
        <!-- NMK-BADGES-BEGIN -->
        [![License: MPL](https://img.shields.io/github/license/dynod/buildenv?color=green)](https://github.com/dynod/buildenv/blob/main/LICENSE)
        [![Checks](https://img.shields.io/github/actions/workflow/status/dynod/buildenv/build.yml?branch=main&label=build%20%26%20u.t.)](https://github.com/dynod/buildenv/actions?query=branch%3Amain)
        [![Issues](https://img.shields.io/github/issues-search/dynod/buildenv?label=issues&query=is%3Aopen+is%3Aissue)](https://github.com/dynod/buildenv/issues?q=is%3Aopen+is%3Aissue)
        [![Supported python versions](https://img.shields.io/badge/python-3.8%20--%203.11-blue)](https://www.python.org/)
        [![PyPI](https://img.shields.io/pypi/v/buildenv)](https://pypi.org/project/buildenv/)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![Flake8 analysis result](https://img.shields.io/badge/flake8-0-green)](https://flake8.pycqa.org/)
        [![Code coverage](https://img.shields.io/codecov/c/github/dynod/buildenv)](https://app.codecov.io/gh/dynod/buildenv)
        [![Documentation Status](https://readthedocs.org/projects/buildenv/badge/?version=stable)](https://buildenv.readthedocs.io/)
        <!-- NMK-BADGES-END -->
        
        ## Features
        
        The **`buildenv`** tool provides following features:
        * simple build environment setup through loading scripts generated in your project
        * configuration through a simple **`buildenv.cfg`** file
        * extendable activation scripts, loaded with the build environment
        
        The full **`buildenv`** documentation is available at [https://buildenv.readthedocs.io](https://buildenv.readthedocs.io)
        
        ## Local build
        
        If you want to build locally the **`buildenv`** wheel, just:
        1. clone the **`buildenv`** project
        1. launch the loading script (see above)
        1. build the project: `nmk build`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
