AUTHORS
CHANGES.md
LICENSE
MANIFEST.in
README.md
VERSION
requirements.txt
setup.py
servicecore/__init__.py
servicecore/settings.py
servicecore.egg-info/PKG-INFO
servicecore.egg-info/SOURCES.txt
servicecore.egg-info/dependency_links.txt
servicecore.egg-info/requires.txt
servicecore.egg-info/top_level.txt
servicecore/contrib/__init__.py
servicecore/contrib/dupfilter/__init__.py
servicecore/contrib/dupfilter/bloomfilter.py
servicecore/contrib/hashdb/__init__.py
servicecore/contrib/hashdb/redishashdb.py
servicecore/contrib/queue/__init__.py
servicecore/contrib/queue/redisqueue.py
servicecore/contrib/segment/__init__.py
servicecore/contrib/segment/jiebasegment.py
servicecore/contrib/simhash/__init__.py
servicecore/contrib/simhash/mmh3simhash.py
servicecore/contrib/simhash/simhash.py
servicecore/core/__init__.py
servicecore/core/config.py
servicecore/core/convert.py
servicecore/core/dycls.py
servicecore/core/factory.py
servicecore/core/instance.py
servicecore/core/objectref.py
servicecore/core/parameter.py
servicecore/core/servicebase.py
servicecore/core/test.py
servicecore/core/uhash.py
servicecore/data/dupfilter/README
servicecore/data/dupfilter/testdb
servicecore/data/segment/jiebadict
servicecore/data/segment/stopwords
servicecore/data/simhash/test_hash128
servicecore/data/simhash/test_hash32
servicecore/data/simhash/test_hash_test
servicecore/service/__init__.py
servicecore/service/dupfilter.py
servicecore/service/hashdb.py
servicecore/service/queue.py
servicecore/service/segment.py
servicecore/service/simhash.py