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

Uploaded Source

Built Distributions

trytond-4.4.25-py3-none-any.whl (701.9 kB view details)

Uploaded Python 3

trytond-4.4.25-py2-none-any.whl (702.1 kB view details)

Uploaded Python 2

File details

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

File metadata

  • Download URL: trytond-4.4.25.tar.gz
  • Upload date:
  • Size: 603.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.15

File hashes

Hashes for trytond-4.4.25.tar.gz
Algorithm Hash digest
SHA256 c68b19dfab9a5064f179ca0f6f07e91480d838229516d59c6cdaa06c05ddd388
MD5 20c06dae64627b3ba2d43e6e9e0a42d9
BLAKE2b-256 daa9727f480079c8090b6d1953f9cf69764aaf179887183083a6cc73e67d3f7d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: trytond-4.4.25-py3-none-any.whl
  • Upload date:
  • Size: 701.9 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.4.25-py3-none-any.whl
Algorithm Hash digest
SHA256 64cad52b4b258e9f6134fcb23c062d6629f09a1b3038d73d1fa4919fc9f90c0e
MD5 5e7d5392c49a4b96bc8e5b502081add1
BLAKE2b-256 71ad95fa554a007de51a6ee8daec962dc39c2c21376b4a749a713e31add80d63

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: trytond-4.4.25-py2-none-any.whl
  • Upload date:
  • Size: 702.1 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.4.25-py2-none-any.whl
Algorithm Hash digest
SHA256 7b4a2e94ff752b20c16fd468c587fe0591c749362cf1cbaa7ac33836f013ea34
MD5 2d7c80e2c9c5fffb8fb72d4e409ad08b
BLAKE2b-256 8b79b35deb08e2923409b6f1b7743967a5ea82e22ba03bf0043612921486623a

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