M. Dudley
9c6031cdc7
Fixed pip import to accomodate refactor in pip 10.0
2018-04-03 10:29:09 -04:00
Vineet Naik
2dea43a3c4
Release version 0.11.0
...
* Bumped version
* Added changelog
* Updated README file
2018-02-24 11:58:17 +05:30
Vineet Naik
fd70921804
Merge pull request #91 from haikoschol/json-tree
...
Add command line flag `--json-tree` (#86 )
2018-02-24 11:37:19 +05:30
Haiko Schol
932ed4b5c3
Update psycopg2 version in one of the test environments
...
psycopg2 2.5.2 fails to install with PostgreSQL 10+.
2018-02-21 19:02:42 -06:00
Vineet Naik
15fa06d3d4
Merge pull request #90 from haikoschol/fix-tests
...
Update psycopg2 version in one of the test environments
2018-02-19 19:39:15 +05:30
Haiko Schol
3d1830a7d5
Implement rendering of nested JSON output ( #86 )
2018-02-01 19:10:22 +01:00
Haiko Schol
16a1bab007
Add commandline argument --json-tree
2018-01-31 16:18:12 +01:00
Haiko Schol
1262d7ce55
Rename jsonify_tree() to render_json()
2018-01-31 16:05:25 +01:00
Haiko Schol
ac6d8def3a
Update psycopg2 version in one of the test environments
...
psycopg2 2.5.2 fails to install with PostgreSQL 10+.
2018-01-31 14:52:08 +01:00
Vineet Naik
6f70dd5508
Merge pull request #88 from cointoss1973/documents
...
Supports README version 0.10.1
2017-11-13 14:09:01 +05:30
Takayuki KONDO
2dbaf76aac
Supports README version 0.10.1
2017-10-19 12:40:37 +09:00
Vineet Naik
4954174aae
Merge pull request #85 from sschuberth/readme-improvements
...
Readme improvements
2017-09-06 23:53:27 +05:30
Sebastian Schuberth
90fec16c9c
README: Link the LICENSE file
2017-09-06 09:38:20 +02:00
Sebastian Schuberth
ab14b7208f
README: Fix the GraphViz link
2017-09-06 09:33:23 +02:00
Vineet Naik
005f2973e4
Merge pull request #74 from naiquevin/release-0.10.1
...
Release 0.10.1
2017-03-19 17:39:29 +05:30
Vineet Naik
0ea5dc2cef
Release version 0.10.1
2017-03-19 17:26:37 +05:30
Vineet Naik
b37c7961a9
Revert "Merge pull request #65 from kdeldycke/filter-dep-tree-before-rendering"
...
This reverts commit f4fd8b1c25
, reversing
changes made to cad03ba86a
.
2017-03-19 17:06:46 +05:30
Vineet Naik
0db3b7fc8d
Release version 0.10.0
...
Updated project version, readme and changelog.
2017-03-19 12:23:30 +05:30
Vineet Naik
dcf97de52a
Merge remote-tracking branch 'origin/drop-py2.6'
...
* origin/drop-py2.6:
Drop support for Python 2.6
2017-03-19 12:15:20 +05:30
Vineet Naik
01a9efed40
Drop support for Python 2.6
...
It's about time this change is made. Python 2.6 is too old and if you
still need to use it, you would probably be facing bigger issues than
what is tool is designed for.
2017-03-19 11:57:23 +05:30
Vineet Naik
ffd485403a
Merge pull request #70 from eli-b/patch-1
...
it's -> its
2017-03-12 20:37:19 +05:30
Vineet Naik
39c135202e
Merge branch 'jmbowman-python_3_graphviz'
...
* jmbowman-python_3_graphviz:
Install graphviz Python package on Travis
Fix binary GraphViz output on Python 3
2017-03-05 19:36:58 +05:30
Vineet Naik
d3a8efa05b
Merge branch 'python_3_graphviz' of https://github.com/jmbowman/pipdeptree into jmbowman-python_3_graphviz
...
* 'python_3_graphviz' of https://github.com/jmbowman/pipdeptree :
Install graphviz Python package on Travis
Fix binary GraphViz output on Python 3
2017-03-05 19:34:06 +05:30
Vineet Naik
f4fd8b1c25
Merge pull request #65 from kdeldycke/filter-dep-tree-before-rendering
...
Pre-filter Dependency Tree before Rendering
2017-03-05 19:27:10 +05:30
Eli Boyarski
eed7bbcacf
it's -> its
2017-02-23 14:54:26 +02:00
Kevin Deldycke
dbdd05dc7c
Typo.
2017-02-05 01:15:52 +01:00
Kevin Deldycke
9c1de2e0b6
Do not replace local tree variable.
2017-02-05 01:11:34 +01:00
Kevin Deldycke
6551d1f2e0
Unittest filter_tree() usage.
2017-02-05 01:08:51 +01:00
Kevin Deldycke
b4f0a7be07
Align unittests to new function signatures.
2017-02-05 01:00:05 +01:00
Kevin Deldycke
6f7909bd5d
Do not use dict comprehension for Python 2.6 compat.
2017-02-05 00:51:56 +01:00
Jeremy Bowman
3c3df7f82c
Install graphviz Python package on Travis
2017-01-25 12:14:58 -05:00
Jeremy Bowman
f79143fd04
Fix binary GraphViz output on Python 3
2017-01-25 11:36:18 -05:00
Kevin Deldycke
b035b2999b
Always pre-filter dependency tree before rendering of any kind.
2017-01-13 17:27:39 +01:00
Vineet Naik
cad03ba86a
Release version 0.9.0
...
Updated version and readme and added changelog.
2017-01-07 13:18:04 +05:30
Vineet Naik
c0622d4468
Merge branch 'extract_parser' of https://github.com/msabramo/pipdeptree
...
* 'extract_parser' of https://github.com/msabramo/pipdeptree :
Extract parser into get_parser function
2017-01-07 13:12:25 +05:30
Vineet Naik
370227e147
Add release checklist in README
...
Fixes #62
2017-01-07 12:53:50 +05:30
Vineet Naik
23b1bd18a7
Add support to consider pkgs in user site dir
...
This adds the --user-only option. Fixes #58 .
2017-01-07 12:40:39 +05:30
Vineet Naik
67d37e03fa
Use 'Any' if specific version is required
...
Earlier the output said 'None' if a dependency didn't mention a specific
version to install. 'Any' is definitely a better term for this case.
Fixes #57
2017-01-07 12:40:19 +05:30
Vineet Naik
6da750ad61
Add option to print version and exit
2017-01-07 12:40:19 +05:30
Vineet Naik
8eb74e6bd9
Merge pull request #63 from shanemgrey/patch-1
...
Remove --nowarn from examples
2017-01-05 10:15:57 +05:30
Shane Grey
66bd923ac8
Remove --nowarn from examples
...
--nowarn was removed in v0.6
2017-01-04 09:55:04 -06:00
Vineet Naik
6e095e658f
Merge pull request #60 from Dunedan/graphviz
...
Add different output options for dependency graph
2016-12-28 21:11:54 +05:30
Daniel Roschka
09a2b7cb95
Fix naming of --graph-output argument
2016-12-28 16:27:20 +01:00
Daniel Roschka
bd8c8a3ae1
Use .format instead of % everywhere
2016-12-28 16:26:07 +01:00
Daniel Roschka
ab181fe816
Address review comments
2016-12-28 16:04:03 +01:00
Marc Abramowitz
8072e24d81
Extract parser into get_parser function
...
Extracted from https://github.com/naiquevin/pipdeptree/pull/27
2016-12-10 08:56:26 -08:00
Daniel Roschka
0cbbee23bf
Add different output options for dependency graph
...
Add the option to output a dependency graph in any output format
supported by GraphViz.
Based on the idea and code from @johnyf to output the dependency
graph as dot code: https://github.com/naiquevin/pipdeptree/pull/43
Goes a step further than that, by using `graphviz` instead of
`networkx` and `pydotplus`, which allows output as dot code as well, but
enables output in any of GraphViz supported output formats directly,
if the GraphViz command line tools are installed.
2016-12-07 11:20:37 +01:00
Daniel Roschka
41ac005a71
Merge branch 'origin/master' into graphviz
2016-12-05 22:39:14 +01:00
Vineet Naik
88dfc34440
Bump version to 0.8.0
...
And added changelog
2016-10-23 22:02:14 +05:30
Vineet Naik
01ca5e856e
Fix docstring
2016-10-23 14:14:43 +05:30