You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

48 rivejä
1.5 KiB

  1. Metadata-Version: 2.1
  2. Name: vobject
  3. Version: 0.9.6.1
  4. Summary: A full-featured Python package for parsing and creating iCalendar and vCard files
  5. Home-page: http://eventable.github.io/vobject/
  6. Author: Jeffrey Harris
  7. Author-email: jeffrey@osafoundation.org
  8. Maintainer: Sameen Karim
  9. Maintainer-email: sameen@eventable.com
  10. License: Apache
  11. Download-URL: https://github.com/eventable/vobject/tarball/0.9.6.1
  12. Keywords: vobject,icalendar,vcard,ics,vcs,hcalendar
  13. Platform: any
  14. Classifier: Development Status :: 5 - Production/Stable
  15. Classifier: Environment :: Console
  16. Classifier: Intended Audience :: Developers
  17. Classifier: License :: OSI Approved :: Apache Software License
  18. Classifier: Natural Language :: English
  19. Classifier: Operating System :: OS Independent
  20. Classifier: Programming Language :: Python
  21. Classifier: Programming Language :: Python :: 2.7
  22. Classifier: Programming Language :: Python :: 3
  23. Classifier: Topic :: Text Processing
  24. Requires-Dist: python-dateutil (>=2.4.0)
  25. Description
  26. -----------
  27. Parses iCalendar and vCard files into Python data structures, decoding the
  28. relevant encodings. Also serializes vobject data structures to iCalendar, vCard,
  29. or (experimentally) hCalendar unicode strings.
  30. Requirements
  31. ------------
  32. Requires python 2.7 or later, dateutil 2.4.0 or later.
  33. Recent changes
  34. --------------
  35. - Revert too-strict serialization of timestamp values - broke too many other
  36. implementations
  37. For older changes, see
  38. - http://eventable.github.io/vobject/#release-history or
  39. - http://vobject.skyhouseconsulting.com/history.html