1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
Metadata-Version: 2.4
Name: trytond
Version: 7.0.30
Summary: Tryton server
Home-page: http://www.tryton.org/
Download-URL: http://downloads.tryton.org/7.0/
Author: Tryton
Author-email: foundation@tryton.org
License: GPL-3
Project-URL: Bug Tracker, https://bugs.tryton.org/
Project-URL: Documentation, https://docs.tryton.org/latest/server/
Project-URL: Forum, https://www.tryton.org/forum
Project-URL: Source Code, https://code.tryton.org/tryton
Keywords: business application platform ERP
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Czech
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Natural Language :: Finnish
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Hungarian
Classifier: Natural Language :: Indonesian
Classifier: Natural Language :: Italian
Classifier: Natural Language :: Persian
Classifier: Natural Language :: Polish
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: Romanian
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Natural Language :: Turkish
Classifier: Natural Language :: Ukrainian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: defusedxml
Requires-Dist: lxml>=2.0
Requires-Dist: relatorio[fodt]>=0.7.0
Requires-Dist: Genshi
Requires-Dist: python-dateutil
Requires-Dist: polib
Requires-Dist: python-sql>=1.3
Requires-Dist: werkzeug>=0.12
Requires-Dist: passlib>=1.7.0
Requires-Dist: pytz; python_version < "3.9"
Requires-Dist: backports.entry-points-selectable; python_version < "3.10"
Provides-Extra: test
Requires-Dist: pillow; extra == "test"
Provides-Extra: postgresql
Requires-Dist: psycopg2>=2.7.0; extra == "postgresql"
Provides-Extra: graphviz
Requires-Dist: pydot; extra == "graphviz"
Provides-Extra: levenshtein
Requires-Dist: python-Levenshtein; extra == "levenshtein"
Provides-Extra: bcrypt
Requires-Dist: passlib[bcrypt]; extra == "bcrypt"
Provides-Extra: argon2
Requires-Dist: passlib[argon2]; extra == "argon2"
Provides-Extra: html2text
Requires-Dist: html2text; extra == "html2text"
Provides-Extra: weasyprint
Requires-Dist: weasyprint; extra == "weasyprint"
Provides-Extra: coroutine
Requires-Dist: gevent>=1.1; extra == "coroutine"
Provides-Extra: image
Requires-Dist: pillow; extra == "image"
Provides-Extra: barcode
Requires-Dist: python-barcode[images]; extra == "barcode"
Provides-Extra: qrcode
Requires-Dist: qrcode[pil]; extra == "qrcode"
Requires-Dist: webcolors; extra == "qrcode"
Provides-Extra: completion
Requires-Dist: argcomplete; extra == "completion"
Provides-Extra: email-validation
Requires-Dist: email-validator>=2; extra == "email-validation"
Requires-Dist: dnspython; extra == "email-validation"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
trytond
=======
The server of Tryton.
Tryton is business software, ideal for companies of any size, easy to use,
complete and 100% Open Source.
It provides modularity, scalability and security.
|