unearth

A utility to fetch and download python packages

MIT License

Downloads
2M
Stars
130
Committers
5

Bot releases are hidden (Show)

unearth - 0.6.0

Published by frostming over 2 years ago

   🚀 Features

    View changes on GitHub
unearth - 0.5.2

Published by frostming over 2 years ago

🐞 Bug Fixes

  • Fix a bug of package url not following redirects - by @frostming (b880a)

💻 Chores

Full Changelog: https://github.com/frostming/unearth/compare/0.5.1...0.5.2

unearth - 0.5.1

Published by frostming over 2 years ago

   🐞 Bug Fixes

  • Normalize the name when building the index url  -  by @frostming (38677)
    View changes on GitHub
unearth - 0.5.0

Published by frostming over 2 years ago

   🚀 Features

  • Check hash against allowed hash names 38b38a4 by @frostming

   💻 Chores

  • Remove changelogithub action from release de98e13 by @frostming
    View changes on GitHub
unearth - 0.4.1

Published by frostming over 2 years ago

🐞 Bug Fixes

  • Fix a crash issue when wheel name contains invalid version #10 by @frostming
  • Import typing stuff when TYPE_CHECKING is true a3a680c by @frostming

💻 Chores

  • Use changelogithub to generate changelogs 7d9800f by @frostming
View changes on GitHub
unearth - 0.4.0

Published by frostming over 2 years ago

Added

  • Allow respecting the source order by the respect_source_order argument of PackageFinder

Full Changelog: https://github.com/frostming/unearth/compare/0.3.2...0.4.0