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

Uploaded Source

Built Distributions

trytond-4.6.12-py3-none-any.whl (708.1 kB view details)

Uploaded Python 3

trytond-4.6.12-py2-none-any.whl (708.2 kB view details)

Uploaded Python 2

File details

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

File metadata

  • Download URL: trytond-4.6.12.tar.gz
  • Upload date:
  • Size: 610.3 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.6.12.tar.gz
Algorithm Hash digest
SHA256 ac3b82fa74969f0d647c3e93a533e35c19f53cbaf7cffd94479e9a407ecc5665
MD5 9a3c7a70b2e90f43fb1cc211792e3f4e
BLAKE2b-256 fb9c40738bc45d319608ab757eefcac2149b2c7e20ef656b8abc4d2cf860ce16

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: trytond-4.6.12-py3-none-any.whl
  • Upload date:
  • Size: 708.1 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.6.12-py3-none-any.whl
Algorithm Hash digest
SHA256 d18813d831dd453028d9740d1d508f5c4ea36c1a6ed3684164c5850617efd0dc
MD5 054e2a7edb20c81a652facfd470bb7e8
BLAKE2b-256 01f8b8441a48ea4617229b7fdc10ae86c4c40a26e42f3822fa1cf8ec9cbbf206

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: trytond-4.6.12-py2-none-any.whl
  • Upload date:
  • Size: 708.2 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.6.12-py2-none-any.whl
Algorithm Hash digest
SHA256 9231d63498224234dd7bef799d8c5499a503451293add92058c8ab5428a22ce4
MD5 b71dc38bc6ae837f894d7696a3df86a4
BLAKE2b-256 b6f05a7ce881a2c513dee6fa3d55c45558ec5560938792a1d642684247254b54

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