Metadata-Version: 1.1
Name: timeparse
Version: 0.2
Summary: timeparse is an extension for argparse to parse commandline-arguments as objects of the datetime-module.
Home-page: https://github.com/thomst/timeparse
Author: Thomas Leichtfuss
Author-email: thomaslfuss@gmx.de
License: GPL
Download-URL: https://github.com/downloads/thomst/timeparse/timeparse-0.2.tar.gz
Description: timeparse provides several classes that can be passed to the argparse.ArgumentParser.add_argument-method as action (s. documentation of argparse). With this classes an argument is parsed as date-, time-, datetime- or timedelta-object of the datetime-module.
Keywords: argparse datetime
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
