Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
WuttaSync 0.2.1 documentation
WuttaSync 0.2.1 documentation

Documentation

  • Glossary
  • Installation
  • Command Line Interface
    • Built-in Commands
    • Custom Commands
  • Concepts
  • Custom Import/Export
    • Conventions
    • Define Import Handler
    • Define Importer(s)
    • Define Command

API

  • wuttasync
  • wuttasync.cli
  • wuttasync.cli.base
  • wuttasync.cli.import_csv
  • wuttasync.importing
  • wuttasync.importing.base
  • wuttasync.importing.csv
  • wuttasync.importing.handlers
  • wuttasync.importing.model
  • wuttasync.importing.wutta
  • wuttasync.util
Back to top
View this page

Custom Import/Export¶

This section explains what’s required to make your own import/export tasks.

See also Concepts for some terminology etc.

  • Conventions
    • “The Rules”
    • Example
  • Define Import Handler
    • Choose the Base Class(es)
    • Register Importer(s)
  • Define Importer(s)
    • Choose the Base Class(es)
    • Example: Foo → Poser import
    • Example: Poser → Foo export
    • Regster with Import Handler
  • Define Command
Next
Conventions
Previous
Concepts
Copyright © 2024, Lance Edgar
Made with Sphinx and @pradyunsg's Furo