Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 601 Bytes

File metadata and controls

16 lines (8 loc) · 601 Bytes

Minimal Example on Multi-Versioned Python Package Management

This is a minimal (and currently incomplete) example on how to develop, build, package, and test a project that requires python 2.7 support.

This specifically attempts to adopt modern tools from python 3.10, and bolt on 2.7 support.

If you are in this situation, I do not envy you.

Contributing and Building

See CONTRIBUTING on all the details for local test, dev, and build

Type Checking Python 2.7

https://github.com/python/mypy/blob/4687cec37a2a28e477e0fcf7eb95d2701bea55eb/docs/source/python2.rst