aboutcode-org / python-inspector

Inspect Python code and PyPI package manifests. Resolve Python dependencies.
22 stars 19 forks source link

Rename cache directory #63

Open mnonnenmacher opened 2 years ago

mnonnenmacher commented 2 years ago

The python-inspector currently creates a cache directory called ".cache/thirdparty". As ".cache" is a very generic name I would prefer to replace it with a name that can be associated with the tool, for example ".python-inspector/thirdparty".

pombredanne commented 1 year ago

We fixed this in https://github.com/nexB/python-inspector/pull/114 wuth a new CACHE_THIRDPARTY_DIR environment variable and also handle the case when the cache cannot be written to in a more graceful way. See https://github.com/nexB/python-inspector/blob/main/CHANGELOG.rst#v094 Feedback welcomed!