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 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

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

Uploaded Source

Built Distributions

trytond-4.6.19-py3-none-any.whl (708.3 kB view details)

Uploaded Python 3

trytond-4.6.19-py2-none-any.whl (708.4 kB view details)

Uploaded Python 2

File details

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

File metadata

  • Download URL: trytond-4.6.19.tar.gz
  • Upload date:
  • Size: 610.9 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

Hashes for trytond-4.6.19.tar.gz
Algorithm Hash digest
SHA256 12b2859a6751ba3163848196cdcb66e337dce0c78fbf1bd02a8713c7173e0430
MD5 c45c7196a0cba508353e0e781964b05c
BLAKE2b-256 3fc5656cb940a5673be2c2eab830ce8cdca98e35a717ab4ef9e23669ee53c9bf

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: trytond-4.6.19-py3-none-any.whl
  • Upload date:
  • Size: 708.3 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

Hashes for trytond-4.6.19-py3-none-any.whl
Algorithm Hash digest
SHA256 e0f08a03174179adb3f601ec696a5908b44d37263fad5f9dfcd5802da28c7921
MD5 5e58c88093ed1daf137cc72473b9673b
BLAKE2b-256 e58b77656e1ef13b234b38f0d7fbd9c8f5a9f0e9658c83f30f54c3e80a493e05

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: trytond-4.6.19-py2-none-any.whl
  • Upload date:
  • Size: 708.4 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

Hashes for trytond-4.6.19-py2-none-any.whl
Algorithm Hash digest
SHA256 d77c40da342a6a552ead62d38faf4106be4e52fe74aae6ceba999ecc62db0732
MD5 82fdef5007ef72b300c7b9e7169643f6
BLAKE2b-256 190419cc6808b5a2d7b7c8d6e4b35a4b9524c748bbcd391d08e3cbb8d725e06f

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