/usr/share/pyshared/trytond-2.2.1.egg-info/PKG-INFO is in tryton-server 2.2.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | Metadata-Version: 1.1
Name: trytond
Version: 2.2.1
Summary: Tryton server
Home-page: http://www.tryton.org/
Author: B2CK
Author-email: info@b2ck.com
License: GPL-3
Download-URL: http://downloads.tryton.org/2.2/
Description: trytond
=======
The server of the Tryton application platform.
A three-tiers high-level general purpose application platform
written in Python and use Postgresql as main database engine.
It is the core base of an Open Source ERP.
It provides modularity, scalability and security.
Installing
----------
See INSTALL
Package Contents
----------------
bin/
Script for startup.
doc/
sphinx documentation in reStructuredText.
To generate the HTML (trytond module must be in PYTHONPATH):
sphinx-build doc/ doc/
etc/
Configuration files.
trytond/
trytond sources.
Database Backends
-----------------
Tryton is mainly developed for PostgreSQL but there is some other backends
available. Here is some warnings about using other backends:
* MySQL
* The lock implementation of MySQL requires that Tryton locks all tables.
* There are problems with floating-point comparisons.
See: http://dev.mysql.com/doc/refman/5.5/en/problems-with-float.html
* Tryton uses a VARCHAR(255) for Char, Selection and Reference fields.
* MySQL can not create indexes containing text or blob fields.
* Tryton uses a DECIMAL(65, 30) for Decimal fields and DOUBLE(255, 30) for
Float fields.
* SQLite
* SQLite can not alter column definitions nor create foreign keys.
* SQL constraints are validated by Tryton instead of database.
Support
-------
If you encounter any problems with Tryton, please don't hesitate to ask
questions on the Tryton bug tracker, mailing list, wiki or IRC channel:
http://bugs.tryton.org/
http://groups.tryton.org/
http://wiki.tryton.org/
irc://irc.freenode.net/tryton
License
-------
See LICENSE
Copyright
---------
See COPYRIGHT
For more information please visit the Tryton web site:
http://www.tryton.org/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Czech
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|