Metadata-Version: 1.2
Name: file8601
Version: 0.0.3
Summary: A library for working with ISO 8601 in file names.
Home-page: https://gitlab.com/brian_pond/file8601
Author: Brian Pond
Author-email: brian@pondconsulting.net
License: MIT
Description: 
        
        File8601 is a library for stamping files' names with ISO 8601
        datetime, and then performing useful indexing of such files:
        
        - Given a list/directory of such files, generates a metadata
          dictionary about file's datetime.
        - Includes sort codes, for determining the chronological order
          of files in the directory(s)
        
Keywords: datetime
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Backup
Requires-Python: >=3.7
