Releases: youngquan/pip-download
Releases · youngquan/pip-download
🎉Release of version 0.4.2
🎉Release of version 0.4.1
- add support for python3.9
- code refactoring of tests
🎉Release of version 0.4.0
- Add option "--show-urls“
- Add support for tar.bz2 name resolution
🎉Release of version 0.3.0
- fix bugs when create the config file at the first time
- use monkey patch to alert the config file
🎉Release of version 0.2.1
- fix the docs
🎉Release of version 0.2.0
- You can use the config file to store your common used option now!
- All default values of the option
--python-versions
and--platform-tags
have been cancled. - Try to use the option
--show-config
to create the config file and add the json content which the keys of are "python-versions" and "platform tags" in the config file.
release v0.1.2
fix a bug: when there are egg files listed on project's download page, PythonPackage's name will be None.
release v0.1.1
- add scripts to auto format code using autoflake, black and isort
- add an option named '-p/--platform' to replace the option '-s/--suffix'
- fix bugs: use packege url instead of index_url to get package's url
- an improvement: use regex with package's version to find urls
- add an option named '--no-source'
- add github actions