Tryton server
Project description
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 (8.2 or later) but there are other backends available. Here are 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.
Timestamp has a precision of second which is used for optimistic lock.
Tryton uses a DECIMAL(65, 30) for Decimal fields and DOUBLE(255, 30) for Float fields.
MySQL version should be 5.0 or later.
SQLite
SQLite can not create foreign keys.
SQL constraints are validated by Tryton instead of database.
Timestamp has a precision of second which is used for optimistic lock.
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:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file trytond-4.6.20.tar.gz
.
File metadata
- Download URL: trytond-4.6.20.tar.gz
- Upload date:
- Size: 611.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.23.3 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27a4057efe25748be01f31efdc4e68826abd38bd15464574020c07d3a808fd46 |
|
MD5 | 97eed9e3457274fca807f45344f1bb93 |
|
BLAKE2b-256 | c575bbca13096c9ca17d13d1d8dc101045644eb3dcf0395cfe16b7e0ac504fa1 |
Provenance
File details
Details for the file trytond-4.6.20-py3-none-any.whl
.
File metadata
- Download URL: trytond-4.6.20-py3-none-any.whl
- Upload date:
- Size: 708.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.23.3 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c92f725894b048b8e33e2e87bc7cd277c452a2ff7bb9b9b3ed6045a28df36220 |
|
MD5 | 5f98215af3dc9437fd07979db7fad857 |
|
BLAKE2b-256 | 234c7f0d0312521a9a27b34eb2b86774d2774bfbfbc67853a462485f058a4a1e |
Provenance
File details
Details for the file trytond-4.6.20-py2-none-any.whl
.
File metadata
- Download URL: trytond-4.6.20-py2-none-any.whl
- Upload date:
- Size: 708.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.23.3 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab49dc04fb9ffd069e7915f02b30090f23598cf4163801476f3de5030c4a93f3 |
|
MD5 | ef2ecc706c6eb5f47e9fb4aaf6951269 |
|
BLAKE2b-256 | 0105f5386dfa05fc4291cc5eba79a1d9fef35f3cdb4bf06c378600d3e0ad8912 |