Metadata-Version: 2.1
Name: libcnb
Version: 0.1.2
Summary:  Cloud Native Buildpack API bindings for Python
Home-page: https://github.com/samj1912/python-libcnb
License: Apache-2.0
Author: Sambhav Kothari
Author-email: sambhavs.email@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: importlib_metadata (>=3.4.0,<4.0.0)
Requires-Dist: packaging (>=20.9,<21.0)
Requires-Dist: pydantic (>=1.8.1,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Description-Content-Type: text/markdown

# libcnb


[![PyPI version](https://badge.fury.io/py/libcnb.svg)](https://badge.fury.io/py/libcnb)
![versions](https://img.shields.io/pypi/pyversions/libcnb.svg)
[![GitHub license](https://img.shields.io/github/license/samj1912/libcnb.svg)](https://github.com/samj1912/libcnb/blob/main/LICENSE)
[![Code Quality Checks](https://github.com/samj1912/python-libcnb/actions/workflows/code_quality_checks.yml/badge.svg)](https://github.com/samj1912/python-libcnb/actions/workflows/code_quality_checks.yml)
[![Docs publish](https://github.com/samj1912/python-libcnb/actions/workflows/docs_publish.yml/badge.svg)](https://github.com/samj1912/python-libcnb/actions/workflows/docs_publish.yml)
[![codecov](https://codecov.io/gh/samj1912/python-libcnb/branch/main/graph/badge.svg?token=Vb5svxOpMj)](https://codecov.io/gh/samj1912/python-libcnb)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Downloads](https://static.pepy.tech/personalized-badge/libcnb?period=total&units=international_system&left_color=black&right_color=brightgreen&left_text=Downloads)](https://pepy.tech/project/libcnb)

 Cloud Native Buildpack API bindings for Python


- Free software: Apache-2.0
- Documentation: https://samj1912.github.io/python-libcnb.

## Usage

Check out the documentation - https://samj1912.github.io/python-libcnb

## Credits


This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [`mgancita/cookiecutter-pypackage`](https://mgancita.github.io/cookiecutter-pypackage/) project template.

