Logo
stable

General

  • Introduction
    • Motivation
    • Main features
    • Alternatives
  • Design
    • Concepts
      • File
      • Metadata
      • Family
        • Base family
        • Other families
      • Unstructured metadata
      • Family versioning
      • Workspace
        • Local vs global metadata
        • Workspace views
        • Workspace state
      • Query
    • API
    • Usage workflow
  • License

User documentation

  • Quickstart
    • API documentation
    • Python client
    • Other clients
    • Public databases
  • Use cases
    • Basic queries
    • Downloading files
    • Downloading metadata
    • Uploading files
    • Uploading metadata

Developer documentation

  • Quickstart
  • Cloud storage
  • Structure
    • Services structure
    • Application structure
    • Database structure
  • Code organization
  • Development use cases
    • Create or modify a database model
      • Migrations
        • Prepare a migration script
        • Apply a migration script
  • Testing
  • Deployment
    • Google Cloud Platform preparations
      • Project
      • Credentials
      • APIs
      • Docker & Kubernetes
      • IP address reservation
    • Deploying on GCP
      • Docker images
      • Kubernetes cluster
      • Part 2: Helm
      • Part 3: Ingress
      • Certbot
      • Quetzal
    • Backups
      • Database
        • Manual backup
        • Restoring a backup
  • Development
    • Local development server
      • Google Cloud Platform
      • SSL
      • Docker-compose
        • Usage notes
    • Reference
      • Flask-SQLAlchemy Models
      • All modules
        • quetzal package
Quetzal
  • Docs »
  • Python Module Index

Python Module Index

q
 
q
- quetzal
    quetzal.app
    quetzal.app.api
    quetzal.app.api.auth
    quetzal.app.api.data
    quetzal.app.api.data.file
    quetzal.app.api.data.query
    quetzal.app.api.data.storage
    quetzal.app.api.data.storage.gcp
    quetzal.app.api.data.storage.local
    quetzal.app.api.data.tasks
    quetzal.app.api.data.workspace
    quetzal.app.api.exceptions
    quetzal.app.api.router
    quetzal.app.background
    quetzal.app.cli
    quetzal.app.cli.data
    quetzal.app.cli.deployment
    quetzal.app.cli.users
    quetzal.app.cli.utils
    quetzal.app.hacks
    quetzal.app.helpers
    quetzal.app.helpers.celery
    quetzal.app.helpers.files
    quetzal.app.helpers.google_api
    quetzal.app.helpers.pagination
    quetzal.app.helpers.sql
    quetzal.app.middleware
    quetzal.app.middleware.debug
    quetzal.app.middleware.gdpr
    quetzal.app.middleware.headers
    quetzal.app.redoc
    quetzal.app.redoc.routes
    quetzal.app.routes
    quetzal.app.security

© Copyright 2019, David Ojeda. Logo by Veronica Ojeda Avellaneda Revision eb4efa08.

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