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-4.0.15.tar.gz (611.8 kB view details)

Uploaded Source

Built Distributions

trytond-4.0.15-py3-none-any.whl (716.6 kB view details)

Uploaded Python 3

trytond-4.0.15-py2-none-any.whl (716.6 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for trytond-4.0.15.tar.gz
Algorithm Hash digest
SHA256 7eafd62f449ca844ddb161c9386868d4e1e5490efd618b7adb0a5d4cc8d37905
MD5 5170af10ad2049512a1e9539f6c589a4
BLAKE2b-256 891ef77ece5ba22e242dcb9436cdf3fc664542972f4d5ec5f8c8da13c2a16495

See more details on using hashes here.

Provenance

File details

Details for the file trytond-4.0.15-py3-none-any.whl.

File metadata

File hashes

Hashes for trytond-4.0.15-py3-none-any.whl
Algorithm Hash digest
SHA256 082a733c56d92ffffb7e233207f85f37301beef0f503bee3a3272eae662a8851
MD5 47f09538e5ac87a7e7fb7de8f39c9d3f
BLAKE2b-256 d168a51da2eb1a43185667d7e2ba8c99b325b88e0bb97998ccdf26dc2f0f55d5

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for trytond-4.0.15-py2-none-any.whl
Algorithm Hash digest
SHA256 649abdb8e3b896d3047296a3ea82936a0e651c9b215705c7c0f8aeae31e16d15
MD5 e04ea4dd02abbc12f2973980e78dc886
BLAKE2b-256 67dfc78d591d5142132552c353ca7df8dba456a16169a3eccb80f533716f90cb

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