Skip to content

Proposed high level API

Barry Warsaw requested to merge api into master

I propose the following high level API so that users won't have to directly import and instantiate Distribution objects. We can certainly flesh out the API more as we go along.

This also prepares for a Python 2 port by moving the main implementation into a _py3.py submodule. The port will happen later.

I've also fixed several things about the general project setup, such as flake8, mypy, etc. I'll improve coverage to 100% in a follow up.

Merge request reports