===================
Reorganization
--------------
* Moved source into ``src``.
* Moved examples into ``examples``.
* Broke out ``internal.crypto`` into smaller, feature-oriented, modules.
Tooling
-------
* Added `tox`_ configuration to support automation and development tooling.
* Added `pylint`_, `flake8`_, and `doc8`_ configuration to enforce style rules.
Maintenance
-----------
* Updated ``internal.crypto.authentication.Verifier`` to use ``Prehashed``.
* Addressed `docstring issue 7 <https://github.com/awslabs/aws-encryption-sdk-python/issues/7>`_.
* Addressed `docstring issue 8 <https://github.com/awslabs/aws-encryption-sdk-python/issues/8>`_.
* Addressed `logging issue 10 <https://github.com/awslabs/aws-encryption-sdk-python/issues/10>`_.
* Addressed assorted linting issues to bring source, tests, examples, and docs up to configured
linting standards.