Metadata-Version: 2.1
Name: content-tracker
Version: 0.0.1
Summary: Tracking changes in arbitrary content.
Project-URL: Homepage, https://github.com/speg03/content-tracker
Project-URL: Repository, https://github.com/speg03/content-tracker
Author-email: Takahiro Yano <speg03@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: changes,content,diff,tracking
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Requires-Python: >=3.7
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# content-tracker

*content-tracker* is a Python library that tracks changes in arbitrary content.

[![PyPI](https://img.shields.io/pypi/v/content-tracker)](https://pypi.org/project/content-tracker/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/content-tracker)](https://pypi.org/project/content-tracker/)
[![Python Tests](https://github.com/speg03/content-tracker/actions/workflows/python-tests.yml/badge.svg)](https://github.com/speg03/content-tracker/actions/workflows/python-tests.yml)
[![codecov](https://codecov.io/gh/speg03/content-tracker/branch/main/graph/badge.svg?token=wsW6rjrcBz)](https://codecov.io/gh/speg03/content-tracker)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/speg03/content-tracker/main.svg)](https://results.pre-commit.ci/latest/github/speg03/content-tracker/main)

## Installation

```console
$ pip install content-tracker
```
