File: about.py

package info (click to toggle)
python-cymem 2.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 122; sh: 11; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 233 bytes parent folder | download
1
2
3
4
5
6
7
__title__ = "cymem"
__version__ = "2.0.11"
__summary__ = "Manage calls to calloc/free through Cython"
__uri__ = "https://github.com/explosion/cymem"
__author__ = "Matthew Honnibal"
__email__ = "matt@explosion.ai"
__license__ = "MIT"