You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert the repo into a uv workspace and carve out a new namespace
package at packages/palace-util/ (namespace palace.util) holding the
small set of cross-cutting utilities that are genuinely reusable.
- palace.util.exceptions: BasePalaceException, PalaceValueError,
PalaceTypeError.
- palace.util.datetime_helpers: the full timezone-aware datetime
helpers module (utc_now, to_utc, datetime_utc, from_timestamp,
minute_timestamp, previous_months, strptime_utc).
- palace.util.log: LoggerMixin, LoggerType, LoggerAdapterType,
logger_for_cls.
0 commit comments