LICENSE
MANIFEST.in
Pipfile
README.md
setup.cfg
setup.py
conda-recipes/moneypandas/meta.yaml
docs/Makefile
docs/_config.yml
docs/make.bat
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/install.rst
docs/source/usage.rst
docs/source/_static/.gitignore
examples/currency_difference.py
examples/three_currency.py
moneypandas/__init__.py
moneypandas/_accessor.py
moneypandas/base.py
moneypandas/dtypes.py
moneypandas/money_array.py
moneypandas/parser.py
moneypandas.egg-info/PKG-INFO
moneypandas.egg-info/SOURCES.txt
moneypandas.egg-info/dependency_links.txt
moneypandas.egg-info/requires.txt
moneypandas.egg-info/top_level.txt
tests/Pipfile
tests/__init__.py
tests/test_dtypes.py
tests/test_interface.py
tests/test_ip.py
tests/test_money_pandas.py
tests/test_pandas_methods.py
tests/test_parser.py