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

Uploaded Source

Built Distributions

trytond-4.0.12-py3-none-any.whl (716.4 kB view details)

Uploaded Python 3

trytond-4.0.12-py2-none-any.whl (716.5 kB view details)

Uploaded Python 2

File details

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

File metadata

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

File hashes

Hashes for trytond-4.0.12.tar.gz
Algorithm Hash digest
SHA256 51ad847b90f82247ffc938397f2abfb8a791563b7d7fccc1ce22f2ddde7f95a5
MD5 d95218fb1d795f75ac53ae7aa8e75f67
BLAKE2b-256 dba3f2028177597b7a2d8a3315fb3469d39e9d61e533e68f853f81ddc882dc5f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for trytond-4.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 bc025e54293978d73b75f625fd4a3c0c04cea9c31e7bf0f913218b292c83ec55
MD5 ef02015566697d1d26ae1bfef2c1068c
BLAKE2b-256 562247cde88e43b8ee04b4f251ba6042b1b7489ffef005b51b48d12806721c59

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for trytond-4.0.12-py2-none-any.whl
Algorithm Hash digest
SHA256 ebfedd38fd862f8b1cfabce90a56430a0338f6882853dd25ffc5ec8f861e7678
MD5 b49e2fc153973d4f457d7baed207a374
BLAKE2b-256 1c2dd308be5997f4f072360155ef2d995ed67fb9d072497b1fca62b01e424be7

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