.bumpversion.cfg
.coveragerc
.isort.cfg
.pylintrc
LICENSE
MANIFEST.in
README.rst
mypy.ini
setup.cfg
setup.py
tox.ini
requirements/check_requirements.txt
requirements/development_requirements.txt
requirements/install_requirements.txt
requirements/test_requirements.txt
src/roman_numerals/__init__.py
src/roman_numerals.egg-info/PKG-INFO
src/roman_numerals.egg-info/SOURCES.txt
src/roman_numerals.egg-info/dependency_links.txt
src/roman_numerals.egg-info/not-zip-safe
src/roman_numerals.egg-info/requires.txt
src/roman_numerals.egg-info/top_level.txt
stubs/pytest/__init__.pyi
stubs/pytest/mark.pyi
tests/__init__.py
tests/parameters.py
tests/test_to_integer.py
tests/test_to_numeral.py