neomatrix369 / nlp_profiler

A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Other
243 stars 37 forks source link

Not available on Pypi #5

Closed getmykhan closed 4 years ago

getmykhan commented 4 years ago

This package is not available on PyPi, plans on when this is going to happen?

neomatrix369 commented 4 years ago

This package is not available on PyPi, plans on when this is going to happen?

  • Also provide ways to install directly with pipenv

Good question, making it available on PyPi meaning handling all these extra questions with it, atm I'm trying to keep this library simple and the efforts added to it as well.

  • Also provide ways to install directly with pipenv

If you can install it via pip then that should work everywhere the same in my view. I would like to focus more on the functionalities rather than the things you raised

Thanks for raising this issue and bringing these points forward, I have added it to the backlog for now.

neomatrix369 commented 4 years ago

It is now available on PyPi, see https://pypi.org/project/nlp-profiler/

With regards to your other question, I'll be happy to receive a PR from your good self or someone else to document installing in different environments.

Resolved via branch https://github.com/neomatrix369/nlp_profiler/tree/create-update-release