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:
Lance Edgar 2024-12-05 07:57:51 -06:00
commit e19eab418a
37 changed files with 3793 additions and 0 deletions

29
docs/index.rst Normal file
View file

@ -0,0 +1,29 @@
WuttaSync
=========
This package adds data import/export and real-time sync utilities for
the `Wutta Framework <https://wuttaproject.org>`_.
While it of course supports import/export to/from the Wutta :term:`app
database`, it may be used for any "source → target" data flow.
.. toctree::
:maxdepth: 2
:caption: Documentation
narr/install
.. toctree::
:maxdepth: 1
:caption: API
api/wuttasync
api/wuttasync.importing
api/wuttasync.importing.base
api/wuttasync.importing.csv
api/wuttasync.importing.handlers
api/wuttasync.importing.model
api/wuttasync.importing.wutta
api/wuttasync.util