- added MIT license
- upgraded version dependencies (non-breaking changes)
- added thorough check on country codes
- added codeclimate test coverage reporting
- cleaned up fixture files
- made end dates not compulsory / required (e.g., in work experiences)
- made urls not compulsory / required
- added MIT license
- added links to sample Flask app using this library
- added new Resume class wrapped on Resume Schema for easier interface on validation
- added custom Exception class raised when invalid resume format
- shifted validators to schema directory for housekeeping
- updated with more examples on Resume class usage in README
- updated README to include example code
- fixed setup.py in order to upload package to PyPI
- created Resume Schema object for use with colander (validation)
- included unit tests on valid and invalid JSON resume files