Skip to content

A Python package for managing time granularity with options to re-execute at different intervals.

License

Notifications You must be signed in to change notification settings

PrateekDutta2001/time-granularity

Repository files navigation

time-granularity

Execution

To use the time_granularity package, you can follow these steps:

  1. Install the package:
    pip install time-granularity
    

Use the package in your Python code:

from time_granularity import TimeGranularity
# usage
granularity = 'minute'  # Change this to 'hour', 'day', 'week', or 'month' as needed
time_granularity = TimeGranularity(granularity)
time_granularity.run(example_function)

About

A Python package for managing time granularity with options to re-execute at different intervals.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages