Metadata-Version: 2.1
Name: cz-pydata
Version: 0.0.2
Summary: Commitizen plugin for PyData-style commits
Project-URL: Documentation, https://github.com/ghisvail/cz-pydata#readme
Project-URL: Issues, https://github.com/ghisvail/cz-pydata/issues
Project-URL: Source, https://github.com/ghisvail/cz-pydata
Author-email: Ghislain Vaillant <ghisvail@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: changelog,commitizen,git,pydata
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: commitizen>=3.0.0
Description-Content-Type: text/markdown

# cz-pydata

[![PyPI - Version](https://img.shields.io/pypi/v/cz-pydata.svg)](https://pypi.org/project/cz-pydata)
[![PyPI - Python Versions](https://img.shields.io/pypi/pyversions/cz-pydata.svg)](https://pypi.org/project/cz-pydata)

-----

**Table of Contents**

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## Installation

```console
pip install cz-pydata
```

## Usage

```console
cz --name cz_pydata <command>
```

## License

`cz-pydata` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
