feat: add support for wutta export-csv command
This commit is contained in:
parent
c873cc462e
commit
61deaad251
21 changed files with 1186 additions and 16 deletions
6
docs/api/wuttasync.exporting.base.rst
Normal file
6
docs/api/wuttasync.exporting.base.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.exporting.base``
|
||||
============================
|
||||
|
||||
.. automodule:: wuttasync.exporting.base
|
||||
:members:
|
||||
6
docs/api/wuttasync.exporting.csv.rst
Normal file
6
docs/api/wuttasync.exporting.csv.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.exporting.csv``
|
||||
===========================
|
||||
|
||||
.. automodule:: wuttasync.exporting.csv
|
||||
:members:
|
||||
6
docs/api/wuttasync.exporting.handlers.rst
Normal file
6
docs/api/wuttasync.exporting.handlers.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.exporting.handlers``
|
||||
================================
|
||||
|
||||
.. automodule:: wuttasync.exporting.handlers
|
||||
:members:
|
||||
6
docs/api/wuttasync.exporting.rst
Normal file
6
docs/api/wuttasync.exporting.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.exporting``
|
||||
=======================
|
||||
|
||||
.. automodule:: wuttasync.exporting
|
||||
:members:
|
||||
|
|
@ -76,6 +76,10 @@ cf. :doc:`rattail-manual:data/sync/index`.
|
|||
api/wuttasync.cli.import_csv
|
||||
api/wuttasync.cli.import_versions
|
||||
api/wuttasync.emails
|
||||
api/wuttasync.exporting
|
||||
api/wuttasync.exporting.base
|
||||
api/wuttasync.exporting.csv
|
||||
api/wuttasync.exporting.handlers
|
||||
api/wuttasync.importing
|
||||
api/wuttasync.importing.base
|
||||
api/wuttasync.importing.csv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue