Metadata-Version: 2.1
Name: ciuy
Version: 0.3.1
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 Ruby gem by Fernando Briano ([link])(https://github.com/picandocodigo/ci_uy).

Work in progress.

# Installation

```
pip install ciuy
```

# Testing

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

# Todo

- Improve docstrings.
- Better documentation (use *Read The Docs*?).
- Add/improve docstrings on tests.
- Maybe add command line scripts?
- Better readme (project description, what each function does, information about the tests).
- Readme in Spanish.

