CHANGELOG.rst
LICENSE
MANIFEST.in
Makefile
README.rst
example.cpp
example_module.cpp
pyproject.toml
setup.py
bertrand/__init__.py
bertrand/__main__.py
bertrand/bertrand.h
bertrand/common.h
bertrand/py.typed
bertrand/python.h
bertrand/regex.cpp
bertrand/regex.h
bertrand/setuptools.py
bertrand/static_str.h
bertrand.egg-info/PKG-INFO
bertrand.egg-info/SOURCES.txt
bertrand.egg-info/dependency_links.txt
bertrand.egg-info/requires.txt
bertrand.egg-info/top_level.txt
bertrand/convert/__init__.py
bertrand/convert/arguments.py
bertrand/convert/base.py
bertrand/convert/boolean.py
bertrand/convert/categorical.py
bertrand/convert/complex.py
bertrand/convert/datetime.py
bertrand/convert/decimal.py
bertrand/convert/float.py
bertrand/convert/integer.py
bertrand/convert/object.py
bertrand/convert/sparse.py
bertrand/convert/string.py
bertrand/convert/timedelta.py
bertrand/decorators/__init__.py
bertrand/decorators/attachable.py
bertrand/decorators/base.py
bertrand/decorators/dispatch.py
bertrand/decorators/extension.py
bertrand/patch/__init__.py
bertrand/patch/base.py
bertrand/patch/round.py
bertrand/patch/snap.py
bertrand/patch/dt/__init__.py
bertrand/patch/dt/tz_convert.py
bertrand/patch/dt/tz_localize.py
bertrand/python/bool.h
bertrand/python/bytes.h
bertrand/python/code.h
bertrand/python/common.h
bertrand/python/complex.h
bertrand/python/datetime.h
bertrand/python/decimal.h
bertrand/python/dict.h
bertrand/python/float.h
bertrand/python/int.h
bertrand/python/list.h
bertrand/python/math.h
bertrand/python/memoryview.h
bertrand/python/range.h
bertrand/python/set.h
bertrand/python/str.h
bertrand/python/tuple.h
bertrand/python/type.h
bertrand/python/common/access.h
bertrand/python/common/control.h
bertrand/python/common/declarations.h
bertrand/python/common/except.h
bertrand/python/common/func.h
bertrand/python/common/iter.h
bertrand/python/common/object.h
bertrand/python/common/ops.h
bertrand/structs/__init__.pxd
bertrand/structs/__init__.py
bertrand/structs/linked.cpp
bertrand/structs/linked.h
bertrand/structs/linked.pyi
bertrand/structs/linked/base.h
bertrand/structs/linked/dict.h
bertrand/structs/linked/list.h
bertrand/structs/linked/set.h
bertrand/structs/linked/algorithms/add.h
bertrand/structs/linked/algorithms/append.h
bertrand/structs/linked/algorithms/concatenate.h
bertrand/structs/linked/algorithms/contains.h
bertrand/structs/linked/algorithms/count.h
bertrand/structs/linked/algorithms/dict_compare.h
bertrand/structs/linked/algorithms/discard.h
bertrand/structs/linked/algorithms/distance.h
bertrand/structs/linked/algorithms/extend.h
bertrand/structs/linked/algorithms/get.h
bertrand/structs/linked/algorithms/index.h
bertrand/structs/linked/algorithms/insert.h
bertrand/structs/linked/algorithms/map.h
bertrand/structs/linked/algorithms/move.h
bertrand/structs/linked/algorithms/pop.h
bertrand/structs/linked/algorithms/position.h
bertrand/structs/linked/algorithms/remove.h
bertrand/structs/linked/algorithms/repeat.h
bertrand/structs/linked/algorithms/repr.h
bertrand/structs/linked/algorithms/reverse.h
bertrand/structs/linked/algorithms/rotate.h
bertrand/structs/linked/algorithms/set_compare.h
bertrand/structs/linked/algorithms/setdefault.h
bertrand/structs/linked/algorithms/slice.h
bertrand/structs/linked/algorithms/sort.h
bertrand/structs/linked/algorithms/swap.h
bertrand/structs/linked/algorithms/union.h
bertrand/structs/linked/algorithms/update.h
bertrand/structs/linked/core/allocate.h
bertrand/structs/linked/core/node.h
bertrand/structs/linked/core/view.h
bertrand/structs/util/args.h
bertrand/structs/util/base.h
bertrand/structs/util/func.h
bertrand/structs/util/iter.h
bertrand/structs/util/math.h
bertrand/structs/util/name.h
bertrand/structs/util/ops.h
bertrand/structs/util/python.h
bertrand/structs/util/thread.h
bertrand/types/__init__.py
bertrand/types/boolean.py
bertrand/types/categorical.py
bertrand/types/complex.py
bertrand/types/datetime.py
bertrand/types/decimal.py
bertrand/types/float.py
bertrand/types/integer.py
bertrand/types/missing.py
bertrand/types/object.py
bertrand/types/sparse.py
bertrand/types/string.py
bertrand/types/timedelta.py
bertrand/types/base/__init__.py
bertrand/types/base/example_decorator.py
bertrand/types/base/example_type.py
bertrand/types/base/meta.py
bertrand/types/base/array/__init__.py
bertrand/types/base/array/datetime64.py
bertrand/types/base/array/object.py
bertrand/types/base/array/object.pyi
bertrand/util/__init__.py
bertrand/util/error.py
bertrand/util/numeric.pxd
bertrand/util/numeric.pyi
bertrand/util/numeric.pyx
bertrand/util/string.pxd
bertrand/util/string.pyi
bertrand/util/string.pyx
bertrand/util/type_hints.py
bertrand/util/vector.pxd
bertrand/util/vector.pyx
bertrand/util/round/__init__.pxd
bertrand/util/round/__init__.py
bertrand/util/round/decimal.pxd
bertrand/util/round/decimal.pyi
bertrand/util/round/decimal.pyx
bertrand/util/round/float.pxd
bertrand/util/round/float.pyi
bertrand/util/round/float.pyx
bertrand/util/round/integer.pxd
bertrand/util/round/integer.pyi
bertrand/util/round/integer.pyx
bertrand/util/round/tolerance.pxd
bertrand/util/round/tolerance.pyi
bertrand/util/round/tolerance.pyx
bertrand/util/time/__init__.pxd
bertrand/util/time/__init__.py
bertrand/util/time/calendar.pxd
bertrand/util/time/calendar.pyx
bertrand/util/time/datetime.pxd
bertrand/util/time/datetime.pyx
bertrand/util/time/epoch.pxd
bertrand/util/time/epoch.pyx
bertrand/util/time/timedelta.pxd
bertrand/util/time/timedelta.pyx
bertrand/util/time/timezone.py
bertrand/util/time/unit.pxd
bertrand/util/time/unit.pyx
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/autosummary_wrap.css
docs/source/_static/collapsible_arrows.css
docs/source/content/changelog.rst
docs/source/content/motivation.rst
docs/source/content/tutorial.rst
docs/source/content/usage.rst
docs/source/content/api/AbstractType.rst
docs/source/content/api/CompositeType.rst
docs/source/content/api/DecoratorType.rst
docs/source/content/api/ScalarType.rst
docs/source/content/api/Type.rst
docs/source/content/api/TypeRegistry.rst
docs/source/content/api/api.rst
docs/source/content/api/attach.rst
docs/source/content/api/attachable.rst
docs/source/content/api/cast.rst
docs/source/content/api/detach.rst
docs/source/content/api/detect_type.rst
docs/source/content/api/dispatch.rst
docs/source/content/api/extension_func.rst
docs/source/content/api/register.rst
docs/source/content/api/resolve_type.rst
docs/source/content/api/typecheck.rst
docs/source/content/api/abstract/Series/cast.rst
docs/source/content/api/abstract/Series/element_type.rst
docs/source/content/api/abstract/Series/round.rst
docs/source/content/api/abstract/Series/typecheck.rst
docs/source/content/api/abstract/Series/dt/tz_convert.rst
docs/source/content/api/abstract/Series/dt/tz_localize.rst
docs/source/content/api/abstract/cast/as_hours.rst
docs/source/content/api/abstract/cast/base.rst
docs/source/content/api/abstract/cast/call.rst
docs/source/content/api/abstract/cast/day_first.rst
docs/source/content/api/abstract/cast/downcast.rst
docs/source/content/api/abstract/cast/errors.rst
docs/source/content/api/abstract/cast/false.rst
docs/source/content/api/abstract/cast/format.rst
docs/source/content/api/abstract/cast/ignore_case.rst
docs/source/content/api/abstract/cast/rounding.rst
docs/source/content/api/abstract/cast/since.rst
docs/source/content/api/abstract/cast/step_size.rst
docs/source/content/api/abstract/cast/tol.rst
docs/source/content/api/abstract/cast/true.rst
docs/source/content/api/abstract/cast/tz.rst
docs/source/content/api/abstract/cast/unit.rst
docs/source/content/api/abstract/cast/year_first.rst
docs/source/content/api/source/attachable.rst
docs/source/content/api/source/extension_func.rst
docs/source/content/types/boolean.rst
docs/source/content/types/categorical.rst
docs/source/content/types/complex.rst
docs/source/content/types/datetime.rst
docs/source/content/types/decimal.rst
docs/source/content/types/float.rst
docs/source/content/types/integer.rst
docs/source/content/types/object.rst
docs/source/content/types/sparse.rst
docs/source/content/types/string.rst
docs/source/content/types/timedelta.rst
docs/source/content/types/types.rst
docs/source/images/Example type definition.png
docs/source/images/decorators/Decorators_UML.html
docs/source/images/decorators/Decorators_UML.png
docs/source/images/decorators/Decorators_UML.svg
docs/source/images/decorators/Dispatch_Control.html
docs/source/images/decorators/Dispatch_Control.png
docs/source/images/decorators/Dispatch_Control.svg
docs/source/images/motivation/Checking_Numpy_Packed_Arrays.svg
docs/source/images/motivation/Floating_Point_Data_Formats.svg
docs/source/images/motivation/Integer_Data_Formats.svg
docs/source/images/motivation/Numpy_Packed_Arrays.png
docs/source/images/motivation/pandas_time_conversions_naive.png
docs/source/images/motivation/speed-comparison-of-various-programming-languages.jpg
docs/source/images/tutorial/Float_Hierarchy.svg
docs/source/images/types/Types_UML.html
docs/source/images/types/Types_UML.png
docs/source/images/types/Types_UML.svg
test/test_pytest.py
third_party/cpptrace-0.5.2.tar.gz
third_party/googletest-1.14.0.tar.gz
third_party/pcre2-10.43.tar.gz