=========================
Minor Changes
-------------
- Added new tests.
- Typos & inaccuracies fixed around the code & documentation.
Major Changes
-------------
- Added new ``secret`` kwargs to ``text_export(uid, secret=bool)`` and
``file_export(path, uid, secret=bool)`` to allow secret keys to be
exported from the package’s environment.
- Added new ``post(url, **kw)`` & ``get(url, **kw)`` methods to allow
access to the networking tools without having to manually construct
the ``network_post()`` & ``network_get()`` context managers. This
turns network calls into one liners that can be more easily wrapped
with an asyncio ``run`` function.