Skip to content

Releases: stephen-zhao/datetime_matcher

datetime-matcher v0.2.1

26 Jan 08:34
80d9152
Compare
Choose a tag to compare

Change Notes

  • Fix typing support by including the py.typed file
  • Internals:
    • Fixes to Makefile
    • Fixes to project configs

See download links below for snapshot of source code and built wheels.

The recommended way to obtain this package is through pypi. Please prefer to use python -m pip install datetime-matcher.

datetime-matcher v0.2.0

25 Jan 06:18
9f654a0
Compare
Choose a tag to compare

Change Notes

  • Add new API methods
    • search
    • findall
    • finditer
  • Add improved documentation (see the wiki)
  • Make internals prettier and more robust
    • Increase automation with Makefile
    • Add linting
    • Add unit testing
    • Add coverage requirement
    • Add friendly dev environment

See download links below for snapshot of source code and built wheels.

The recommended way to obtain this package is through pypi. Please prefer to use python -m pip install datetime-matcher.