Metadata-Version: 2.1
Name: bldr
Version: 0.0.11
Summary: Build debian packages in a clean docker environment
Home-page: https://www.github.com/OneIdentity/bldr
Author: BLDR Developers
Author-email: noreply@oneidentity.com
License: MIT
Description: BLDR
        ====
        
        Build debian packages in a clean docker environment
        
        Features:
        
        * provide a dockerized dpkg-buildpackage wrapper, as Docker can be used to create a clean build environment for Debian packaging
        * easy-to-use: navigate inside a directory that has a debian subdirectory and run build
        * collect the debian dependencies automatically and puts them in Docker build layer
        * cache the dependency install step and the re-build will be quicker
        * to test the debian package you can enter to the container which contains the build environment
        * the built debian package is stored in a local apt repository
        * build multiple dependent packages, if called multiple times (uses the built packages as build dependencies of the next ones)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
