You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
prorealize
changed the title
Proposal: Add PyPI Support to Enable Easy Package Distribution
Integrate with PyPI for Seamless Python Package Deployment
Jan 24, 2024
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 putndpi
on Pythonrequirements.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 withndpi_protocol
and others APIs. NFStream, an alternative that already deploys to PyPI, doesn't really fit the need as nDPI does.The text was updated successfully, but these errors were encountered: