ensure

Validate conditions, Python style.

APACHE-2.0 License

Downloads
38.2K
Stars
150
Committers
7
ensure - https://github.com/kislyuk/ensure/releases/tag/v1.0.4 Latest Release

Published by kislyuk 11 months ago

  • Add support for Python 3.12: use assertRaisesRegex instead of assertRaisesRegexp

    • Test infrastructure improvements
ensure - https://github.com/kislyuk/ensure/releases/tag/v1.0.3

Published by kislyuk over 1 year ago

  • Update Python compatibility markers

    • Update test, linting, and release management infrastructure
ensure - v1.0.2

Published by kislyuk almost 3 years ago

  • Update Python compatibility markers

    • Update test, documentation, and release infrastructure
      (fixup for v1.0.1)
ensure - v1.0.1

Published by kislyuk almost 3 years ago

  • Update Python compatibility markers

    • Update test and documentation infrastructure
ensure - v1.0.0

Published by kislyuk almost 5 years ago

  • Add contains_key, an alias for has_key

    • Document PicklingError for ensure_annotations in multiprocessing (#32)

    • Package is stable

ensure - v0.8.2

Published by kislyuk almost 6 years ago

  • Fix version range compat error with collections.abc
ensure - v0.8.1

Published by kislyuk almost 6 years ago

  • Import ABCs from collections.abc. Fixes #27.
ensure - v0.8.0

Published by kislyuk almost 6 years ago

  • Return type of the incorrect value in EnsureError (#28)

    • Move implmentation into submodule to clean up namespace
ensure -

Published by kislyuk over 10 years ago

  • Begin tracking changes in changelog.
  • Add support for function annotation enforcement.