LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
junopy/__init__.py
junopy.egg-info/PKG-INFO
junopy.egg-info/SOURCES.txt
junopy.egg-info/dependency_links.txt
junopy.egg-info/requires.txt
junopy.egg-info/top_level.txt
junopy/entities/__init__.py
junopy/entities/accountholder.py
junopy/entities/address.py
junopy/entities/bankaccount.py
junopy/entities/companymembers.py
junopy/entities/digitalaccount.py
junopy/entities/legalrepresentative.py
junopy/entities/recipient.py
junopy/entities/transfer.py
junopy/entities/lib/__init__.py
junopy/entities/lib/datatype.py
junopy/entities/lib/entity.py
junopy/services/__init__.py
junopy/services/balance.py
junopy/services/transfers.py
junopy/utils/__init__.py
junopy/utils/constants.py
junopy/utils/juno.py
test/test.py