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

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

Uploaded Source

Built Distributions

trytond-4.4.14-py3-none-any.whl (701.5 kB view details)

Uploaded Python 3

trytond-4.4.14-py2-none-any.whl (701.7 kB view details)

Uploaded Python 2

File details

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

File metadata

  • Download URL: trytond-4.4.14.tar.gz
  • Upload date:
  • Size: 601.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/36.7.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/2.7.15

File hashes

Hashes for trytond-4.4.14.tar.gz
Algorithm Hash digest
SHA256 3e843dfd1fa854e022cf8cfee2d0f9e547e34891fffc5542ec516f9298c488ce
MD5 e5452acf8fd2c635e17adb9ed209b71a
BLAKE2b-256 fb302a807604cb7078d4ca9c983bcfcc2394b0b18a6f92d1858a7943f242499d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: trytond-4.4.14-py3-none-any.whl
  • Upload date:
  • Size: 701.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/36.7.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/2.7.15

File hashes

Hashes for trytond-4.4.14-py3-none-any.whl
Algorithm Hash digest
SHA256 e811d1f562e1b749d2dbcfa82853927c974e98f8a6a40a1c813669ff3cecfdbd
MD5 83ddae184d81f24233b1f91b44dcf2bf
BLAKE2b-256 77eb95b368db2ed49d4ddf1a86672a795bfa762cea3d0325af8981bb1d7b820d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: trytond-4.4.14-py2-none-any.whl
  • Upload date:
  • Size: 701.7 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/36.7.2 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/2.7.15

File hashes

Hashes for trytond-4.4.14-py2-none-any.whl
Algorithm Hash digest
SHA256 f9524529fe475406c3069ec4b56ca6d514f82c1bc7adade9c22a43f4244e1cac
MD5 082c911adc934d4086eb37520fe0cacd
BLAKE2b-256 0bc1bdbe75549650a61d40e498d63d0414eed2f6f77398e8619c327cc4f78e66

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