Skip to main content

A package for summarizing text using the TextTeaser API

Project description

textteaser is a package for summarizing text using the TextTeaser API.

See:

for more information and to get an API key.

Installation

If you have already downloaded textteaser, run the following command inside this directory:

$ python setup.py install

If you have not yet downloaded textteaser, it would be easier to do the following:

$ pip install textteaser

Either method will install textteaser into your current environment.

Changelog

For a full history of changes see the commit history:

version 0.1.1

  • Removed caching ability to match API changes.

version 0.1

  • Able to summarize text with the TextTeaser API.

  • Able to retrieve passed summaries quickly through cached ID values.

Development

All development for textteaser takes place on bitbucket:

To get started you can do the following:

$ hg clone https://bitbucket.org/jgoettsch/py-textteaser/
$ cd py-textteaser
$ pip install -r requirements_dev.txt
$ python setup.py develop

If you discover a bug, please create an issue ticket:

To run the test suite, you will have to create a module at:

textteaser/tests/apikey.py

with a global variable, APIKEY, which is a string containing your API key. Then you can run the test suite with nosetests:

$ nosetests --with-coverage --cover-package=textteaser textteaser/tests/tests.py

or through setup.py:

$ python setup.py test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

textteaser-0.1.1.tar.gz (34.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page