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 »
  • cliche — Ontology of fictional works
  • Edit on GitHub

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.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.
Next Previous

© Copyright 2014, Cliche.io.

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