Metadata-Version: 2.1
Name: pip-autocompile
Version: 0.1.1
Summary: Automate pip-compile for multiple environments.
Home-page: https://github.com/KSmanis/pip-autocompile
Author: Konstantinos Smanis
Author-email: konstantinos.smanis@gmail.com
License: MIT
Description: # pip-autocompile
        
        [![PyPI version](https://img.shields.io/pypi/v/pip-autocompile.svg)](https://pypi.org/project/pip-autocompile/)
        [![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/)
        [![pre-commit](https://github.com/KSmanis/pip-autocompile/workflows/pre-commit/badge.svg)](https://github.com/KSmanis/pip-autocompile/actions?workflow=pre-commit)
        [![super-linter](https://github.com/KSmanis/pip-autocompile/workflows/super-linter/badge.svg)](https://github.com/KSmanis/pip-autocompile/actions?workflow=super-linter)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
        [![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
        
        Automate pip-compile for multiple environments.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
