Package parsedatetime
[hide private]
[frames] | no frames]

Package parsedatetime

source code

parsedatetime.py contains the Calendar class where the parse() method can be found.

parsedatetime_consts.py contains the Constants class that builds the various regex values using locale information if available.

Submodules [hide private]

Variables [hide private]
  version = '0.8.6'
  author = 'Mike Taylor and Darshana Chhajed'
  license = '\nCopyright (c) 2004-2008 Mike Taylor\nCopyright (c...
Variables Details [hide private]

license

Value:
'''
Copyright (c) 2004-2008 Mike Taylor
Copyright (c) 2006-2008 Darshana Chhajed
All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
...