METADATA 1004 B

123456789101112131415161718192021222324252627
  1. Metadata-Version: 2.4
  2. Name: flatbuffers
  3. Version: 25.12.19
  4. Summary: The FlatBuffers serialization format for Python
  5. Home-page: https://google.github.io/flatbuffers/
  6. Author: Derek Bailey
  7. Author-email: derekbailey@google.com
  8. License: Apache 2.0
  9. Project-URL: Documentation, https://google.github.io/flatbuffers/
  10. Project-URL: Source, https://github.com/google/flatbuffers
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: Apache Software License
  13. Classifier: Operating System :: OS Independent
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Programming Language :: Python :: 3
  17. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  18. Dynamic: author
  19. Dynamic: author-email
  20. Dynamic: classifier
  21. Dynamic: description
  22. Dynamic: home-page
  23. Dynamic: license
  24. Dynamic: project-url
  25. Dynamic: summary
  26. Python runtime library for use with the `Flatbuffers <https://google.github.io/flatbuffers/>`_ serialization format.