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.

27 lines
1023 B

4 years ago
  1. Metadata-Version: 2.1
  2. Name: python-didl-lite
  3. Version: 1.2.0
  4. Summary: DIDL-Lite (Digital Item Declaration Language) tools for Python
  5. Home-page: https://github.com/StevenLooman/python-didl-lite
  6. Author: Steven Looman
  7. Author-email: steven.looman@gmail.com
  8. License: http://www.apache.org/licenses/LICENSE-2.0
  9. Description: DIDL-Lite (Digital Item Declaration Language) tools for Python
  10. =================
  11. DIDL-Lite tools for Python to read and write DIDL-Lite-xml.
  12. Usage
  13. -----
  14. See `tests/` for examples on how to use this.
  15. Note that this package does _NOT_ do any type checking. Coercion of data types from and to strings must be done by the user of this library.
  16. Platform: UNKNOWN
  17. Classifier: Development Status :: 5 - Production/Stable
  18. Classifier: Intended Audience :: Developers
  19. Classifier: License :: OSI Approved :: Apache Software License
  20. Classifier: Programming Language :: Python
  21. Classifier: Programming Language :: Python :: 3