.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
build.sh
pyproject.toml
setup.py
.github/workflows/FUNDING.yml
.github/workflows/python-publish.yml
npdatetime/__init__.py
npdatetime/__init__.pyi
npdatetime/_custom_strptime.py
npdatetime/config.py
npdatetime/utils.py
npdatetime.egg-info/PKG-INFO
npdatetime.egg-info/SOURCES.txt
npdatetime.egg-info/dependency_links.txt
npdatetime.egg-info/top_level.txt
npdatetime/data/calendar_bs.csv
tests/__init__.py
tests/conftest.py
tests/test_conversions.py
tests/test_init.py
tests/test_methods.py
tests/test_strftime_strptime.py