Metadata-Version: 2.4
Name: osm_changeset_brain
Version: 0.0.1
Summary: countervandalism changeset analysis tool
Author: Mateusz Konieczny
Author-email: matkoniecz@tutanota.com
License: AGPL-3.0-only
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: summary

# Example Package

Serving as a skeleton for a real one.

```
import osm_changeset_brain

print(osm_changeset_brain.lorem_ipsum.text())
```

# Installation

`pip install osm_changeset_brain`

It is uploaded to [pypi.org](https://pypi.org/project/osm_changeset_brain/)

# Run tests

```
python3 -m unittest
```
