| 1 | """Utility to compare pep440 compatible version strings. |
| 2 | |
| 3 | The LooseVersion and StrictVersion classes that distutils provides don't |
| 4 | work; they don't recognize anything like alpha/beta/rc/dev versions. |
nothing calls this directly
no test coverage detected