Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 754 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 754 Bytes

Build Status

hyphe-traph

The Traph is an on-file index structure designed to store hyphe's network of pages & webentities.

Under the hood, the Traph is the combination of a ternary search tree of URL stems and linked lists of pages' hyperlinks (hence the portmanteau name).

Development

hyphe-traph was written to work with the 2.7 version of Python.

# Install dev dependencies (preferably in a virtual env)
pip install -r requirements.txt

# Run the tests
make test

# Run the linter
make lint