Metadata-Version: 2.1
Name: pyattck-data-models
Version: 1.0.0
Summary: Pyattck Data models
Home-page: https://github.com/swimlane/pyattck-data-models
License: MIT
Author: Swimlane
Author-email: info@swimlane.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: attrs (>=21.4.0,<22.0.0)
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: pydantic (>=1.9.1,<2.0.0)
Project-URL: Changelog, https://github.com/swimlane/pyattck-data-models/releases
Project-URL: Documentation, https://pyattck-data-models.readthedocs.io
Project-URL: Repository, https://github.com/swimlane/pyattck-data-models
Description-Content-Type: text/markdown

# pyattck-data-models

<a href="https://pypi.org/project/pyattck-data-models/"><img src="https://img.shields.io/pypi/v/pyattck-data-models.svg" alt="PyPI" style="float: left; margin-right: 10px;" /></a>
<a href="https://pypi.org/project/pyattck-data-models/"><img src="https://img.shields.io/pypi/status/pyattck-data-models.svg" alt="Status" style="float: left; margin-right: 10px;" /></a>
<a href="https://pypi.org/project/pyattck-data-models/"><img src="https://img.shields.io/pypi/pyversions/pyattck-data-models" alt="Python Version" style="float: left; margin-right: 10px;" /></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/pypi/l/pyattck-data-models" alt="License" style="float: left; margin-right: 10px;" /></a>
<a href="https://github.com/swimlane/pyattck-data-models/actions?workflow=Tests"><img src="https://github.com/swimlane/pyattck-data-models/workflows/Tests/badge.svg" alt="Tests" style="float: left; margin-right: 10px;" /></a>
<a href="https://codecov.io/gh/swimlane/pyattck-data-models"><img src="https://codecov.io/gh/swimlane/pyattck-data-models/branch/main/graph/badge.svg" alt="Codecov" style="float: left; margin-right: 10px;" /></a>
<a href="https://github.com/pre-commit/pre-commit"><img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white" alt="pre-commit" style="float: left; margin-right: 10px;" /></a>
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Black" style="float: left; margin-right: 10px;" /></a>

# 

## Features

Includes data models for the following projects:

* [pyattck](https://github.com/swimlane/pyattck/)
* [pyattck-data](https://github.com/swimlane/pyattck-data/)


## Installation

You can install *Pyattck Data Models* via pip_ from PyPI_:

```
$ pip install pyattck-data-models
```

##Usage

Please see the `Command-line Reference <Usage_>`_ for details.


## Contributing

Contributions are very welcome.
To learn more, see the `Contributor Guide`_.


## License

Distributed under the terms of the `MIT license`_,
*Pyattck Data Models* is free and open source software.


## Issues

If you encounter any problems,
please `file an issue`_ along with a detailed description.

