Samarpan Rai
Samarpan Rai
Would be really cool if we could run this in pre-defined schedule like 09:00-17:00. This feels too simple to have not been thought of already so I wanted to ask...
Currently supporting `"second", "minute", "hour", "days", "month"`. It's in the plan to add `year` but it becomes complicated as `timedelta` doesn't allow `months` as parameter. I suppose they didn't wanted...
**Is your feature request related to a problem? Please describe.** Our main class is becoming a monolith. Currently `Clumper` class is over 1500 lines. The major contributor is the documentation...
The user can read in **.json** file by just renaming it to **.jsonl**. With the current code, Clumper would parse it one line as a big dictionary. Unexpected behaviour will...