change description
This commit is contained in:
parent
1067bfcdc4
commit
448dee151b
@ -4,7 +4,7 @@ oyster
|
|||||||
|
|
||||||
oyster is a service for tracking regularly-accessed pages, a sort of proactive cache.
|
oyster is a service for tracking regularly-accessed pages, a sort of proactive cache.
|
||||||
|
|
||||||
It features a daemon, a command line client for interacting with the tracking list, and a web frontend for viewing the status.
|
Oyster intends to provide a command line client for interacting with the list of tracked documents and web frontend for viewing the status and retrieving data. Behind the scenes it uses a celery queue to manage the documents it is tasked with keeping up to date.
|
||||||
|
|
||||||
oyster was created by James Turk for `Sunlight Labs <http://sunlightlabs.com>`_.
|
oyster was created by James Turk for `Sunlight Labs <http://sunlightlabs.com>`_.
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ setup(name="oyster",
|
|||||||
license="BSD",
|
license="BSD",
|
||||||
url="http://github.com/sunlightlabs/oyster/",
|
url="http://github.com/sunlightlabs/oyster/",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
description="a library for scraping things",
|
description="a proactive document cache",
|
||||||
platforms=["any"],
|
platforms=["any"],
|
||||||
classifiers=["Development Status :: 4 - Beta",
|
classifiers=["Development Status :: 4 - Beta",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
|
Loading…
Reference in New Issue
Block a user