ntop/nDPI

Integrate with PyPI for Seamless Python Package Deployment

prorealize opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
I integrated nDPI python bindings (on the python folder) but I always need to download and build as mentioned on installation steps on any new machine.

Describe the solution you'd like
I'd like to only need to run pip install ndpi to have all this steps taken care for me and just put ndpi on Python requirements.txt for my project. The best way would be to deploy it to PyPI as it's the default python repository.

Describe alternatives you've considered
Just keep installing every time for any new machine or every Docker build.

Additional context
I use NDPIFlow to extract flow application names with ndpi_protocol and others APIs. NFStream, an alternative that already deploys to PyPI, doesn't really fit the need as nDPI does.