Pigar Versions Save

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

v2.1.4

2 months ago

pip install pigar==2.1.4

See what’s changed between v2.1.3 and v2.1.4.

v2.1.3

2 months ago

pip install pigar==2.1.3

See what’s changed between v2.1.2 and v2.1.3.

v2.1.2

3 months ago

pip install pigar==2.1.2

See what’s changed between v2.1.1 and v2.1.2.

Great thanks to @laoraid and @baterflyrity for their contributions!

v2.1.1

10 months ago

pip install pigar==2.1.1

See what’s changed between v2.1.0 and v2.1.1.

v2.1.0

10 months ago

pip install pigar==2.1.0 includes an experimental feature called 'requirement-annotations' that allows you to declare implicit packages/distributions by using comments:

import foo # pigar: required-imports=import_name_bar,import_name_baz
import foo # pigar: required-packages=package-name-bar,package-name-baz # Extra comments are allowed.
foo(features=['bar', 'baz']) # pigar: required-distributions=package-name-bar,package-name-baz

See what’s changed between v2.0.8 and v2.1.0.

v2.0.8

11 months ago

pip install pigar==2.0.8

See what’s changed between v2.0.7 and v2.0.8.

v2.0.7

11 months ago

pip install pigar==2.0.7

See what’s changed between v2.0.5 and v2.0.6.

v2.0.6

1 year ago

pip install pigar==2.0.6

See what’s changed between v2.0.5 and v2.0.6.

v2.0.5

1 year ago

pip install pigar==2.0.5

See what’s changed between v2.0.4 and v2.0.5.

v2.0.4

1 year ago

pip install pigar==2.0.4

See what’s changed between v2.0.3 and v2.0.4.