Coverage for lino/setup_info.py : 95%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding: UTF-8 -*- # Copyright 2009-2016 Luc Saffre # License: BSD (see file COPYING for details)
#~ Note that this module may not have a docstring because any #~ global variable defined here will override the global #~ namespace of lino/__init__.py who includes it with execfile.
# This module is part of the Lino test suite. # To test only this module: # # $ python setup.py test -s tests.PackagesTests
name='lino', version='1.7.0', install_requires=[ # 'django<1.7', 'django', 'Sphinx', 'atelier', 'unipath', 'python_dateutil', 'Babel', 'odfpy>1.3', 'lxml', 'beautifulsoup4', 'html5lib', 'pisa', 'jinja2', 'pytidylib', 'PyYAML', 'clint', # lino.modlib.plausibility.management.commands 'django-localflavor', # lino.modlib.sepa # 'django-iban', # lino.modlib.sepa 'xlwt', 'xlrd'], tests_require=[], # pisa has a bug which makes it complain that "Reportlab Version # 2.1+ is needed!" when reportlab 3 is installed. # So we install reportlab 2.7 (the latest 2.x version)
# beautifulsoup4, html5lib, reportlab and pisa are actually needed # only when you want to run the test suite, not for normal # operation. Despite this they must be specified in # `install_requires`, not in `tests_require`, because the doctests # are run in the environment specified by `install_requires`.
description="A framework for writing desktop-like web applications " "using Django and ExtJS", license='BSD License', include_package_data=True, zip_safe=False, obsoletes=['djangosite', 'north'], author='Luc Saffre', author_email='luc.saffre@gmail.com', url="http://www.lino-framework.org", #~ test_suite = 'lino.test_apps', test_suite='tests', classifiers="""\ Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 3 Development Status :: 5 - Production/Stable Environment :: Web Environment Framework :: Django Intended Audience :: Developers Intended Audience :: System Administrators License :: OSI Approved :: BSD License Natural Language :: English Natural Language :: French Natural Language :: German Operating System :: OS Independent Topic :: Database :: Front-Ends Topic :: Home Automation Topic :: Office/Business Topic :: Software Development :: Libraries :: Application Frameworks""".splitlines())
else: SETUP_INFO['install_requires'].append('reportlab')
Lino is a high-level framework for writing desktop-like customized database applications based on `Django <https://www.djangoproject.com/>`_ and `Sencha ExtJS <http://www.sencha.com/products/extjs/>`_. Lino applications are Django projects where the application developer does not need to write any URLconf, HTML nor CSS (`more <http://lino-framework.org/about/what.html>`__). Examples of Lino applications are `Lino Welfare <http://welfare.lino-framework.org>`__, `Lino Così <http://cosi.lino-framework.org>`__ or `Lino Voga <http://voga.lino-framework.org>`__ (`more <http://lino-framework.org/about/projects.html>`__) """)
lino lino.api lino.core lino.fake_migrations lino.history lino.mixins lino.modlib lino.modlib.about lino.modlib.awesomeuploader lino.modlib.bootstrap3 lino.modlib.changes lino.modlib.comments lino.modlib.concepts lino.modlib.contacts lino.modlib.contacts.fixtures lino.modlib.contacts.management lino.modlib.contacts.management.commands lino.modlib.gfks lino.modlib.gfks.fixtures lino.modlib.countries lino.modlib.countries.fixtures lino.modlib.database_ready lino.modlib.davlink lino.modlib.eid_jslib lino.modlib.eid_jslib.beid lino.modlib.events lino.modlib.events.fixtures lino.modlib.events.tests lino.modlib.export_excel lino.modlib.extjs lino.modlib.jinja lino.modlib.importfilters lino.modlib.languages lino.modlib.languages.fixtures lino.modlib.lino_startup lino.modlib.lino_startup.management lino.modlib.lino_startup.management.commands lino.modlib.office lino.modlib.plausibility lino.modlib.plausibility.fixtures lino.modlib.plausibility.management lino.modlib.plausibility.management.commands lino.modlib.polls lino.modlib.polls.fixtures lino.modlib.print_pisa lino.modlib.printing lino.modlib.smtpd lino.modlib.smtpd.management lino.modlib.smtpd.management.commands lino.modlib.notifier lino.modlib.statbel lino.modlib.statbel.countries lino.modlib.statbel.countries.fixtures lino.modlib.summaries lino.modlib.summaries.fixtures lino.modlib.summaries.management lino.modlib.summaries.management.commands lino.modlib.system lino.modlib.system.tests lino.modlib.tinymce lino.modlib.tinymce.fixtures lino.modlib.uploads lino.modlib.users lino.modlib.users.fixtures lino.modlib.vocbook lino.modlib.wkhtmltopdf lino.projects lino.projects.babel_tutorial lino.projects.babel_tutorial.fixtures lino.projects.belref lino.projects.belref.fixtures lino.projects.belref.settings lino.projects.docs lino.projects.docs.settings lino.projects.estref lino.projects.estref.settings lino.projects.estref.tests lino.projects.events lino.projects.polly lino.projects.polly.settings lino.projects.polly.tests lino.projects.std lino.sphinxcontrib lino.sphinxcontrib.logo lino.test_apps lino.test_apps.20090714 lino.test_apps.20090717 lino.test_apps.20100126 lino.test_apps.20100127 lino.test_apps.20100206 lino.test_apps.20100212 lino.test_apps.20121124 lino.test_apps.chooser lino.test_apps.example lino.test_apps.nomti lino.test_apps.properties lino.test_apps.quantityfield lino.utils lino.utils.demonames lino.utils.mldbc lino.utils.xmlgen lino.utils.xmlgen.cbss lino.utils.xmlgen.intervat lino.utils.xmlgen.odf lino.utils.xmlgen.sepa """.splitlines() if n])
'lino': [ ('**/sandbox/**', 'ignore', None), ('**/cache/**', 'ignore', None), ('**.py', 'python', None), ('**/linoweb.js', 'jinja2', None), #~ ('**.js', 'javascript', None), ('**/config/**.html', 'jinja2', None), #~ ('**/templates/**.txt', 'genshi', { #~ 'template_class': 'genshi.template:TextTemplate' #~ }) ], })
#add_package_data('lino_xl.lib.cal', 'config/*.odt') #add_package_data('lino_xl.lib.notes', 'config/notes/Note/*.odt') #add_package_data('lino_xl.lib.outbox', 'config/outbox/Mail/*.odt')
|