PKG-INFO 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Metadata-Version: 1.0
  2. Name: guppy
  3. Version: 0.1.10
  4. Summary: Guppy-PE -- A Python Programming Environment
  5. Home-page: http://guppy-pe.sourceforge.net
  6. Author: Sverker Nilsson
  7. Author-email: sn@sncs.se
  8. License: MIT
  9. Description:
  10. Guppy-PE is a library and programming environment for Python,
  11. currently providing in particular the Heapy subsystem, which supports
  12. object and heap memory sizing, profiling and debugging. It also
  13. includes a prototypical specification language, the Guppy
  14. Specification Language (GSL), which can be used to formally specify
  15. aspects of Python programs and generate tests and documentation from a
  16. common source.
  17. The guppy top-level package contains the following subpackages:
  18. doc
  19. Documentation files. These are in a package so they get installed
  20. at a well-defined place, especially to support interactive help.
  21. etc
  22. Support modules. Contains especially the Glue protocol module.
  23. gsl
  24. The Guppy Specification Language implementation. This can
  25. be used to create documents and tests from a common source.
  26. heapy
  27. The heap analysis toolset. It can be used to find information
  28. about the objects in the heap and display the information
  29. in various ways.
  30. sets
  31. Bitsets and 'nodesets' implemented in C.
  32. Platform: UNKNOWN