Skip to content

neshkatrapati/indexer_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Indexer-Python

What ?

Given a large text file, indexer makes an index and stores it in binary. When a specific line is needed, it hits the index first, then the original file.

Indexer Python is a Cython wrapper over neshkatrapati/indexer.

How to ?

Install Cython before this.

Install

$ python setup.py install
(or)
$ pip install indexer_python

See tests/ for examples

About

Cython Wrapper for Indexer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published