pynetwork / pypcap

pypcap - python libpcap module, forked from code.google.com/p/pypcap
Other
299 stars 74 forks source link

Create the pxd file #65

Open IridiumXOR opened 6 years ago

IridiumXOR commented 6 years ago

Hello, in order to correctly export and integrate pypcap in other Cython projects can you split the current .pyx file in two parts: a .pxd file with all Cython function definitions and a new pyx with the code? Here more info http://cython.readthedocs.io/en/latest/src/tutorial/pxd_files.html Thank you

hellais commented 6 years ago

Hi @oliveriandrea thanks for suggesting this. I will look into it.

If you were to submit a pull request with the desired changes, it will likely happen much quicker!

IridiumXOR commented 6 years ago

Done :) please check my patch