summaryrefslogtreecommitdiff
path: root/src/vobject.egg-info/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'src/vobject.egg-info/PKG-INFO')
-rw-r--r--src/vobject.egg-info/PKG-INFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/vobject.egg-info/PKG-INFO b/src/vobject.egg-info/PKG-INFO
new file mode 100644
index 0000000..2b87954
--- /dev/null
+++ b/src/vobject.egg-info/PKG-INFO
@@ -0,0 +1,20 @@
+Metadata-Version: 1.0
+Name: vobject
+Version: 0.4.3
+Summary: VObject: module for reading vCard and vCalendar files
+Home-page: http://vobject.skyhouseconsulting.com
+Author: Jeffrey Harris
+Author-email: jeffrey@osafoundation.org
+License: Apache
+Description: Parses iCalendar and vCard files into Python data structures, decoding the relevant encodings. Also serializes vobject data structures to valid iCalendar or vCard unicode strings.
+
+ Requires dateutil (https://moin.conectiva.com.br/DateUtil) 0.9 or later.
+Platform: any
+Classifier: Development Status :: 3 - Alpha
+Classifier: Environment :: Console
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Intended Audience :: Developers
+Classifier: Natural Language :: English
+Classifier: Programming Language :: Python
+Classifier: Operating System :: OS Independent
+Classifier: Topic :: Text Processing