Skip to main content

PyTreaty is a hard fork of the PyContracts library from Andrea Censi. This fork has been updated to allow multiple contract definitions on a function, as well as removing Python 2.x support and other updates.

Project description

Build Status codecov Codacy Badge

PyTreaty

This is a hard fork of the PyContracts library, the original version of which can be found here.

Modifications we have made:

  • All contract definitions are now applied at all times. Previously if you added type annotations to a function, the docstring contracts were ignored. Type annotations and docstring contracts have different (but overlapping) purposes, and therefore we require both. Also, previously if you used a contract decorator then both type annotations and docstring contracts were ignored. This is also fixed.
  • Removed Python 2.x support. Maintaining support for legacy python versions bloats the codebase significantly, so we only support Python 3.5+.

Why did we fork?

We are big fans of the original project from Andrea Censi, and we are very happy to merge these changes upstream, however we received no response from the original project, and therefore we assume the project is orphaned.

There are also wider changes we want to make across the codebase, so we also crossed the threshold where it became viable to maintain our own codebase.

Thing to come

We plan to continue to improve and support PyTreaty, some notable future improvements that are planned are:

  • Adding support for complex Python typing and custom type hints.
  • New and improved documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytreaty-2019.1b3.tar.gz (41.0 kB view hashes)

Uploaded Source

Built Distribution

pytreaty-2019.1b3-py3-none-any.whl (58.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page