Files
manipulator/README.rst
2017-01-17 14:54:13 +01:00

19 lines
337 B
ReStructuredText

manipulator
=============
Python data manipulation made braindead.
Installation
------------
::
pip install manipulator
Usage
-----
``manipulator`` mainly exposes three functions, ``get``, ``update``, and ``set``.
``get`` retrieves data, ``update`` transforms it based on its form, and ``set``
transforms it by simply resetting.