Skip to main content

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 alter column definitions nor 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

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

trytond-3.8.11.tar.gz (579.9 kB view details)

Uploaded Source

Built Distribution

trytond-3.8.11-py2-none-any.whl (703.2 kB view details)

Uploaded Python 2

File details

Details for the file trytond-3.8.11.tar.gz.

File metadata

  • Download URL: trytond-3.8.11.tar.gz
  • Upload date:
  • Size: 579.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for trytond-3.8.11.tar.gz
Algorithm Hash digest
SHA256 f399bfbbf67b0361a26961513618042d620890d34ed67c74c8480e4bf633ba15
MD5 503e0561353d6fd81b84f2293ec22b61
BLAKE2b-256 927f519594229d65ebbb6fa8f14f8572cd62572e5390fbc55d3c9f3cdb66c9fa

See more details on using hashes here.

Provenance

File details

Details for the file trytond-3.8.11-py2-none-any.whl.

File metadata

File hashes

Hashes for trytond-3.8.11-py2-none-any.whl
Algorithm Hash digest
SHA256 c15734e1a724b66d27a77fe6a16d8c16f43d4a65c0e7e99c2206712b0d4c0763
MD5 e6e1f5e0d6cd60cd9a133180d16de74c
BLAKE2b-256 6ed922548c7991dbac1b5975c1e7c5f9d09861885a0ea1694d61f2889c15b9b0

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page