/usr/lib/python2.7/dist-packages/parsedatetime-1.1.2.egg-info is in python-parsedatetime 1.1.2-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | Metadata-Version: 1.1
Name: parsedatetime
Version: 1.1.2
Summary: Parse human-readable date/time text.
Home-page: http://github.com/bear/parsedatetime/
Author: Mike Taylor
Author-email: bear@code-bear.com
License: http://www.apache.org/licenses/LICENSE-2.0
Download-URL: https://pypi.python.org/pypi/parsedatetime/
Description: Parse human-readable date/time text.
Python 2.6+ is required for parsedatetime v1.+
The simple example of how to use parsedatetime is:
import parsedatetime as pdt
cal = pdt.Calendar()
cal.parse("tomorrow")
More detailed examples can be found in the examples
directory.
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
|