Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-mtconverter
Commits
d3ab4dcea6b2
Commit
b320161f
authored
Apr 12, 2007
by
"Sylvain ext:(%22)
Browse files
add README file
parent
3b78f113451e
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
0 → 100644
View file @
d3ab4dce
Logilab's mtconverter library
=============================
Logilab's mtconverter is a library to convert data from a MIME type to another.
It is originally a backport of Zope's PortalTransforms tool with all Zope's
internal removed (e.g. most of the code).
Installation
------------
Extract the tarball, jump into the created directory and run ::
python setup.py install
For installation options, see ::
python setup.py install --help
Comments, support, bug reports
------------------------------
Use the python-projects@logilab.org mailing list. Since we do not have
publicly available bug tracker yet, bug reports should be emailed
there too.
You can subscribe to this mailing list at
http://www.logilab.org/mailinglists/python_projects/mailinglist_register_form
Archives are available at
http://lists.logilab.org/pipermail/python-projects/
__pkginfo__.py
View file @
d3ab4dce
...
...
@@ -19,7 +19,7 @@ author = "Sylvain Thenault"
author_email
=
"devel@logilab.fr"
short_desc
=
"a library to convert from a MIME type to another"
long_desc
=
"""This package originally a backport of Zope's PortalTransforms tool with
long_desc
=
"""This package
is
originally a backport of Zope's PortalTransforms tool with
all Zope's internal removed (e.g. most of the code).
"""
web
=
"http://www.logilab.org/projects/mtconverter"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment