Skip to content

Releases: youngquan/pip-download

🎉Release of version 0.4.2

08 Sep 13:57
Compare
Choose a tag to compare
  1. Add support for tzlocal>=3.0

🎉Release of version 0.4.1

08 Aug 07:31
Compare
Choose a tag to compare
  1. add support for python3.9
  2. code refactoring of tests

🎉Release of version 0.4.0

03 Sep 16:26
Compare
Choose a tag to compare
  1. Add option "--show-urls“
  2. Add support for tar.bz2 name resolution

🎉Release of version 0.3.0

03 Jul 08:07
Compare
Choose a tag to compare
  1. fix bugs when create the config file at the first time
  2. use monkey patch to alert the config file

🎉Release of version 0.2.1

14 Apr 15:02
Compare
Choose a tag to compare

🎉Release of version 0.2.0

14 Apr 14:51
Compare
Choose a tag to compare
  • 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

02 Mar 05:42
Compare
Choose a tag to compare

fix a bug: when there are egg files listed on project's download page, PythonPackage's name will be None.

release v0.1.1

23 Feb 14:52
Compare
Choose a tag to compare
  1. add scripts to auto format code using autoflake, black and isort
  2. add an option named '-p/--platform' to replace the option '-s/--suffix'
  3. fix bugs: use packege url instead of index_url to get package's url
  4. an improvement: use regex with package's version to find urls
  5. add an option named '--no-source'
  6. add github actions