示例#1
0
文件: setup.py 项目: maduhu/HDP-hue
To contact the project, go to the `project home page
<http://lxml.de/>`_ or see our bug tracker at
https://launchpad.net/lxml

In case you want to use the current in-development version of lxml,
you can get it from the github repository at
https://github.com/lxml/lxml .  Note that this requires Cython to
build the sources, see the build instructions on the project home
page.  To the same end, running ``easy_install lxml==dev`` will
install lxml from
https://github.com/lxml/lxml/tarball/master#egg=lxml-dev if you have
an appropriate version of Cython installed.

""" + branch_link) % { "branch_version" : versioninfo.branch_version() }) +
                      versioninfo.changes()),
    classifiers = [
    versioninfo.dev_status(),
    'Intended Audience :: Developers',
    'Intended Audience :: Information Technology',
    'License :: OSI Approved :: BSD License',
    'Programming Language :: Cython',
    'Programming Language :: Python :: 2',
    'Programming Language :: Python :: 2.4',
    'Programming Language :: Python :: 2.5',
    'Programming Language :: Python :: 2.6',
    'Programming Language :: Python :: 2.7',
    'Programming Language :: Python :: 3',
    'Programming Language :: Python :: 3.1',
    'Programming Language :: Python :: 3.2',
    'Programming Language :: Python :: 3.3',
示例#2
0
It extends the ElementTree API significantly to offer support for XPath,
RelaxNG, XML Schema, XSLT, C14N and much more.

To contact the project, go to the `project home page
<http://codespeak.net>`_ or see our bug tracker at
https://launchpad.net/lxml

In case you want to use the current in-development version of lxml, you can
get it from the subversion repository at http://codespeak.net/svn/lxml/trunk .
Running ``easy_install lxml==dev`` will install it from
http://codespeak.net/svn/lxml/trunk#egg=lxml-dev

""" + branch_link) % {
        "branch_version": versioninfo.branch_version()
    }) + '\n' + versioninfo.changes()),
    classifiers=[
        versioninfo.dev_status(), 'Intended Audience :: Developers',
        'Intended Audience :: Information Technology',
        'License :: OSI Approved :: BSD License',
        'Programming Language :: Cython',
        'Programming Language :: Python :: 2',
        'Programming Language :: Python :: 2.3',
        'Programming Language :: Python :: 2.4',
        'Programming Language :: Python :: 2.5',
        'Programming Language :: Python :: 2.6',
        'Programming Language :: Python :: 3',
        'Programming Language :: Python :: 3.0', 'Programming Language :: C',
        'Operating System :: OS Independent',
        'Topic :: Text Processing :: Markup :: HTML',
        'Topic :: Text Processing :: Markup :: XML',
示例#3
0

setup(
    name="pyxpdf",
    version=pyxpdf_version,
    author="Ashutosh Varma",
    author_email="*****@*****.**",
    maintainer="Ashutosh Varma",
    maintainer_email="*****@*****.**",
    license="GPL",
    url="https://github.com/ashutoshvarma/pyxpdf",
    # bugtrack_url="https://github.com/ashutoshvarma/pyxpdf",
    description=(
        "Powerful and Pythonic PDF processing library based on xpdf-4.02"
    ),
    long_description=versioninfo.changes() + os.linesep*2 + readme,
    long_description_content_type='text/markdown',
    keywords=[
        'pdf parser',
        'pdf converter',
        'text mining',
        'xpdf bindings',
    ],
    classifiers=[
         versioninfo.dev_status(),
        'Intended Audience :: Developers',
        'Intended Audience :: Information Technology',
        'Intended Audience :: Science/Research',
        'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
        'Programming Language :: Cython',
        # NOTE: keep in sync with 'python_requires' list above.
示例#4
0
          encoding='utf8') as f:
    readme = f.read()

setup(
    name="pyxpdf",
    version=pyxpdf_version,
    author="Ashutosh Varma",
    author_email="*****@*****.**",
    maintainer="Ashutosh Varma",
    maintainer_email="*****@*****.**",
    license="GPL",
    url="https://github.com/ashutoshvarma/pyxpdf",
    # bugtrack_url="https://github.com/ashutoshvarma/pyxpdf",
    description=(
        "Powerful and Pythonic PDF processing library based on xpdf-4.02"),
    long_description=versioninfo.changes() + readme,
    long_description_content_type='text/markdown',
    keywords=[
        'pdf parser',
        'pdf converter',
        'text mining',
        'xpdf bindings',
    ],
    classifiers=[
        versioninfo.dev_status(),
        'Intended Audience :: Developers',
        'Intended Audience :: Information Technology',
        'Intended Audience :: Science/Research',
        'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
        'Programming Language :: Cython',
        # NOTE: keep in sync with 'python_requires' list above.