OpenSDE Packages Database (without history before r20070)
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.

41 lines
1.6 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../cython/cython.desc
  5. [COPY] Copyright (C) 2011 The OpenSDE Project
  6. [COPY]
  7. [COPY] More information can be found in the files COPYING and README.
  8. [COPY]
  9. [COPY] This program is free software; you can redistribute it and/or modify
  10. [COPY] it under the terms of the GNU General Public License as published by
  11. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  12. [COPY] GNU General Public License can be found in the file COPYING.
  13. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  14. [I] A language for writing C extensions for the Python language
  15. [T] Cython is a language that makes writing C extensions for the Python
  16. [T] language as easy as Python itself. Cython is based on the well-known,
  17. [T] Pyrexbut supports more cutting edge functionality and optimizations.
  18. [T] The Cython language is very close to the Python language, but Cython
  19. [T] additionally supports calling C functions and declaring C types on
  20. [T] variables and class attributes. This allows the compiler to generate
  21. [T] very efficient C code from Cython code.
  22. [T] This makes Cython the ideal language for wrapping external C libraries,
  23. [T] and for fast C modules that speed up the execution of Python code.
  24. [U] http://cython.org/
  25. [A] Stefan Behnel
  26. [A] Robert Bradshaw
  27. [A] Dag Sverre Seljebotn
  28. [M] The OpenSDE Community <list@opensde.org>
  29. [C] extra/development
  30. [L] APL
  31. [S] Stable
  32. [V] 0.14.1
  33. [P] X -----5---9 129.400
  34. [D] 3954115386 Cython-0.14.1.tar.gz http://cython.org/release/