From 83378b2e7ad8b8f4c7b2058c39748dc1c36a3001 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Tue, 14 Jan 2020 23:44:57 +0100 Subject: [PATCH] Add stub of readme --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..bdcc846 --- /dev/null +++ b/README.rst @@ -0,0 +1,6 @@ +python-calendarweek +=================== + +python-calendarweek provides a CalendarWeek dataclass for representing one +week in a year, and utility functions to work with it in pure Python or +Django. -- GitLab