Commit graph

13 commits

Author SHA1 Message Date
Lance Edgar 06e58f3606 docs: use markdown for readme file 2024-09-13 18:18:08 -05:00
Lance Edgar 58188601bc fix: remove legacy command definitions 2024-07-01 12:16:35 -05:00
Lance Edgar ac851963c6 bump: version 0.1.0 → 0.2.0 2024-06-11 18:40:04 -05:00
Lance Edgar e7b5913200 feat: switch from setup.cfg to pyproject.toml + hatchling 2024-06-11 18:39:54 -05:00
Lance Edgar cb62c1383c Add typer equivalents for rattail commands 2024-05-16 21:00:31 -05:00
Lance Edgar 6450623802 Replace setup.py contents with setup.cfg 2023-05-16 13:25:21 -05:00
Lance Edgar 8eca138552 Avoid deprecated import for OrderedDict 2023-05-05 02:00:47 -05:00
Lance Edgar f6141aaf54 Refactor Query.get() => Session.get() per SQLAlchemy 1.4 2023-02-11 22:26:34 -06:00
Lance Edgar 3d0f5ddd81 Sort products when fetching from Woo API
default sort is by 'date desc' which is not always determinate

also, combine logic for fetching products
2022-11-27 14:37:56 -06:00
Lance Edgar ddced3e90c Allow configuring timeout for WooCommerce API
at least when importing data from Woo
2022-10-19 09:51:51 -05:00
Lance Edgar f650ad4802 Update changelog 2021-01-21 00:26:24 -06:00
Lance Edgar c633dcc666 Misc. tweaks per demo launch 2021-01-20 23:14:41 -06:00
Lance Edgar 950a153342 Initial support for basic WooCommerce integration
can export products to WooCommerce, plus maintain local cache, and track Woo ID
for each rattail product
2021-01-20 21:52:29 -06:00