Commit graph

36 commits

Author SHA1 Message Date
Dima Gerasimov
4f7c9b4a71 core: move split compat/legacy modules into hpi_compat and compat 2023-10-28 20:06:54 +01:00
Dima Gerasimov
0517f7ffb8 core/influxdb: add main method to create influx measurement and fill with values
allows running something like

    python3 -m my.core.influxdb populate my.zotero
2021-04-27 20:10:10 +01:00
Sean Breckenridge
5ecd4b4810 cleanup; remove unused imports 2021-04-02 08:38:06 +01:00
Dima Gerasimov
86497f9b13 new: basic arbtt module 2021-02-25 19:56:35 +00:00
Dima Gerasimov
0682919449 general: use module dependencies as proper PIP packages + fallback 2020-09-30 23:33:06 +02:00
Dima Gerasimov
6199ed7916 my.hypothesis: better mypy coverage 2020-09-29 19:44:45 +02:00
Dima Gerasimov
109edd9da3 general: add compat module and helper for easy backwards compatibiltity for pre-PIP dependencies
my.hypothesis: use hypexport as a proper PIP package + fallback
2020-09-29 19:44:45 +02:00
Dima Gerasimov
99e50f0afe core: experiments with attaching datetime information to errors
my.body.weigth: put datetime information in the error rows
2020-09-09 21:37:15 +01:00
Dima Gerasimov
f175acc848 pocket: reuse pockexport data access layer
BREAKING CHANGE! Data parsing was switched to pockexport.
This would help to keep it consistent across different apps in the future.

When you update, you'll need to:

- clone pockexport (latest version)
- set pockexport repository in your config (see doc/MODULES.org)
2020-05-27 08:42:47 +01:00
Dima Gerasimov
7bd7cc9228 cli: integrate with stats reported by the modules 2020-05-25 11:46:30 +01:00
Dima Gerasimov
02ba71a91d documentation: generate tables of content, better navigation 2020-05-18 23:31:55 +01:00
Dima Gerasimov
403ec18385 core/modules: get rid of set_repo uses, it was just complicating everythin 2020-05-18 21:33:52 +01:00
Dima Gerasimov
2a9fd54c12 Improve documentation for some modules 2020-05-17 21:56:58 +01:00
Dima Gerasimov
9d5d368891 get rid of unnecessary .init imports 2020-05-06 22:05:16 +01:00
Dima Gerasimov
22e2d68e5d cleanup hypothesis module 2020-05-03 10:27:58 +01:00
Dima Gerasimov
51ae8601b4 Update docstrings and add links 2020-04-26 16:50:06 +01:00
Dima Gerasimov
2bcde388d7 adjust demo.py and the config template to use my.config 2020-04-11 22:25:54 +01:00
Dima Gerasimov
d00e09d1a1 More module descriptions 2020-02-26 16:32:03 +01:00
Dima Gerasimov
227d6e3a1d Simplify hypothesis module; make configuration external 2020-02-04 23:05:45 +00:00
Dima Gerasimov
2ea838827b fix dynamic Hypothesis import 2020-02-04 21:07:12 +00:00
Dima Gerasimov
83699695f9 Conform hypothesis to newer DAL 2020-01-15 22:26:19 +00:00
Dima Gerasimov
8e6d5fd132 Better error handling for hypothesis 2019-12-21 11:05:23 +00:00
Dima Gerasimov
0415ea2560 fix .paths imports 2019-12-21 09:54:53 +00:00
Dima Gerasimov
066641a4ce Rename my_configuration to mycfg for brevity 2019-12-19 20:14:26 +00:00
Dima Gerasimov
91c9c2d2b6 handle importing model via configure method 2019-11-17 14:22:43 +00:00
Dima Gerasimov
9efe74aeb2 avoid unconditional import of hypexport 2019-11-17 14:10:05 +00:00
Dima Gerasimov
fd900837fa Allow configuration for hypothesis module 2019-11-14 08:24:11 +00:00
Dima Gerasimov
00693e5e11 conform to updated hypexport 2019-11-13 00:03:19 +00:00
Dima Gerasimov
a4e1deb458 fix mypy, use more links to models 2019-10-08 21:18:53 +01:00
Dima Gerasimov
af810eb325 Use symlink for hypexport 2019-10-08 21:06:50 +01:00
Dima Gerasimov
90f4587cc8 WIP on rethinking model imports 2019-10-08 20:04:49 +01:00
Dima Gerasimov
194b8ad1fc move is_todo to orger 2019-10-05 16:45:06 +01:00
Dima Gerasimov
5295759949 Import private reddit data provider, use rexport model 2019-09-29 16:42:04 +01:00
Dima Gerasimov
e5b90407dc add demo; proper readme; remove kython dependencies 2019-09-27 08:26:44 +01:00
Dima Gerasimov
7a97c61e0f adjust hypothesis modul to use model.py 2019-09-23 01:42:42 +01:00
Dima Gerasimov
c44f9293bf import hypothesis model 2019-09-23 01:22:25 +01:00
Renamed from hypothesis/__init__.py (Browse further)