Releases: we-taper/listcondalic
Releases · we-taper/listcondalic
Fix a small bug in stripping version info.
Fix readme and a bug (#5) * Update README. * Fix bug and adds a debug mode. * Adds failure case to the test file. * Fix potential bug in striping version info * Adds unittest. * Fix test code error * Enable test a status check
v0.1.0: 2nd draft: read conda package info in a reasonable way (#3)
Here we try to combine the result from pip and `conda-meta` to produce a requirement file that isn't too big (including too many information) in a reasonable amount of time (without using the extremely slow `conda search`). * Adds versioneer. * output license info as json * update to search for dependencies. * big update * Update readme. * update readme