hide_my_python icon indicating copy to clipboard operation
hide_my_python copied to clipboard

add setuptools packaging, support for CSV output, and an API

Open lebedov opened this issue 10 years ago • 1 comments

In order to facilitate accessing the functionality of HideMyPython from other Python programs, I created a fork with a number of new features:

  • setuptools packaging allows HideMyPython to be installed as a regular Python package with pip/easy_install. It also enables distributing HideMyPython on PyPI.
  • Support for CSV output enables HideMyPython to write extracted proxy data to CSV files or to the console.
  • The new API is a module containing a single function that exposes most of HideMyPython's options as named parameters; these are validated and passed to HideMyPython's argument processing mechanism.

Please let me know if you would be willing to merge these modifications; if so, it would also be nice to release the modified package on PyPI to facilitate installation.

lebedov avatar Nov 30 '14 04:11 lebedov

Hi there,

thank you for your interest in HideMyPython, and for a great contribution! I'm kind of swamped at work right now, but I will try to find the time to read your code modifications (I've been meaning to add CSV output format, but, as I said, kind of swamped ;)

Thanks again!

Cheers,

Y

the-useless-one avatar Nov 30 '14 22:11 the-useless-one