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

Uploaded Source

Built Distributions

trytond-4.6.8-py3-none-any.whl (707.6 kB view details)

Uploaded Python 3

trytond-4.6.8-py2-none-any.whl (707.8 kB view details)

Uploaded Python 2

File details

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

File metadata

  • Download URL: trytond-4.6.8.tar.gz
  • Upload date:
  • Size: 609.6 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.14

File hashes

Hashes for trytond-4.6.8.tar.gz
Algorithm Hash digest
SHA256 19b57115a838a9d5e402b7f3fd939bea0dd26389c372eb6385609c2ed15f25f1
MD5 4af5f31bfb128ddbdfbec41a1eb7ee19
BLAKE2b-256 a9e95fe579aa5ddecad348bd8c4f81fea0f70e5fde278c6d1d017b2471ca3450

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: trytond-4.6.8-py3-none-any.whl
  • Upload date:
  • Size: 707.6 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.14

File hashes

Hashes for trytond-4.6.8-py3-none-any.whl
Algorithm Hash digest
SHA256 3ea822e3687cb17f63992f70a1a97c5fa9eb496034a9bd7977305313030fbed0
MD5 7867b2955d39f0875f47a068b395b280
BLAKE2b-256 f583c7b8b13ecb6225cabfdcf81f7915d269fb6ef093fce2624f69b5414ba4d0

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: trytond-4.6.8-py2-none-any.whl
  • Upload date:
  • Size: 707.8 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.14

File hashes

Hashes for trytond-4.6.8-py2-none-any.whl
Algorithm Hash digest
SHA256 5311550b08ae7cb966f02fed25a86166fe2087a195f1d001b4a3eea294e3b9e0
MD5 e506d8587363a63812e210635fbd6cfc
BLAKE2b-256 ad0a9abf813ab2691c9e5e0f843cd721c6cad9fc0a05d236a4334aed625f8750

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