chrismattmann / nutch-python

Nutch-Python is a Python binding to the Apache Nutch™ REST services allowing Nutch to be called natively in the Python community. — Edit
Apache License 2.0
38 stars 20 forks source link

update `nutch-python` usage/documentation #3

Closed ahmadia closed 8 years ago

ahmadia commented 9 years ago

Unfortunately I think I've left the CLI a bit behind with the last few weeks of work. The best examples of usage are in the test_nutch.py file right now. I've been waiting for the dust to settle a bit around the refactor to update the documentation but this is a reasonable time to do so.

What are the primary goals of the CLI? Should it expose the full RESTful interface, or are there specific tasks you want to enable? Personally, I'm a bit more interested in the Pythonic interface, but I want to make sure we keep our use cases covered.

ayberk commented 9 years ago

Thanks professor @chrismattmann!

I have already started working on fixing the main method and updating in-code documentation (i.e. comments). I'll make these my top priority for now, but I'd be glad to help with the future work.

chrismattmann commented 9 years ago

thanks @ayberk - please submit some doc updates when you get a chance thank you!

ahmadia commented 9 years ago

Has this been resolved?

chrismattmann commented 9 years ago

hey @ayberk did you resolve this?

ayberk commented 9 years ago

@ahmadia @chrismattmann Unfortunately, not yet. I have mostly cleaned the out-of-date comments from the code, but haven't been able to work on fixing the command line yet.

chrismattmann commented 9 years ago

Hmm, @ayberk can you please send a PR for your in-progress work and we'll close this out after? Then if/when you get time to update the command line, you can open a new issue. Fair? Can you send the PR ASAP? Thanks!

cc /@ahmadia

chrismattmann commented 9 years ago

ping @ayberk

ayberk commented 9 years ago

sorry for the delay professor. I submitted the work I started (#14). I will continue working after the exams :)

chrismattmann commented 9 years ago

Thank you!!

chrismattmann commented 8 years ago

Hi @ayberk do you have any updates here?

chrismattmann commented 8 years ago

initial work is done here so I think we're good.