'datename' is a python package designed to organize files by modification date.
Some of the goals for this project include
- Should behave the same on any operating system which supports python.
- Should behave ths same regardless of machine timezone
- This is achieved by using UTC internally.
- Must never cause data loss.
- This is achieved by a trailing iterator on destination file names
- If the source file does not exist, or for some reason the destination cannot be written to, the package will fail without modifying the source file.
- Note: Author only uses UTC, specifying other timezones for output may not be as thoroughly tested.
TODO