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

Uploaded Source

Built Distributions

trytond-4.6.21-py3-none-any.whl (708.4 kB view details)

Uploaded Python 3

trytond-4.6.21-py2-none-any.whl (708.5 kB view details)

Uploaded Python 2

File details

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

File metadata

  • Download URL: trytond-4.6.21.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.16

File hashes

Hashes for trytond-4.6.21.tar.gz
Algorithm Hash digest
SHA256 a21144d68eb3debe2f1a43dd23b1b0434474af329bbf8b3b6679647855e8e469
MD5 afac27085062c8108e2cd2f3dd9070d0
BLAKE2b-256 cac70fb1f5b95498d2732afa63a1b27badee5565f8ab22efd6e1ed44ab85ad7e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: trytond-4.6.21-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.16

File hashes

Hashes for trytond-4.6.21-py3-none-any.whl
Algorithm Hash digest
SHA256 a9dccf461d747b1fb6d59e8d395d27d5fdc554cf9bc6c8cf59711b6530d4ead3
MD5 b0f3928d23fb9b1fc79c4c992fc83fdd
BLAKE2b-256 1483357c142272a957a84e9bb2fc2713e89399dd707e90b11e44f18bd8a5ee0f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: trytond-4.6.21-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.16

File hashes

Hashes for trytond-4.6.21-py2-none-any.whl
Algorithm Hash digest
SHA256 564817f2d5cdb761a3d40104d814e1dfd7937e27a321d29e0ce6fbe7e75f0779
MD5 ba66179666714cc5b019a7c0c51eba6b
BLAKE2b-256 c0fc80e3437ae2a12d29d1bcf3077ba37b843a76886a354aa6d0267905d28d18

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