LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
apperror/__init__.py
apperror/app_error.py
apperror/http_status.py
apperror/op_status.py
apperror/utils.py
apperror/num_case/__init__.py
apperror/num_case/case_factory.py
apperror/num_case/code_mapper.py
apperror/num_case/num_case.py
apperror/num_case/num_range.py
apperror_py.egg-info/PKG-INFO
apperror_py.egg-info/SOURCES.txt
apperror_py.egg-info/dependency_links.txt
apperror_py.egg-info/top_level.txt
tests/__init__.py
tests/test_app_error.py
tests/test_case_factory.py
tests/test_code_mapper.py
tests/test_http_status.py
tests/test_num_range.py
tests/test_op_status.py