feat: initial release
just the basics in place for an ad-hoc CSV -> Wutta import. framework API only at this point, no CLI yet
This commit is contained in:
commit
e19eab418a
37 changed files with 3793 additions and 0 deletions
6
docs/api/wuttasync.importing.base.rst
Normal file
6
docs/api/wuttasync.importing.base.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.importing.base``
|
||||
============================
|
||||
|
||||
.. automodule:: wuttasync.importing.base
|
||||
:members:
|
6
docs/api/wuttasync.importing.csv.rst
Normal file
6
docs/api/wuttasync.importing.csv.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.importing.csv``
|
||||
===========================
|
||||
|
||||
.. automodule:: wuttasync.importing.csv
|
||||
:members:
|
6
docs/api/wuttasync.importing.handlers.rst
Normal file
6
docs/api/wuttasync.importing.handlers.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.importing.handlers``
|
||||
================================
|
||||
|
||||
.. automodule:: wuttasync.importing.handlers
|
||||
:members:
|
6
docs/api/wuttasync.importing.model.rst
Normal file
6
docs/api/wuttasync.importing.model.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.importing.model``
|
||||
=============================
|
||||
|
||||
.. automodule:: wuttasync.importing.model
|
||||
:members:
|
6
docs/api/wuttasync.importing.rst
Normal file
6
docs/api/wuttasync.importing.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.importing``
|
||||
=======================
|
||||
|
||||
.. automodule:: wuttasync.importing
|
||||
:members:
|
6
docs/api/wuttasync.importing.wutta.rst
Normal file
6
docs/api/wuttasync.importing.wutta.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.importing.wutta``
|
||||
=============================
|
||||
|
||||
.. automodule:: wuttasync.importing.wutta
|
||||
:members:
|
6
docs/api/wuttasync.rst
Normal file
6
docs/api/wuttasync.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync``
|
||||
=============
|
||||
|
||||
.. automodule:: wuttasync
|
||||
:members:
|
6
docs/api/wuttasync.util.rst
Normal file
6
docs/api/wuttasync.util.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttasync.util``
|
||||
==================
|
||||
|
||||
.. automodule:: wuttasync.util
|
||||
:members:
|
Loading…
Add table
Add a link
Reference in a new issue