Metadata-Version: 2.1
Name: ciuy
Version: 0.2
Summary: Package for validating Uruguayan ids (work in progress).
Home-page: https://github.com/ismaelpadilla/ci_uy_py
Author: Ismael Padilla
Author-email: padillaismael92@gmail.com
License: MIT
Keywords: Uruguay,dni,id,eid,validation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# ciuy

Package for validating Uruguayan ids. Based on the ci_uy gem by Fernando Briano.

Work in progress.

# Installation

```
pip install ciuy
```

# Testing

You can run tests from the project root after cloning with `nose2`.

