Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

54 řádky
1.8 KiB

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