Cliche
  • Getting started
    • Prerequisites
    • Check out the source code
    • Create an environment
    • Enter the environment
    • Resolve dependencies
    • Configuration
    • Relational database
  • Setup PostgreSQL
    • Install PostgreSQL
      • Mac
      • Ubuntu/Debian Linux
    • Connect from Python
    • Configuration
  • Database migration
    • Get up to date
    • Add a new revision
    • List revision history
    • Merge branches
  • Testing
    • tests/
    • Running tests
    • Test settings
    • Partial testing
    • Query logging of failed tests
  • How to run crawler
    • Running TVTropes crawler
    • Running Wikipedia crawler
  • cliche — Ontology of fictional works
    • cliche.celery — Celery-backed task queue worker
      • How to define tasks
      • How to defer tasks
      • What things are ready for task?
      • How to run Celery worker
      • References
    • cliche.cli — Command-line interfaces
    • cliche.config — Reading configurations
    • cliche.credentials — Authentication methods
    • cliche.orm — Object-relational mapping
    • cliche.people — Artists, teams, and editors
    • cliche.services — Interfacing external services
      • How to add a new external service
      • Interfaces needed to be exposed
      • Example __init__.py
        • cliche.services.align — String matching to align
        • cliche.services.tvtropes — Interfacing TVTropes
        • cliche.services.wikipedia — Crawl data from Wikipedia via DBpedia
    • cliche.sqltypes — Collection of custom types for SQLAlchemy.
    • cliche.user — Users
    • cliche.web — Web application
      • cliche.web.app — Flask application object
      • cliche.web.db — Database connections
      • cliche.web.ontology — Ontology web views
      • cliche.web.social.provider — Social Support
      • cliche.web.social.twitter — Twitter Support
      • cliche.web.user — User web views
    • cliche.work — Things associated with a creative work.
 
Cliche
  • Docs »
  • Edit on GitHub

Python Module Index

c
 
c
- cliche
    cliche.celery
    cliche.cli
    cliche.config
    cliche.credentials
    cliche.name
    cliche.orm
    cliche.people
    cliche.services
    cliche.services.align
    cliche.services.tvtropes
    cliche.services.tvtropes.crawler
    cliche.services.tvtropes.entities
    cliche.services.wikipedia
    cliche.services.wikipedia.crawler
    cliche.services.wikipedia.work
    cliche.sqltypes
    cliche.user
    cliche.web
    cliche.web.app
    cliche.web.db
    cliche.web.ontology
    cliche.web.social
    cliche.web.social.oauth
    cliche.web.social.provider
    cliche.web.user
    cliche.work

© Copyright 2014, Cliche.io.

Built with Sphinx using a theme provided by Read the Docs.