raimon
raimon
I was just following the implementation of the `prettytable` package for another issue and noticed one thing. In the current version of prettytable 2.5.0, the number of dependent packages has...
> Perhaps the additional dependencies are a motivation to stay with `PTable` if it's not causing issues? How would you rate the current maintenance burden of `PTable` not being maintained?...
@jayvdb Thanks for the information. I understand that there is a problem with the installation directory. I usually use a various distro packages and have a lot of respect for...
Failing tests test_format_csv, test_format_json, test_format_json_license_manager, and test_from_all
@mcepl This issue is probably the same as #119. If possible, this can be solved by using the prettytable package 2.2.1 or lower in your environment.
Failing tests test_format_csv, test_format_json, test_format_json_license_manager, and test_from_all
Yes, it would be difficult. Currently prettytable's internal compatibility is broken, and pip-licenses are not keeping up with the changes.
@johnthagen Yes, I am aware of the problem. This issue needs careful consideration.The type may change in structured formats like JSON. For example, I have the idea of introducing a...
Certainly, I think it is desirable for many users to change the behavior in the 3.0 release. It seems that the idea of connecting with a delimiter and outputting as...
@johnthagen Thanks for all the ideas! I have started work today on [the release of version 3.0.0](https://github.com/raimon49/pip-licenses/pull/77). This release allows for breaking changes. If you have ideas for changes to...
@johnthagen I agree with you about the Plain or Plain Vertical format. The difficulty is the formatting, where `\n` are meaningful and structured, as in the following * JSON *...
JSON can be represented as data in a list. ```json [ { "licenses": ["BSD"], "name": "Django", "version": "2.0.2", "LicensePath": ["/path/to/LICENSE1", "/path/to/LICENSE2"], "LicenseText ": ["LICENSE Text 1", "ICENSE Text 2"] },...