.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
docs/.buildinfo
docs/.nojekyll
docs/Makefile
docs/make.bat
docs/.doctrees/authors.doctree
docs/.doctrees/contributing.doctree
docs/.doctrees/history.doctree
docs/.doctrees/index.doctree
docs/.doctrees/installation.doctree
docs/.doctrees/kursywalut.doctree
docs/.doctrees/kursywalut.handlers.doctree
docs/.doctrees/kursywalut.interface.doctree
docs/.doctrees/kursywalut.parsers.doctree
docs/.doctrees/modules.doctree
docs/.doctrees/readme.doctree
docs/.doctrees/usage.doctree
docs/_sources/authors.rst.txt
docs/_sources/contributing.rst.txt
docs/_sources/history.rst.txt
docs/_sources/index.rst.txt
docs/_sources/installation.rst.txt
docs/_sources/kursywalut.handlers.rst.txt
docs/_sources/kursywalut.interface.rst.txt
docs/_sources/kursywalut.parsers.rst.txt
docs/_sources/kursywalut.rst.txt
docs/_sources/modules.rst.txt
docs/_sources/readme.rst.txt
docs/_sources/usage.rst.txt
docs/_static/ajax-loader.gif
docs/_static/basic.css
docs/_static/comment-bright.png
docs/_static/comment-close.png
docs/_static/comment.png
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/down-pressed.png
docs/_static/down.png
docs/_static/file.png
docs/_static/jquery-3.2.1.js
docs/_static/jquery.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/translations.js
docs/_static/underscore-1.3.1.js
docs/_static/underscore.js
docs/_static/up-pressed.png
docs/_static/up.png
docs/_static/websupport.js
docs/_static/css/badge_only.css
docs/_static/css/theme.css
docs/_static/fonts/Inconsolata-Bold.ttf
docs/_static/fonts/Inconsolata-Regular.ttf
docs/_static/fonts/Inconsolata.ttf
docs/_static/fonts/Lato-Bold.ttf
docs/_static/fonts/Lato-Regular.ttf
docs/_static/fonts/RobotoSlab-Bold.ttf
docs/_static/fonts/RobotoSlab-Regular.ttf
docs/_static/fonts/fontawesome-webfont.eot
docs/_static/fonts/fontawesome-webfont.svg
docs/_static/fonts/fontawesome-webfont.ttf
docs/_static/fonts/fontawesome-webfont.woff
docs/_static/fonts/fontawesome-webfont.woff2
docs/_static/fonts/Lato/lato-bold.eot
docs/_static/fonts/Lato/lato-bold.ttf
docs/_static/fonts/Lato/lato-bold.woff
docs/_static/fonts/Lato/lato-bold.woff2
docs/_static/fonts/Lato/lato-bolditalic.eot
docs/_static/fonts/Lato/lato-bolditalic.ttf
docs/_static/fonts/Lato/lato-bolditalic.woff
docs/_static/fonts/Lato/lato-bolditalic.woff2
docs/_static/fonts/Lato/lato-italic.eot
docs/_static/fonts/Lato/lato-italic.ttf
docs/_static/fonts/Lato/lato-italic.woff
docs/_static/fonts/Lato/lato-italic.woff2
docs/_static/fonts/Lato/lato-regular.eot
docs/_static/fonts/Lato/lato-regular.ttf
docs/_static/fonts/Lato/lato-regular.woff
docs/_static/fonts/Lato/lato-regular.woff2
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
docs/_static/js/modernizr.min.js
docs/_static/js/theme.js
docs/build/_static/ajax-loader.gif
docs/build/_static/comment-bright.png
docs/build/_static/comment-close.png
docs/build/_static/comment.png
docs/build/_static/down-pressed.png
docs/build/_static/down.png
docs/build/_static/file.png
docs/build/_static/minus.png
docs/build/_static/plus.png
docs/build/_static/up-pressed.png
docs/build/_static/up.png
docs/source/authors.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/history.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/kursywalut.handlers.rst
docs/source/kursywalut.interface.rst
docs/source/kursywalut.parsers.rst
docs/source/kursywalut.rst
docs/source/modules.rst
docs/source/readme.rst
docs/source/requirements.txt
docs/source/usage.rst
kursywalut/__init__.py
kursywalut/__main__.py
kursywalut/version.py
kursywalut.egg-info/PKG-INFO
kursywalut.egg-info/SOURCES.txt
kursywalut.egg-info/dependency_links.txt
kursywalut.egg-info/entry_points.txt
kursywalut.egg-info/not-zip-safe
kursywalut.egg-info/requires.txt
kursywalut.egg-info/top_level.txt
kursywalut/funcs/__init__.py
kursywalut/funcs/string_operations.py
kursywalut/funcs/time_operations.py
kursywalut/handlers/__init__.py
kursywalut/handlers/generic_handler.py
kursywalut/handlers/moneypl_handler.py
kursywalut/interface/__init__.py
kursywalut/interface/interface.py
kursywalut/parsers/__init__.py
kursywalut/parsers/moneypl_parser.py
tests/unit/test_interface.py
tests/unit/test_moneypl_handler.py