python-tuf/tuf/api
Joshua Lock 54e1f9c03b tuf.api: drop use of dateutil
All of the functionality we need is available from the standard library
which reduces our dependency footprint. Having minimal dependencies is
especially important for update clients which often have to vendor their
dependencies.

However, dateutil.relativedelta is richer than timedelta and helps to
provide a clearer API. For example, with relativedelta it's possible
to specify a delta in years *and* dateutil will do the right thing for
leap years.

Signed-off-by: Joshua Lock <jlock@vmware.com>
2020-07-07 10:35:08 +01:00
..
keys.py tuf.api: convert keys.Algorithm to dict 2020-07-03 14:41:36 +01:00
metadata.py tuf.api: drop use of dateutil 2020-07-07 10:35:08 +01:00