wikiextractor icon indicating copy to clipboard operation
wikiextractor copied to clipboard

Structure Python code for installing as a package

Open bignose-debian opened this issue 7 years ago • 2 comments

To allow installing the Python code as a coherent set of modules and related files, please re-structure the code into a Python package, and configure Setuptools to install that package.

bignose-debian avatar Mar 19 '17 06:03 bignose-debian

This will make it much easier to install the commands on different systems. It will also ensure data files (such as the package version, described in issue #121) can be found using standard procedures.

bignose-debian avatar Mar 19 '17 06:03 bignose-debian

I know how to do this and am willing to submit a PR, but I see a lot of outstanding PRs that appear not to have conflicts that haven't been applied. is this project still alive? Currently there are 362 forks, are any of them the new 'official' repo? I'd love to see this as a proper package up on PyPi which one can simply pip install. I'd be willing to help out with this.

ckot avatar Dec 22 '18 06:12 ckot