1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: bkchem
Section: science
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>,
Daniel Leidert <dleidert@debian.org>
Build-Depends: debhelper (>> 9), python
Build-Depends-Indep: dh-python, python-imaging, python-pmw (>= 1.2)
Standards-Version: 3.9.6
Homepage: http://bkchem.zirael.org
Vcs-Browser: http://anonscm.debian.org/viewvc/debichem/unstable/bkchem/
Vcs-Svn: svn://anonscm.debian.org/debichem/unstable/bkchem/
Package: bkchem
Architecture: all
Depends: python-imaging,
python-pmw (>= 1.2),
${misc:Depends},
${python:Depends}
Suggests: python-cairo
Description: Chemical structures editor
BKchem is a free chemical drawing program, which is written in Python.
.
Some of the features, you can expect:
* Drawing (bond-by-bond drawing; templates for common rings; expanding of
common-groups; draws radicals, charges, arrows; color support ...)
* Editing (unlimited undo and redo capabilities; aligning; scaling;
rotation (2D, 3D) ...)
* Export/Import (fully supported SVG-, OpenOffice.org-Draw-, EPS-export;
basic support for CML1 and CML2 import and export)
|