Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 497 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 497 Bytes

PageHawk-C-Extensions

Some C extensions for pagehawk site These Python C extensions where created to speed up text analysis.

Once the extensions are built, you can simply use "import name" in your python file

To build the extension navigate to one of the file and type "python setup.py build"

Once done a file will be created called "build" open "build" and naviaget to folder that starts with "lib"

In the "lib" is your python extension, simply copy and paste, and use how ever you like.