wok-code 2.0.22__tar.gz → 2.0.23__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {wok_code-2.0.22 → wok_code-2.0.23}/PKG-INFO +13 -9
- {wok_code-2.0.22 → wok_code-2.0.23}/README.rst +12 -7
- {wok_code-2.0.22 → wok_code-2.0.23}/setup.py +14 -24
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/doctrees/index.doctree +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/doctrees/rtd_usage.doctree +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_sources/index.rst.txt +1 -1
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_sources/rtd_usage.rst.txt +1 -1
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/index.html +23 -23
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/rtd_usage.html +1 -1
- wok_code-2.0.23/wok_code/docs/_build/html/searchindex.js +1 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/conf.py +2 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/index.rst +1 -1
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_changelog.rst +11 -6
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_usage.rst +1 -1
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_usage_arcangelo.rst +3 -2
- wok_code-2.0.23/wok_code/docs/rtd_usage_odoo_dependencies.rst +60 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/CHANGELOG.rst +11 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/gen_addons_table.py +1 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/install_python_3_from_source.sh +22 -12
- wok_code-2.0.23/wok_code/pre-commit +39 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/__init__.py +5 -5
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/coa_cdo.py +1 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/cvt_csv_2_xml.py +1 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/cvt_csv_coa.py +1 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/deploy_odoo.py +1 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/dist_pkg.sh +26 -12
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/generate_random_codes.py +1 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/lint_2_compare.py +1 -2
- wok_code-2.0.23/wok_code/scripts/main.py +189 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/makepo_it.py +1 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/odoo_dependencies.py +1 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/odoo_translation.py +1 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/pg_requirements.py +4 -1
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/please.py +68 -26
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/please.sh +85 -64
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/please_apache.py +1 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/please_cwd.py +54 -46
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/please_python.py +3 -3
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/please_z0bug.py +63 -24
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/run_odoo_debug.py +1 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/run_odoo_debug.sh +102 -74
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/tmp.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/wget_odoo_repositories.py +1 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/ssh.py +1 -2
- wok_code-2.0.23/wok_code/sub.sh +60 -0
- wok_code-2.0.23/wok_code/tests/data/match/pkg_future_06.py +10 -0
- wok_code-2.0.23/wok_code/tests/logs/.wok_code_27_coverage +0 -0
- wok_code-2.0.23/wok_code/tests/logs/.wok_code_307_coverage +0 -0
- wok_code-2.0.23/wok_code/tests/logs/.wok_code_308_coverage +0 -0
- wok_code-2.0.23/wok_code/tests/logs/.wok_code_309_coverage +0 -0
- wok_code-2.0.23/wok_code/tests/logs/.wok_code_310_coverage +0 -0
- wok_code-2.0.23/wok_code/tests/logs/wok_code_27_coveragerc +54 -0
- wok_code-2.0.23/wok_code/tests/logs/wok_code_307_coveragerc +54 -0
- wok_code-2.0.23/wok_code/tests/logs/wok_code_308_coveragerc +54 -0
- wok_code-2.0.23/wok_code/tests/logs/wok_code_309_coveragerc +54 -0
- wok_code-2.0.23/wok_code/tests/logs/wok_code_310_coveragerc +54 -0
- wok_code-2.0.23/wok_code/tests/logs/wok_code_travis.yml +121 -0
- wok_code-2.0.23/wok_code/tests/sub.sh +59 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/test_deploy_odoo.py +2 -2
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/test_license_mgnt.py +1 -1
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/test_odoo_dependencies +22 -7
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/test_odoo_translation.py +1 -1
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/test_please.py +27 -23
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/test_run_odoo_debug.py +1 -1
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code.egg-info/PKG-INFO +13 -9
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code.egg-info/SOURCES.txt +12 -68
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code.egg-info/entry_points.txt +1 -6
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code.egg-info/requires.txt +1 -0
- wok_code-2.0.22/wok_code/cvt_script.man +0 -35
- wok_code-2.0.22/wok_code/docs/_build/html/searchindex.js +0 -1
- wok_code-2.0.22/wok_code/docs/rtd_usage_odoo_dependencies.rst +0 -101
- wok_code-2.0.22/wok_code/please +0 -8
- wok_code-2.0.22/wok_code/pre-commit +0 -26
- wok_code-2.0.22/wok_code/scripts/__old_do_odoo_site.py +0 -179
- wok_code-2.0.22/wok_code/scripts/arcangelo.py +0 -1364
- wok_code-2.0.22/wok_code/scripts/config/globals_future.yml +0 -36
- wok_code-2.0.22/wok_code/scripts/config/globals_manifest.yml +0 -2
- wok_code-2.0.22/wok_code/scripts/config/globals_py.yml +0 -58
- wok_code-2.0.22/wok_code/scripts/config/globals_py2.yml +0 -52
- wok_code-2.0.22/wok_code/scripts/config/globals_py3.yml +0 -56
- wok_code-2.0.22/wok_code/scripts/config/globals_xml.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo-zero_manifest_10.yml +0 -24
- wok_code-2.0.22/wok_code/scripts/config/odoo-zero_manifest_12.yml +0 -24
- wok_code-2.0.22/wok_code/scripts/config/odoo-zero_path.yml +0 -5
- wok_code-2.0.22/wok_code/scripts/config/odoo-zero_py_10.yml +0 -56
- wok_code-2.0.22/wok_code/scripts/config/odoo-zero_py_12.yml +0 -56
- wok_code-2.0.22/wok_code/scripts/config/odoo_future.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo_history.yml +0 -7
- wok_code-2.0.22/wok_code/scripts/config/odoo_manifest.yml +0 -14
- wok_code-2.0.22/wok_code/scripts/config/odoo_path_10.yml +0 -9
- wok_code-2.0.22/wok_code/scripts/config/odoo_path_11.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo_path_8.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo_path_9.yml +0 -9
- wok_code-2.0.22/wok_code/scripts/config/odoo_py.yml +0 -7
- wok_code-2.0.22/wok_code/scripts/config/odoo_py2.yml +0 -3
- wok_code-2.0.22/wok_code/scripts/config/odoo_py3.yml +0 -2
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_10.yml +0 -94
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_11.yml +0 -22
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_12.yml +0 -83
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_13.yml +0 -10
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_14.yml +0 -10
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_15.yml +0 -10
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_16.yml +0 -10
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_17.yml +0 -10
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_6.yml +0 -4
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_7.yml +0 -6
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_8.yml +0 -22
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_9.yml +0 -22
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_api_multi.yml +0 -14
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_new_api.yml +0 -15
- wok_code-2.0.22/wok_code/scripts/config/odoo_py_no_api_multi.yml +0 -17
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_10.yml +0 -66
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_11.yml +0 -10
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_12.yml +0 -66
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_13.yml +0 -11
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_14.yml +0 -11
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_15.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_16.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_17.yml +0 -0
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_6.yml +0 -2
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_7.yml +0 -2
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_8.yml +0 -2
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_9.yml +0 -2
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_new_api.yml +0 -36
- wok_code-2.0.22/wok_code/scripts/config/odoo_xml_old_api.yml +0 -36
- wok_code-2.0.22/wok_code/scripts/config/openerp_py_new_api.yml +0 -68
- wok_code-2.0.22/wok_code/scripts/config/openerp_py_old_api.yml +0 -64
- wok_code-2.0.22/wok_code/scripts/config/pypi_future.yml +0 -7
- wok_code-2.0.22/wok_code/scripts/config/pypi_py2.yml +0 -7
- wok_code-2.0.22/wok_code/scripts/config/pypi_py3.yml +0 -14
- wok_code-2.0.22/wok_code/scripts/cvt_csv_2_rst.py +0 -214
- wok_code-2.0.22/wok_code/scripts/cvt_script.py +0 -35
- wok_code-2.0.22/wok_code/scripts/cvt_script.sh +0 -606
- wok_code-2.0.22/wok_code/scripts/gen_readme.py +0 -3724
- wok_code-2.0.22/wok_code/scripts/main.py +0 -214
- wok_code-2.0.22/wok_code/scripts/setup.info +0 -110
- wok_code-2.0.22/wok_code/sub.sh +0 -46
- wok_code-2.0.22/wok_code/tests/data/__init__.py +0 -0
- wok_code-2.0.22/wok_code/tests/sub.sh +0 -43
- wok_code-2.0.22/wok_code/tests/test_arcangelo.py +0 -481
- wok_code-2.0.22/wok_code/tests/test_cvt_script +0 -153
- wok_code-2.0.22/wok_code/tests/test_gen_readme.py +0 -402
- {wok_code-2.0.22 → wok_code-2.0.23}/setup.cfg +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/.coveragerc +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/LICENSE +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/__init__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/__main__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/config_apache2.sh +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/config_multiple_postgresql.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/config_multiple_postgresql.sh +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/do_gitignore.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/do_set_utf8.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/MAINPAGE.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/Makefile +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/__init__.txt +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/doctrees/rtd_description.doctree +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/doctrees/rtd_macro.doctree +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/.buildinfo +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/.nojekyll +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_sources/rtd_description.rst.txt +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_sources/rtd_macro.rst.txt +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/basic.css +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/doctools.js +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/documentation_options.js +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/file.png +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/jquery-3.6.0.js +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/jquery.js +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/language_data.js +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/logozero_180x46.png +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/minus.png +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/nature.css +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/plus.png +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/pygments.css +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/searchtools.js +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/sphinx_highlight.js +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/underscore-1.13.1.js +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/_static/underscore.js +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/genindex.html +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/objects.inv +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/rtd_description.html +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/rtd_macro.html +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/_build/html/search.html +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/logozero_180x46.png +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/readthedocs.yml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/requirements.txt +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_automodule.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_credits.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_description.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_description_arcangelo.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_description_gen_readme.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_description_macro.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_description_odoo_dependencies.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_description_please.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_getting_started.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_usage_gen_readme.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_usage_gen_readme_sym.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/docs/rtd_usage_please.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/DESCRIPTION.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/USAGE.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/__manifest__.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/description_arcangelo.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/description_gen_readme.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/description_macro.csv +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/description_odoo_dependencies.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/description_please.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/odoo_migration_path.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/rules_usage_arcangelo.csv +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/rules_usage_items.csv +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/usage_arcangelo.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/usage_gen_readme.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/usage_gen_readme_sym.csv +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/usage_odoo_dependencies.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/egg-info/usage_please.csv +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/enable_postgresql.sh +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/eval_gtin.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/install_pip2.sh +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/pgconf.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/please.man +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/rm_dir_with_space.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/dist_pkg.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/scripts/license_mgnt.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/set_python_version +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23/wok_code/tests}/__init__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/CHANGELOG.rst +0 -0
- {wok_code-2.0.22/wok_code/tests → wok_code-2.0.23/wok_code/tests/data}/__init__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/__manifest__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/new_api_03.xml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/new_api_04.xml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/new_api_py2_02.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/new_api_py3_02.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo10.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo11.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo12/CHANGELOG.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo12/__init__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo12/__manifest__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo12/partner.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo12.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo12_view.xml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo13.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo13_view.xml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo6.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo7.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/odoo8.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/old_api_02.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/old_api_03.xml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/old_api_04.xml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/pkg_py2_06.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/pkg_py3_05.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/fake/pkg_py3_06.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/history.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/__manifest__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/new_api_03.xml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/new_api_04.xml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/new_api_py3_02.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo10/CHANGELOG.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo10/__init__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo10/__manifest__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo10/partner.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo10.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo11.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo12/CHANGELOG.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo12/__init__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo12/__manifest__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo12/partner.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo12.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo12_view.xml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo13/CHANGELOG.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo13/__init__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo13/__manifest__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo13/partner.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo13.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo13_view.xml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo6.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo7/CHANGELOG.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo7/__init__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo7/__openerp__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo7/partner.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo7.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo8/CHANGELOG.rst +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo8/__init__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo8/__openerp__.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo8/partner.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/odoo8.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/old_api_02.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/old_api_03.xml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/match/old_api_04.xml +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/odoo_template_tnl.csv +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/odoo_template_tnl.xlsx +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/pkg_py2_05.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/ref_odoo_template_tnl.csv +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/data/ref_odoo_translation.csv +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/tests/test_filepo.py +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/to_oca.2p8 +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/to_pep8.2p8 +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/to_zero.2p8 +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/wsl/link_windows_cmd +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/wsl/service_manager.sh +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/wsl/set_hosts +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code/wsl/systemd_cmd +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code.egg-info/dependency_links.txt +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code.egg-info/not-zip-safe +0 -0
- {wok_code-2.0.22 → wok_code-2.0.23}/wok_code.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: wok_code
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.23
|
|
4
4
|
Summary: Python developers tools
|
|
5
5
|
Home-page: https://github.com/zeroincombenze/tools
|
|
6
6
|
Author: Antonio Maria Vigliotti
|
|
@@ -43,7 +43,7 @@ Description: ===============
|
|
|
43
43
|
|
|
44
44
|
::
|
|
45
45
|
|
|
46
|
-
usage: please
|
|
46
|
+
usage: please [-h] [-H PATH] [-n] [-Q FILE] [-q] [-v] [-V] [action]
|
|
47
47
|
|
|
48
48
|
Zeroincombenze® developer shell.
|
|
49
49
|
obj after action may be on of apache, cwd, python, z0bug, zerobug, travis
|
|
@@ -196,6 +196,17 @@ Description: ===============
|
|
|
196
196
|
ChangeLog History
|
|
197
197
|
-----------------
|
|
198
198
|
|
|
199
|
+
2.0.23 (2025-06-14)
|
|
200
|
+
~~~~~~~~~~~~~~~~~~~
|
|
201
|
+
|
|
202
|
+
* [IMP] arcangelo became a pypi package
|
|
203
|
+
* [IMP] please install python: now can install python 3.12
|
|
204
|
+
* [FIX] please version does not add line at the end of file
|
|
205
|
+
* [FIX] please: best recognition of read-only repositories
|
|
206
|
+
* [FIX] please test: check on templates to use
|
|
207
|
+
* [FIX] No crash if invalid modules declaration
|
|
208
|
+
* [FIX] License declaration compatible with pypi
|
|
209
|
+
|
|
199
210
|
2.0.22 (2025-05-31)
|
|
200
211
|
~~~~~~~~~~~~~~~~~~~
|
|
201
212
|
|
|
@@ -440,12 +451,6 @@ Description: ===============
|
|
|
440
451
|
|
|
441
452
|
* [IMP] stable version
|
|
442
453
|
|
|
443
|
-
2.0.0.4 (2022-10-05)
|
|
444
|
-
~~~~~~~~~~~~~~~~~~~~
|
|
445
|
-
|
|
446
|
-
* [IMP] New lint_2_compare command
|
|
447
|
-
* [IMP] odoo_dependecies.py: minor upgrade
|
|
448
|
-
|
|
449
454
|
|
|
450
455
|
|
|
451
456
|
Credits
|
|
@@ -526,7 +531,6 @@ Classifier: Programming Language :: Python :: 3.7
|
|
|
526
531
|
Classifier: Programming Language :: Python :: 3.8
|
|
527
532
|
Classifier: Programming Language :: Python :: 3.9
|
|
528
533
|
Classifier: Programming Language :: Python :: 3.10
|
|
529
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
530
534
|
Classifier: Intended Audience :: Developers
|
|
531
535
|
Classifier: Topic :: Software Development
|
|
532
536
|
Classifier: Topic :: Software Development :: Libraries
|
|
@@ -32,7 +32,7 @@ Usage
|
|
|
32
32
|
|
|
33
33
|
::
|
|
34
34
|
|
|
35
|
-
usage: please
|
|
35
|
+
usage: please [-h] [-H PATH] [-n] [-Q FILE] [-q] [-v] [-V] [action]
|
|
36
36
|
|
|
37
37
|
Zeroincombenze® developer shell.
|
|
38
38
|
obj after action may be on of apache, cwd, python, z0bug, zerobug, travis
|
|
@@ -185,6 +185,17 @@ Current version via Git
|
|
|
185
185
|
ChangeLog History
|
|
186
186
|
-----------------
|
|
187
187
|
|
|
188
|
+
2.0.23 (2025-06-14)
|
|
189
|
+
~~~~~~~~~~~~~~~~~~~
|
|
190
|
+
|
|
191
|
+
* [IMP] arcangelo became a pypi package
|
|
192
|
+
* [IMP] please install python: now can install python 3.12
|
|
193
|
+
* [FIX] please version does not add line at the end of file
|
|
194
|
+
* [FIX] please: best recognition of read-only repositories
|
|
195
|
+
* [FIX] please test: check on templates to use
|
|
196
|
+
* [FIX] No crash if invalid modules declaration
|
|
197
|
+
* [FIX] License declaration compatible with pypi
|
|
198
|
+
|
|
188
199
|
2.0.22 (2025-05-31)
|
|
189
200
|
~~~~~~~~~~~~~~~~~~~
|
|
190
201
|
|
|
@@ -429,12 +440,6 @@ ChangeLog History
|
|
|
429
440
|
|
|
430
441
|
* [IMP] stable version
|
|
431
442
|
|
|
432
|
-
2.0.0.4 (2022-10-05)
|
|
433
|
-
~~~~~~~~~~~~~~~~~~~~
|
|
434
|
-
|
|
435
|
-
* [IMP] New lint_2_compare command
|
|
436
|
-
* [IMP] odoo_dependecies.py: minor upgrade
|
|
437
|
-
|
|
438
443
|
|
|
439
444
|
|
|
440
445
|
Credits
|
|
@@ -18,7 +18,7 @@ except IOError:
|
|
|
18
18
|
|
|
19
19
|
install_requires = [
|
|
20
20
|
"clodoo", "z0lib>=2.0.13", "python_plus",
|
|
21
|
-
"future", "Babel", "lxml", "openpyxl", "pyyaml"
|
|
21
|
+
"future", "Babel", "lxml", "openpyxl", "pyyaml", "six",
|
|
22
22
|
]
|
|
23
23
|
if sys.version_info >= (3, 0):
|
|
24
24
|
install_requires.append("translators")
|
|
@@ -30,7 +30,7 @@ else:
|
|
|
30
30
|
|
|
31
31
|
setup(
|
|
32
32
|
name=name,
|
|
33
|
-
version="2.0.
|
|
33
|
+
version="2.0.23",
|
|
34
34
|
description="Python developers tools",
|
|
35
35
|
long_description_content_type="text/x-rst",
|
|
36
36
|
long_description=long_description,
|
|
@@ -42,7 +42,8 @@ setup(
|
|
|
42
42
|
"Programming Language :: Python :: 3.8",
|
|
43
43
|
"Programming Language :: Python :: 3.9",
|
|
44
44
|
"Programming Language :: Python :: 3.10",
|
|
45
|
-
"Programming Language :: Python :: 3.11",
|
|
45
|
+
# "Programming Language :: Python :: 3.11",
|
|
46
|
+
# "Programming Language :: Python :: 3.12",
|
|
46
47
|
"Intended Audience :: Developers",
|
|
47
48
|
"Topic :: Software Development",
|
|
48
49
|
"Topic :: Software Development :: Libraries",
|
|
@@ -63,48 +64,37 @@ setup(
|
|
|
63
64
|
packages=find_packages(exclude=["docs", "examples", "tests", "junk"]),
|
|
64
65
|
package_data={
|
|
65
66
|
"": [
|
|
66
|
-
"scripts/setup.info",
|
|
67
|
-
"scripts/dist_pkg.sh",
|
|
67
|
+
# "scripts/setup.info",
|
|
68
|
+
# "scripts/dist_pkg.sh",
|
|
68
69
|
"scripts/please.sh",
|
|
69
70
|
"scripts/config/*",
|
|
70
71
|
"scripts/run_odoo_debug.sh",
|
|
71
|
-
"scripts/cvt_script.sh",
|
|
72
|
-
"./cvt_script.man",
|
|
72
|
+
# "scripts/cvt_script.sh",
|
|
73
|
+
# "./cvt_script.man",
|
|
73
74
|
"./please.man",
|
|
74
|
-
# "./topep8",
|
|
75
|
-
# "./to_oca.2p8",
|
|
76
|
-
# "./to_zero.2p8",
|
|
77
|
-
# "./to_pep8.2p8",
|
|
78
|
-
# "./pypi.sh",
|
|
79
75
|
"./install_python_3_from_source.sh",
|
|
80
|
-
# "./cvt_csv_2_xml.py",
|
|
81
76
|
]
|
|
82
77
|
},
|
|
83
78
|
entry_points={
|
|
84
79
|
"console_scripts": [
|
|
85
|
-
"wok_code-info = wok_code.scripts.main:
|
|
86
|
-
"
|
|
80
|
+
"wok_code-info = wok_code.scripts.main:internal_main",
|
|
81
|
+
# "cvt_2_rst.py = wok_code.scripts.cvt_2_rst:main",
|
|
87
82
|
"cvt_csv_2_xml.py = wok_code.scripts.cvt_csv_2_xml:main",
|
|
88
83
|
"cvt_csv_coa = wok_code.scripts.cvt_csv_coa:main",
|
|
89
|
-
"cvt_script = wok_code.scripts.cvt_script:main",
|
|
84
|
+
# "cvt_script = wok_code.scripts.cvt_script:main",
|
|
90
85
|
"deploy_odoo = wok_code.scripts.deploy_odoo:main",
|
|
91
|
-
"dist_pkg = wok_code.scripts.dist_pkg:main",
|
|
86
|
+
# "dist_pkg = wok_code.scripts.dist_pkg:main",
|
|
92
87
|
"do_gitignore = wok_code.do_gitignore:main",
|
|
93
|
-
# "
|
|
94
|
-
"
|
|
95
|
-
# "do_odoo_site.py = wok_code.scripts.do_odoo_site:main",
|
|
96
|
-
"gen_readme.py = wok_code.scripts.gen_readme:main",
|
|
88
|
+
# "arcangelo = wok_code.scripts.arcangelo:main",
|
|
89
|
+
# "gen_readme.py = wok_code.scripts.gen_readme:main",
|
|
97
90
|
"lint_2_compare = wok_code.scripts.lint_2_compare:main",
|
|
98
91
|
"makepo_it.py = wok_code.scripts.makepo_it:main",
|
|
99
92
|
"odoo_dependencies.py = wok_code.scripts.odoo_dependencies:main",
|
|
100
93
|
"odoo_translation.py = wok_code.scripts.odoo_translation:main",
|
|
101
|
-
# "pg_requirements.py = wok_code.scripts.pg_requirements:main",
|
|
102
94
|
"please = wok_code.scripts.please:main",
|
|
103
|
-
# "to_pep8.py = wok_code.scripts.to_pep8:main",
|
|
104
95
|
"wget_odoo_repositories.py = wok_code.scripts.wget_odoo_repositories:main",
|
|
105
96
|
"run_odoo_debug = wok_code.scripts.run_odoo_debug:main",
|
|
106
97
|
]
|
|
107
98
|
},
|
|
108
99
|
zip_safe=False,
|
|
109
100
|
)
|
|
110
|
-
|
|
Binary file
|
|
Binary file
|
|
@@ -7,7 +7,7 @@ Usage
|
|
|
7
7
|
|
|
8
8
|
::
|
|
9
9
|
|
|
10
|
-
usage: please
|
|
10
|
+
usage: please [-h] [-H PATH] [-n] [-Q FILE] [-q] [-v] [-V] [action]
|
|
11
11
|
|
|
12
12
|
Zeroincombenze® developer shell.
|
|
13
13
|
obj after action may be on of apache, cwd, python, z0bug, zerobug, travis
|
|
@@ -96,30 +96,30 @@
|
|
|
96
96
|
</ul>
|
|
97
97
|
</li>
|
|
98
98
|
<li class="toctree-l1"><a class="reference internal" href="rtd_changelog.html">ChangeLog History</a><ul>
|
|
99
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id1">2.0.
|
|
100
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id2">2.0.
|
|
101
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id3">2.0.
|
|
102
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id4">2.0.
|
|
103
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id5">2.0.
|
|
104
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id6">2.0.
|
|
105
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id7">2.0.
|
|
106
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id8">2.0.
|
|
107
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id9">2.0.
|
|
108
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id10">2.0.
|
|
109
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id11">2.0.
|
|
110
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id12">2.0.
|
|
111
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id13">2.0.
|
|
112
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id14">2.0.
|
|
113
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id15">2.0.
|
|
114
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id16">2.0.
|
|
115
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id17">2.0.
|
|
116
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id18">2.0.
|
|
117
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id19">2.0.
|
|
118
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id20">2.0.
|
|
119
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id21">2.0.2 (2022-10-
|
|
120
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id22">2.0.
|
|
99
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id1">2.0.23 (2025-06-14)</a></li>
|
|
100
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id2">2.0.22 (2025-05-31)</a></li>
|
|
101
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id3">2.0.21 (2025-04-26)</a></li>
|
|
102
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id4">2.0.20 (2025-03-01)</a></li>
|
|
103
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id5">2.0.19 (2025-03-01)</a></li>
|
|
104
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id6">2.0.18 (2024-07-10)</a></li>
|
|
105
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id7">2.0.17 (2024-05-11)</a></li>
|
|
106
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id8">2.0.16 (2024-03-26)</a></li>
|
|
107
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id9">2.0.15 (2024-02-17)</a></li>
|
|
108
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id10">2.0.14 (2024-02-07)</a></li>
|
|
109
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id11">2.0.13 (2023-11-27)</a></li>
|
|
110
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id12">2.0.12 (2023-08-29)</a></li>
|
|
111
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id13">2.0.10 (2023-07-10)</a></li>
|
|
112
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id14">2.0.9 (2023-06-26)</a></li>
|
|
113
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id15">2.0.8 (2023-05-09)</a></li>
|
|
114
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id16">2.0.7 (2023-05-08)</a></li>
|
|
115
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id17">2.0.6 (2023-02-23)</a></li>
|
|
116
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id18">2.0.5 (2023-01-13)</a></li>
|
|
117
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id19">2.0.4 (2022-12-09)</a></li>
|
|
118
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id20">2.0.3 (2022-11-22)</a></li>
|
|
119
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id21">2.0.2.1 (2022-10-31)</a></li>
|
|
120
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id22">2.0.2 (2022-10-20)</a></li>
|
|
121
121
|
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id23">2.0.1 (2022-10-12)</a></li>
|
|
122
|
-
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id24">2.0.
|
|
122
|
+
<li class="toctree-l2"><a class="reference internal" href="rtd_changelog.html#id24">2.0.1 (2022-10-12)</a></li>
|
|
123
123
|
</ul>
|
|
124
124
|
</li>
|
|
125
125
|
<li class="toctree-l1"><a class="reference internal" href="rtd_credits.html">Credits</a><ul>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
</div>
|
|
48
48
|
<section id="usage">
|
|
49
49
|
<h1>Usage<a class="headerlink" href="#usage" title="Link to this heading"></a></h1>
|
|
50
|
-
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>usage: please
|
|
50
|
+
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>usage: please [-h] [-H PATH] [-n] [-Q FILE] [-q] [-v] [-V] [action]
|
|
51
51
|
|
|
52
52
|
Zeroincombenze® developer shell.
|
|
53
53
|
obj after action may be on of apache, cwd, python, z0bug, zerobug, travis
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Search.setIndex({"alltitles": {"2.0.1 (2022-10-12)": [[2, "id23"], [2, "id24"]], "2.0.10 (2023-07-10)": [[2, "id13"]], "2.0.12 (2023-08-29)": [[2, "id12"]], "2.0.13 (2023-11-27)": [[2, "id11"]], "2.0.14 (2024-02-07)": [[2, "id10"]], "2.0.15 (2024-02-17)": [[2, "id9"]], "2.0.16 (2024-03-26)": [[2, "id8"]], "2.0.17 (2024-05-11)": [[2, "id7"]], "2.0.18 (2024-07-10)": [[2, "id6"]], "2.0.19 (2025-03-01)": [[2, "id5"]], "2.0.2 (2022-10-20)": [[2, "id22"]], "2.0.2.1 (2022-10-31)": [[2, "id21"]], "2.0.20 (2025-03-01)": [[2, "id4"]], "2.0.21 (2025-04-26)": [[2, "id3"]], "2.0.22 (2025-05-31)": [[2, "id2"]], "2.0.23 (2025-06-14)": [[2, "id1"]], "2.0.3 (2022-11-22)": [[2, "id20"]], "2.0.4 (2022-12-09)": [[2, "id19"]], "2.0.5 (2023-01-13)": [[2, "id18"]], "2.0.6 (2023-02-23)": [[2, "id17"]], "2.0.7 (2023-05-08)": [[2, "id16"]], "2.0.8 (2023-05-09)": [[2, "id15"]], "2.0.9 (2023-06-26)": [[2, "id14"]], "Authors": [[3, "authors"]], "Capture command output": [[13, "capture-command-output"]], "ChangeLog History": [[2, null]], "Code documentation": [[1, null]], "Contents:": [[0, null]], "Contributors": [[3, "contributors"]], "Credits": [[3, null]], "Current version via Git": [[10, "current-version-via-git"], [10, "id1"]], "Digest of arcangelo": [[5, null], [12, null]], "Digest of gen_readme": [[6, null], [13, null]], "Digest of gen_readme_sym": [[14, null]], "Digest of macro": [[7, null]], "Digest of odoo_dependencies": [[8, null], [15, null]], "Digest of please": [[9, null], [16, null]], "Files and directories": [[13, "files-and-directories"]], "Getting started": [[10, null]], "Indices and tables": [[0, "indices-and-tables"]], "Installation": [[10, "installation"]], "Macro": [[13, "macro"]], "Overview": [[4, null]], "Predefined sections": [[13, "predefined-sections"]], "Prerequisites": [[10, "prerequisites"]], "RST directives": [[13, "rst-directives"]], "RST inline markup": [[13, "rst-inline-markup"]], "RST lists": [[13, "rst-lists"]], "RST sections": [[13, "rst-sections"]], "RST statement": [[13, "rst-statement"]], "RST syntax": [[13, "rst-syntax"]], "RST table": [[13, "rst-table"]], "Source code": [[10, "source-code"]], "Upgrade": [[10, "upgrade"]], "Usage": [[11, null]], "Welcome to wok_code 2.0.22 documentation!": [[0, null]], "arcangelo: python edit utility": [[5, "arcangelo-python-edit-utility"]], "gen_readme symbols": [[13, "gen-readme-symbols"]], "gen_readme.py command line": [[13, "gen-readme-py-command-line"]], "gen_readme.py usage": [[13, "gen-readme-py-usage"]], "gen_readme.py: documentation generator": [[6, "gen-readme-py-documentation-generator"]], "odoo_dependecies.py usage": [[15, "odoo-dependecies-py-usage"]], "odoo_dependecies.py: show odoo dependencies": [[8, "odoo-dependecies-py-show-odoo-dependencies"]], "templates": [[6, "templates"]], "wok_code.gen_addons_table": [[1, "module-wok_code.gen_addons_table"]]}, "docnames": ["index", "rtd_automodule", "rtd_changelog", "rtd_credits", "rtd_description", "rtd_description_arcangelo", "rtd_description_gen_readme", "rtd_description_macro", "rtd_description_odoo_dependencies", "rtd_description_please", "rtd_getting_started", "rtd_usage", "rtd_usage_arcangelo", "rtd_usage_gen_readme", "rtd_usage_gen_readme_sym", "rtd_usage_odoo_dependencies", "rtd_usage_please"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2}, "filenames": ["index.rst", "rtd_automodule.rst", "rtd_changelog.rst", "rtd_credits.rst", "rtd_description.rst", "rtd_description_arcangelo.rst", "rtd_description_gen_readme.rst", "rtd_description_macro.rst", "rtd_description_odoo_dependencies.rst", "rtd_description_please.rst", "rtd_getting_started.rst", "rtd_usage.rst", "rtd_usage_arcangelo.rst", "rtd_usage_gen_readme.rst", "rtd_usage_gen_readme_sym.rst", "rtd_usage_odoo_dependencies.rst", "rtd_usage_please.rst"], "indexentries": {"module": [[1, "module-wok_code.gen_addons_table", false]], "wok_code.gen_addons_table": [[1, "module-wok_code.gen_addons_table", false]]}, "objects": {"wok_code": [[1, 0, 0, "-", "gen_addons_table"]]}, "objnames": {"0": ["py", "module", "Python module"]}, "objtypes": {"0": "py:module"}, "terms": {"": [2, 3, 11, 12, 13, 16], "0": [6, 10, 12, 13], "01": 0, "02": 0, "03": 0, "04": 0, "05": 0, "06": 0, "07": 0, "08": 0, "09": 0, "1": [0, 12, 13], "10": [0, 10, 12], "11": [0, 10], "12": [0, 11], "13": 0, "14": 0, "15": [0, 11], "16": [0, 10], "17": 0, "18": [0, 10], "180": 11, "19": 0, "1st": 12, "2": [10, 11, 12, 13], "20": [0, 10], "2015": 11, "2018": 13, "2019": 13, "2020": [], "2021": 12, "2022": 0, "2023": [0, 11], "2024": 0, "2025": [0, 12, 13], "21": 0, "22": [10, 13], "23": 0, "24": 10, "25": [], "26": 0, "27": 0, "28": [], "29": 0, "3": [0, 10, 11, 12, 13], "30": 13, "31": 0, "4": [0, 12, 13], "5": [0, 10, 12, 13], "6": [0, 13], "60": 11, "7": [0, 10, 11, 13], "8": [0, 6, 10, 12, 13], "9": [0, 10], "A": [2, 6, 7, 13], "AND": 12, "For": [12, 13], "If": [11, 12], "In": 5, "It": [1, 9], "NO": 13, "No": 2, "Not": 13, "The": [1, 4, 6, 12, 13], "There": 13, "To": 11, "__manifest__": [2, 6, 7, 13], "__openerp__": 6, "abort": 2, "about": [8, 13], "abov": 12, "accept": 2, "account": 2, "accur": 5, "acknowledg": [6, 7, 13], "across": 4, "action": [2, 11, 12], "activate_tool": 10, "actual": [], "ad": [11, 12], "add": [2, 12, 13], "add_rule_group": 12, "addon": [1, 2], "addons_path": 2, "after": [2, 11, 12], "again": 1, "aim": [9, 11], "alfa": 13, "algorithm": 2, "all": 5, "alpha": [6, 7], "also": [6, 13], "alwai": 12, "amend": 2, "an": [1, 5, 9, 13], "analyz": 12, "antonio": 3, "antoniomaria": 11, "anywai": 12, "apach": 11, "api": 12, "append": 12, "appli": [2, 5, 12], "applic": 12, "ar": [4, 5, 6, 7, 11, 12, 13], "arcaneglo": 2, "arcangelo": [0, 2, 4], "arg": 12, "argangelo": 2, "argument": [11, 12, 13], "ask": [6, 7], "assert": 2, "assign": 2, "associazion": 1, "assum": 12, "asterisk": 13, "authinfo": 13, "author": [0, 2, 6, 7, 11, 13], "automat": [2, 5, 13], "autonumb": 13, "av": [3, 11, 12, 13], "avail": [4, 11, 13], "available_addon": [6, 7, 13], "b": [11, 12, 13], "backport": 12, "backport_multi": 12, "backquot": 13, "bak": 2, "base": [1, 5, 12, 13], "bash": [4, 10, 13], "basic": 5, "bbranch": 11, "beauti": 12, "becam": 2, "becaus": 11, "befor": [2, 6, 7, 12], "begin": [12, 13], "below": 13, "best": [2, 10], "beta": [6, 7, 13], "bfr": 11, "bin": [], "black": 12, "block": [12, 13], "blocknam": 13, "bodi": 13, "boldfac": 13, "brace": [12, 13], "branch": [2, 6, 7, 13], "break": 12, "brief": 2, "bug": [2, 13], "build": [2, 11], "build_cmd": 2, "buildfr": 11, "button": [6, 7, 13], "c": [12, 13], "cach": 2, "can": [1, 2, 6, 10, 11, 12, 13], "captur": 0, "case": [2, 12], "cd": 10, "cens": [], "cento": 10, "certif": [6, 7, 13], "chang": [1, 13], "changelog": [0, 6, 7, 13], "chapter": 13, "char": 13, "charact": 2, "check": [2, 6, 12, 13, 14], "checkout": 2, "chell": 13, "chkconfig": 11, "class": 12, "class_bodi": 12, "classnam": 12, "clean": [2, 16], "clear": 2, "clen": 2, "click": 13, "clone": [2, 10], "cmdline": 1, "code": [0, 2, 5, 12, 13], "colon": 13, "column": 13, "com": [4, 6, 7, 10, 11], "comma": 12, "command": [0, 2, 5, 9, 16], "comment": [11, 12], "commit": 2, "compani": 4, "compar": [2, 6, 7], "compat": 2, "complex": 13, "condit": 13, "config": [2, 11, 12], "configur": [6, 7, 11, 12, 13], "conflict": [2, 12], "consol": 11, "contact": [6, 7], "contact_u": [6, 7, 13], "contain": [6, 12, 13], "content": 13, "continu": [2, 12], "contributor": [0, 6, 7, 13], "convert": 4, "copyright": [6, 7, 12, 13], "copyright_not": [6, 7, 13], "coreutil": 13, "correct": 2, "count": 2, "coverag": 2, "cr": [6, 7, 12], "crash": 2, "creat": [2, 6, 7, 11, 13], "creation": 12, "credit": 0, "cross": 13, "csv": [4, 13], "ctx": 2, "current": [6, 11, 12, 13, 16], "cvt_csv_2_rst": 4, "cvt_csv_2_xml": 4, "cvt_csv_coa": 2, "cvt_script": [2, 4], "cwd": [2, 11], "d": [2, 6, 7, 10, 12, 13], "daemon": 2, "dai": 11, "databas": 16, "date": [6, 7], "db": [2, 11, 16], "dbname": [], "debian": 10, "debug": [12, 13], "declar": [2, 11, 12], "dedent": 12, "def": 12, "default": [2, 12, 13], "default_author": 13, "default_contributor": 13, "default_copyright_not": 13, "default_descript": 13, "default_descrizion": 13, "default_instal": 13, "default_maintain": 13, "default_mainten": 13, "default_oca_diff": 13, "default_prerequisit": 13, "default_proposals_for_enhanc": 13, "default_quality_endors": 13, "default_support": 13, "default_troubleshoot": 13, "default_upgrad": 13, "delet": [2, 12], "dep": [], "depend": [0, 2, 4], "depends_bi": [], "deploy_odoo": 2, "deploy_odooo": 2, "deply_odoo": 2, "deprec": [2, 6, 7], "depth": [], "describ": 13, "descript": [1, 6, 7, 12, 13], "descrizion": [6, 7], "desktoptelematico": [6, 13, 14], "detail": 13, "detect": 2, "devel": [10, 11, 13], "develop": [4, 9, 11], "di": [6, 7], "did": 2, "diff": 2, "differ": [2, 12], "digest": 0, "dir": 13, "direct": 0, "directori": [0, 2, 11, 12, 16], "dirnam": 13, "displai": [2, 11, 13], "distinct": 12, "do": [2, 11, 12, 13], "do_break": 12, "do_git_checkout_new_branch": 2, "do_git_ignor": 2, "do_migr": 2, "doc": [2, 6, 7, 11, 13], "document": [2, 4, 7, 11, 13], "doe": [2, 12], "dollar": 13, "dot": 11, "doubl": [12, 13], "download": [2, 11], "drop": 2, "dry": [11, 12, 13], "duplic": 11, "e": [2, 13], "easi": 13, "ed": 5, "edit": [0, 11], "editor": 5, "egg": [2, 13], "elif": 13, "els": [12, 13], "emphasi": 13, "empi": 2, "empti": 12, "emul": 2, "en": [6, 13, 14], "enclos": [12, 13], "encrypt": 2, "end": [1, 2], "english": [6, 7], "enhanc": [6, 7, 12], "ensure_on": 12, "entri": 2, "eregex": 12, "eregx": 12, "error": 2, "esclud": 11, "esteem": 2, "etc": [6, 7], "even": [6, 12, 13], "everi": 12, "exampl": [12, 13], "excel": 2, "except": 12, "exclam": [6, 12, 13, 14], "execut": [2, 12], "exist": 2, "exit": [11, 12, 13], "explicit": 13, "export": [2, 11], "expr": 12, "express": [12, 13], "ext": 2, "extent": 13, "extern": 16, "f": [2, 12, 13], "fail": [11, 12], "fals": 12, "faq": [2, 6, 7, 13], "fast": 5, "fatturapa": [6, 13, 14], "fb": 11, "fbpleas": 11, "feat": 16, "featur": [2, 6, 7, 13], "fi": 13, "figur": [2, 13], "file": [0, 1, 2, 4, 5, 6, 7, 11, 12, 16], "filenam": 13, "filestor": 2, "final": 12, "find": [10, 12], "fingertip": 4, "first": 2, "first_lin": 12, "fix": 2, "flake8": 12, "follow": [6, 12, 13], "forc": [12, 13], "force_matur": 13, "form": [1, 12], "format": [2, 6, 12, 13], "formatt": 12, "formula": 2, "found": 1, "foundat": 13, "fragment": 13, "free": 13, "frequent": [6, 7], "fro": 2, "from": [1, 2, 4, 5, 11, 12, 13], "from_major_vers": 12, "from_vers": [12, 13], "full": [6, 7, 11, 12, 13], "function": [9, 12, 13, 16], "function_bodi": 12, "futur": 12, "g": [12, 13], "gbl_exclud": 11, "gen_addons_t": 0, "gen_readm": [0, 2, 4], "gen_readme_sym": 0, "gen_ream": 13, "gener": [0, 4, 11, 13], "generar": 6, "get": [0, 4], "gif": 2, "git": [2, 6, 7, 12, 13], "git_orgid": [6, 7, 12, 13], "github": [2, 4, 6, 7, 10], "global": 11, "gmail": 11, "gnu": 13, "goe": 13, "gpl": [6, 7, 13], "gplv3": 13, "graphic": [6, 13], "group": 12, "grymb_image_": [6, 7], "h": [11, 12, 13, 15], "ha": 9, "halt": [6, 13, 14], "handl": 13, "have": [1, 13], "head": 2, "header": [12, 13], "header_acknowledg": 13, "header_troubleshoot": 13, "help": [2, 6, 7, 9, 11, 12, 13, 16], "here": 13, "hierarch": 13, "high": 13, "histori": [0, 6, 7, 11], "home": [10, 11, 13], "hook": 9, "host": 2, "how": [6, 7], "howev": 11, "html": [2, 6, 11, 13], "http": [10, 11, 13], "i": [1, 2, 5, 6, 7, 9, 11, 12, 13], "id": 9, "idea": 2, "ident": 2, "ignor": [2, 12, 13], "imag": [2, 13], "imaga": [6, 7], "immedi": 12, "imp": 2, "implement": 2, "import": [2, 6, 7, 11, 12], "improv": 2, "inc": 13, "includ": [6, 7, 13], "indent": [12, 13], "index": [0, 2, 6, 11, 13], "indic": 13, "info": [2, 6, 13, 14], "inform": [6, 7, 8, 13], "inlin": 0, "insert": [1, 12], "insid": [2, 11, 12], "instal": [0, 2, 6, 7, 13], "install_python3_from_sourc": 2, "install_python_3_from_sourc": 2, "install_tool": 10, "int": 12, "integr": 9, "interact": 9, "interfac": 2, "intern": [6, 7], "invalid": 2, "invoc": 13, "io": 11, "iso": 13, "issu": [6, 7, 11], "ital": 13, "italia": 1, "italiana": [6, 7], "italiano": [6, 7], "item": [2, 11, 12, 13], "its": 13, "itself": 6, "j": 12, "jim": 13, "jpg": 2, "jrq": [], "just": 13, "k": 2, "keep": [2, 12], "known": [6, 7], "known_issu": [6, 7, 13], "l": [2, 3, 6, 7, 11, 12, 13], "lang": 13, "languag": 13, "last": [2, 11], "late": [6, 13, 14], "later": 13, "law": 13, "layer": [6, 7, 13], "lbrace": 13, "left": 12, "level": 12, "li": [], "libreoff": 13, "librerp": 2, "licens": [2, 6, 7, 13], "license_mgnt": 2, "like": [12, 13], "line": [0, 2, 5, 12], "link": 2, "lint": [2, 12], "lint_2_compar": 2, "linux": [10, 13], "list": [0, 1, 2, 6, 7, 11, 12], "ll": 12, "lll": [2, 12], "load": 2, "local": [11, 13], "locat": 12, "log": 2, "logozero_180x46": 13, "look": 13, "lost": 2, "lsearch": 11, "m": [2, 3, 13], "macro": [0, 6, 12], "macro_nam": 6, "mai": [6, 7, 11, 12, 13], "mainli": [4, 13], "maintain": 13, "mainten": [6, 7, 13], "major": [6, 7, 12], "make": [5, 13], "malform": 2, "man": 13, "manag": [2, 4, 13], "manage_pypi": [], "mandatori": [6, 7], "manifest": [2, 13], "mark": 12, "marker": 1, "marketplac": [2, 13], "markup": 0, "match": [12, 13], "matur": [6, 7, 13], "max": 11, "md": 1, "me": [6, 7], "mean": 12, "meet": 4, "menu": [6, 13, 14], "merg": [2, 12], "messag": [11, 12, 13], "meyer": 13, "migrat": [5, 12], "migration_multi": 12, "mime": 12, "minim": 2, "minor": 2, "miss": [], "mit": 13, "mod": [], "mode": [11, 13], "model_cr": 12, "model_cr_context": 12, "modifi": [2, 12], "modul": [0, 1, 2, 4, 6, 7, 8, 11, 13, 16], "module_index": 13, "module_mainpag": 13, "module_nam": [6, 7, 13], "modules_to_match": [], "modulo": [6, 7], "more": [2, 12], "msg": 12, "multi": 12, "multipl": 12, "must": [1, 6, 7, 12], "myclass": 12, "n": [6, 7, 11, 12, 13], "name": [4, 6, 7, 11, 12, 13], "nd": 12, "neg": 12, "negat": 12, "neither": 2, "new": 2, "next": 12, "no_api_mix": 12, "no_check": [6, 13, 14], "noguess": 12, "nomenclatur": 2, "noqa": 12, "nor": 12, "normal": [2, 12], "note": [6, 7, 12, 13, 16], "noth": [11, 12, 13], "notic": 11, "now": [2, 6, 7], "nro": 12, "number": [11, 12, 13], "o": [6, 12, 13], "obbligatoria": [6, 7], "obj": 11, "oca": [1, 6, 7, 13], "oca_diff": [6, 7, 13], "oca_original_dir": 1, "ocb": [2, 6, 7, 13], "ocb_descript": 13, "ocb_descrizion": 13, "oddo": 2, "odoo": [0, 1, 2, 4, 6, 7, 11, 12, 13, 16], "odoo14": 2, "odoo_commit": 2, "odoo_depend": [0, 4], "odoo_dependeci": 0, "odoo_fv": [6, 7], "odoo_lay": [6, 7, 13], "odoo_majv": [6, 7], "odoo_marketplac": 13, "odoo_scor": 2, "odoo_transl": [2, 4, 16], "odoo_vid": 13, "offic": 13, "offset": 12, "old": [2, 16], "onc": 12, "one": [11, 12, 13], "onli": [2, 6, 7, 13], "onlin": 13, "open": 12, "open_stmt": 12, "openerp": 2, "openoffic": 13, "opt_gpl": 13, "option": [11, 12, 13], "order": 12, "org": [12, 13], "organ": [2, 6, 7], "origin": 12, "os0": 2, "other": [2, 12, 13], "otherwis": 12, "output": [0, 2, 12], "output_fil": 13, "overview": 0, "own": 13, "p": [12, 13], "packag": [2, 6, 11, 12, 13], "package_nam": 12, "page": [0, 13], "paragraph": 13, "param": 2, "paramet": [1, 2, 11, 12], "paren": 12, "pars": [4, 12], "partial": 2, "password": 2, "path": [1, 2, 11, 12, 13], "path_list": [], "path_nam": 13, "pathnam": 13, "pep8": 4, "per": 13, "perform": [2, 5], "period": 13, "permit": 5, "pg_requir": 2, "place": [12, 13], "plaintext": 13, "pleas": [0, 2, 4, 11, 13], "png": 13, "po": [11, 12, 16], "point": 12, "port": 2, "posit": [11, 12], "power": 13, "powerp": 2, "pragma": 12, "pre": [2, 12], "precis": 5, "predefin": 0, "prepar": 11, "preprocesso": 13, "preprocessor": 13, "prerequisit": [0, 6, 7, 13], "present": 1, "preserv": 1, "prettier": 12, "previou": [6, 7], "prior": 12, "prior2_branch": [6, 7], "prior_branch": [6, 7], "prioriti": 2, "privileg": 11, "process": [2, 5, 12, 13], "product": [12, 13], "product_doc": 13, "progetto": [6, 7], "program": [11, 12, 13], "project": [6, 7, 11, 12, 13], "properli": 13, "properti": 2, "propos": [6, 7], "proposals_for_enhanc": [6, 7, 13], "provid": 13, "publish": [2, 11], "punctuat": 2, "pure": [], "purg": 2, "push": [2, 11], "put": 10, "py": [0, 1, 2, 4, 12, 16], "py23": 12, "pyerex": 12, "pylint": 12, "pypi": [2, 6, 7, 11, 13], "pypi_index": 13, "pypi_modul": [6, 7], "pypi_sect": [6, 7], "python": [0, 2, 6, 7, 10, 11, 12, 13], "python2": 12, "python_futur": 12, "python_matrix": 11, "python_vers": 12, "pythonhost": 11, "q": [11, 13], "qualiti": [2, 13], "qualti": [], "queri": 2, "question": [6, 7], "quick": 2, "quiet": [11, 13], "quit": 13, "quot": [12, 13], "quote_with": 13, "r": [2, 3, 10, 11, 12, 13], "rate": 2, "rather": 13, "re": 12, "read": [2, 5, 6, 7, 12], "readm": [1, 2, 4, 6, 11, 13], "readme_foot": 13, "readme_head": 13, "readme_index": 13, "readme_main_modul": 13, "readme_main_ocb": 13, "readme_main_repositori": 13, "readme_manifest": 13, "readthedoc": 11, "recogn": [2, 6], "recognit": 2, "recurs": [], "redistribut": 13, "ref": 2, "refactor": 2, "refer": 13, "regex": 12, "regress": 2, "regular": 12, "remov": [2, 12, 16], "renam": 2, "reorgan": 2, "repeat": 12, "replac": [1, 2, 11, 12, 13], "replace_text": 12, "replica": 11, "repo": 2, "report": 13, "repos_nam": [6, 7, 13], "repositori": [1, 2, 4, 6, 7, 11, 13], "requir": [2, 10, 11, 12], "reset": 12, "rest": 13, "restructuredtext": 13, "result": 11, "return": 12, "rev": [], "rewrit": [2, 13], "right": 12, "right_do": [6, 13, 14], "root": [1, 13], "row": 13, "rst": [0, 2, 4, 6, 7], "rtd": 13, "rtd_templat": 13, "rtd_template_automodul": 13, "rule": [2, 5, 12, 13], "rule_group": 12, "run": [1, 2, 11, 12, 13], "run_odoo_debug": 2, "same": [6, 7, 13, 14], "sampl": 13, "scp": 2, "script": [1, 4, 5], "search": [0, 2, 12], "section": [0, 6, 7], "sed": 5, "see": [12, 13], "select": 2, "self": 12, "sep": [], "sep_list": [], "separ": [6, 7, 12], "septemb": 13, "server_wide_modul": 2, "set": [2, 6, 7, 11, 12, 13], "set_python_vers": 2, "setup": 2, "sh": [2, 3, 10, 11, 12, 13], "shell": [4, 9, 11, 13], "show": [0, 2, 4, 11, 12, 13], "side": 12, "sign": 13, "silent": [11, 13], "similar": 5, "simpl": [5, 12, 13], "simpli": 9, "simul": 2, "singl": [], "skip": 12, "slash": 12, "so": [1, 12], "softwar": [6, 9, 12, 13], "some": [5, 6, 7, 10, 11, 12, 13], "someth": [12, 13], "sometim": 2, "sommario": [6, 7], "sourc": [2, 4, 5, 12, 13], "space": [2, 6, 7, 12, 13], "spec": 13, "specif": 11, "sphynx": 13, "sponsor": [6, 7, 13], "ssh": 2, "st": 12, "stabl": [2, 13], "stage": 12, "standard": [4, 13], "start": [0, 12, 13], "state": 2, "statement": [0, 12], "statu": [2, 6, 7, 11, 12, 13], "still": 2, "stmt_indent": 12, "stop": 12, "store": 2, "straightforward": 13, "string": [2, 12], "strong": 13, "structur": 13, "sub": [6, 7, 16], "submodul": [6, 7], "substitut": 12, "success": 13, "successfulli": 13, "suffix": [6, 7], "summari": [6, 7, 11], "super": 12, "supersed": 13, "suppli": [1, 6, 12], "support": [6, 7, 13], "suppress": 13, "svg": 11, "swicth": 2, "switch": [2, 11, 12], "symbol": [0, 2, 6, 7], "synopsi": 13, "syntax": [0, 16], "system": 11, "t": 13, "tab": 13, "tabl": [2, 12], "tailor": [2, 11], "tar": 11, "tarbal": 11, "target": [11, 12], "team": 13, "templat": [0, 2, 13], "template_nam": 13, "temporari": 16, "term": 2, "test": [2, 9, 11, 12], "test_impex": 11, "test_res_msg": 12, "testpypi": 11, "text": [5, 6, 7, 12, 13], "than": [12, 13], "thei": 13, "thi": [1, 5, 6, 7, 11, 12, 13], "thumbnail": 2, "timestamp": [6, 7], "titl": 13, "to_major_vers": 12, "to_vers": 12, "todai": [6, 7], "todo": 12, "too": [2, 12, 13], "tool": [4, 6, 10, 11, 13], "trace": 13, "traduzion": [6, 7], "transform": 5, "transition_stag": 12, "translat": [2, 4, 6, 7, 11, 13, 16], "translationproject": 13, "travi": [2, 11], "tree": [4, 8], "trigger": [2, 12], "trigger_nam": 12, "troubleshoot": [6, 7, 13], "true": [12, 13], "try": [5, 6, 7, 12], "try_ind": 12, "try_m": [6, 7], "tupl": 12, "two": [12, 13], "type": [11, 13], "ubuntu": 10, "undeclar": 12, "under": 12, "unstag": 2, "upd": 2, "updat": [2, 6, 11, 12], "upgrad": [0, 2, 6, 7, 13], "url": [6, 7], "us": [2, 5, 6, 7, 11, 12, 13], "usag": [0, 6, 7, 12], "user": [2, 5, 11, 13], "usual": [6, 13], "utf": 12, "util": 0, "v": [11, 12, 13], "v8": 12, "valu": [2, 6, 7, 11, 12], "var": 13, "variabl": 11, "variou": [2, 4, 9, 11], "venv": 2, "verbos": [11, 12, 13], "veri": 5, "verifi": 2, "version": [1, 2, 4, 6, 7, 11, 12, 13], "via": 13, "vigliotti": [3, 11], "vim": 11, "virtual": 16, "visual": 13, "vme": 2, "w": [12, 13], "wa": 6, "wai": 5, "warn": [6, 13, 14], "warranti": 13, "websit": 11, "wep": [2, 11], "wget_odoo_repositori": [2, 4], "when": [2, 12], "where": [1, 12], "which": [5, 6, 12, 13], "while": [5, 12], "work": [5, 16], "workflow": 5, "write": [6, 7, 11, 13], "written": 13, "wrong": 2, "www": 13, "x": [2, 13], "xlsx": 2, "xml": 4, "xml_schema": [6, 13, 14], "xyz": 12, "y": [12, 13], "yaml": [5, 12], "ye": 12, "yml": 12, "you": [6, 10, 11, 12, 13], "your": [4, 13], "z0bug": 11, "zerobug": [2, 11], "zeroincombenz": [10, 11, 13], "zyz": 12}, "titles": ["Welcome to wok_code 2.0.22 documentation!", "Code documentation", "ChangeLog History", "Credits", "Overview", "Digest of arcangelo", "Digest of gen_readme", "Digest of macro", "Digest of odoo_dependencies", "Digest of please", "Getting started", "Usage", "Digest of arcangelo", "Digest of gen_readme", "Digest of gen_readme_sym", "Digest of odoo_dependencies", "Digest of please"], "titleterms": {"0": [0, 2], "01": 2, "02": 2, "03": 2, "04": 2, "05": 2, "06": 2, "07": 2, "08": 2, "09": 2, "1": 2, "10": 2, "11": 2, "12": 2, "13": 2, "14": 2, "15": 2, "16": 2, "17": 2, "18": 2, "19": 2, "2": [0, 2], "20": 2, "2022": 2, "2023": 2, "2024": 2, "2025": 2, "21": 2, "22": [0, 2], "23": 2, "26": 2, "27": 2, "28": [], "29": 2, "3": 2, "31": 2, "4": 2, "5": 2, "6": 2, "7": 2, "8": 2, "9": 2, "arcangelo": [5, 12], "author": 3, "captur": 13, "changelog": 2, "code": [1, 10], "command": 13, "content": 0, "contributor": 3, "credit": 3, "current": 10, "depend": 8, "digest": [5, 6, 7, 8, 9, 12, 13, 14, 15, 16], "direct": 13, "directori": 13, "document": [0, 1, 6], "edit": 5, "file": 13, "gen_addons_t": 1, "gen_readm": [6, 13], "gen_readme_sym": 14, "gener": 6, "get": 10, "git": 10, "histori": 2, "indic": 0, "inlin": 13, "instal": 10, "line": 13, "list": 13, "macro": [7, 13], "markup": 13, "odoo": 8, "odoo_depend": [8, 15], "odoo_dependeci": [8, 15], "output": 13, "overview": 4, "pleas": [9, 16], "predefin": 13, "prerequisit": 10, "py": [6, 8, 13, 15], "python": 5, "rst": 13, "section": 13, "show": 8, "sourc": 10, "start": 10, "statement": 13, "symbol": 13, "syntax": 13, "tabl": [0, 13], "templat": 6, "upgrad": 10, "usag": [11, 13, 15], "util": 5, "version": 10, "via": 10, "welcom": 0, "wok_cod": [0, 1]}})
|
|
@@ -25,9 +25,9 @@ copyright = "2019-24, SHS-AV s.r.l."
|
|
|
25
25
|
author = "Antonio Maria Vigliotti"
|
|
26
26
|
|
|
27
27
|
# The short X.Y version
|
|
28
|
-
version = "2.0.
|
|
28
|
+
version = "2.0.23"
|
|
29
29
|
# The full version, including alpha/beta/rc tags
|
|
30
|
-
release = "2.0.
|
|
30
|
+
release = "2.0.23"
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
# -- General configuration ---------------------------------------------------
|
|
@@ -5,6 +5,17 @@ ChangeLog History
|
|
|
5
5
|
=================
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
2.0.23 (2025-06-14)
|
|
9
|
+
~~~~~~~~~~~~~~~~~~~
|
|
10
|
+
|
|
11
|
+
* [IMP] arcangelo became a pypi package
|
|
12
|
+
* [IMP] please install python: now can install python 3.12
|
|
13
|
+
* [FIX] please version does not add line at the end of file
|
|
14
|
+
* [FIX] please: best recognition of read-only repositories
|
|
15
|
+
* [FIX] please test: check on templates to use
|
|
16
|
+
* [FIX] No crash if invalid modules declaration
|
|
17
|
+
* [FIX] License declaration compatible with pypi
|
|
18
|
+
|
|
8
19
|
2.0.22 (2025-05-31)
|
|
9
20
|
~~~~~~~~~~~~~~~~~~~
|
|
10
21
|
|
|
@@ -249,12 +260,6 @@ ChangeLog History
|
|
|
249
260
|
|
|
250
261
|
* [IMP] stable version
|
|
251
262
|
|
|
252
|
-
2.0.0.4 (2022-10-05)
|
|
253
|
-
~~~~~~~~~~~~~~~~~~~~
|
|
254
|
-
|
|
255
|
-
* [IMP] New lint_2_compare command
|
|
256
|
-
* [IMP] odoo_dependecies.py: minor upgrade
|
|
257
|
-
|
|
258
263
|
|
|
|
259
264
|
|
|
|
260
265
|
|
|
@@ -7,7 +7,7 @@ Usage
|
|
|
7
7
|
|
|
8
8
|
::
|
|
9
9
|
|
|
10
|
-
usage: please
|
|
10
|
+
usage: please [-h] [-H PATH] [-n] [-Q FILE] [-q] [-v] [-V] [action]
|
|
11
11
|
|
|
12
12
|
Zeroincombenze® developer shell.
|
|
13
13
|
obj after action may be on of apache, cwd, python, z0bug, zerobug, travis
|
|
@@ -12,7 +12,7 @@ Digest of arcangelo
|
|
|
12
12
|
[--git-merge-conflict left|right] [--ignore-pragma] [-i]
|
|
13
13
|
[-j PYTHON] [-l] [-n] [-o OUTPUT] [-P PACKAGE_NAME]
|
|
14
14
|
[-R RULES] [-S] [--test-res-msg TEST_RES_MSG] [-v] [-V]
|
|
15
|
-
[-w] [--add-rule-group ADD_RULE_GROUP]
|
|
15
|
+
[-w] [-y] [--add-rule-group ADD_RULE_GROUP]
|
|
16
16
|
[path ...]
|
|
17
17
|
|
|
18
18
|
Beautiful source file
|
|
@@ -40,7 +40,7 @@ Digest of arcangelo
|
|
|
40
40
|
--ignore-pragma ignore coding utf-8 declaration
|
|
41
41
|
-i, --in-place
|
|
42
42
|
-j PYTHON, --python PYTHON
|
|
43
|
-
python version, format #.##, 2
|
|
43
|
+
python version, format #.##, 2+3 use future
|
|
44
44
|
-l, --list-rules list rule groups (-ll list with rules too, -lll full
|
|
45
45
|
list)
|
|
46
46
|
-n, --dry-run do nothing (dry-run)
|
|
@@ -56,6 +56,7 @@ Digest of arcangelo
|
|
|
56
56
|
-V, --version show program's version number and exit
|
|
57
57
|
-w, --no-parse-with-formatter
|
|
58
58
|
do nor execute black or prettier on modified files
|
|
59
|
+
-y, --assume-yes force target path creation with different base name
|
|
59
60
|
--add-rule-group ADD_RULE_GROUP
|
|
60
61
|
Add rule group form file, default is .arcangelo.yml
|
|
61
62
|
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
.. toctree::
|
|
2
|
+
:maxdepth: 2
|
|
3
|
+
|
|
4
|
+
Digest of odoo_dependencies
|
|
5
|
+
===========================
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
odoo_dependecies.py usage
|
|
9
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
10
|
+
|
|
11
|
+
::
|
|
12
|
+
|
|
13
|
+
$(odoo_dependencies -h)
|
|
14
|
+
|
|
15
|
+
|
|
|
16
|
+
|
|
|
17
|
+
|
|
18
|
+
.. |Maturity| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
19
|
+
:target: https://odoo-community.org/page/development-status
|
|
20
|
+
:alt:
|
|
21
|
+
.. |license gpl| image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
|
22
|
+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
23
|
+
:alt: License: AGPL-3
|
|
24
|
+
.. |license opl| image:: https://img.shields.io/badge/licence-OPL-7379c3.svg
|
|
25
|
+
:target: https://www.odoo.com/documentation/user/9.0/legal/licenses/licenses.html
|
|
26
|
+
:alt: License: OPL
|
|
27
|
+
.. |Tech Doc| image:: https://www.zeroincombenze.it/wp-content/uploads/ci-ct/prd/button-docs-2.svg
|
|
28
|
+
:target: https://wiki.zeroincombenze.org/en/Odoo/2.0.22/dev
|
|
29
|
+
:alt: Technical Documentation
|
|
30
|
+
.. |Help| image:: https://www.zeroincombenze.it/wp-content/uploads/ci-ct/prd/button-help-2.svg
|
|
31
|
+
:target: https://wiki.zeroincombenze.org/it/Odoo/2.0.22/man
|
|
32
|
+
:alt: Technical Documentation
|
|
33
|
+
.. |Try Me| image:: https://www.zeroincombenze.it/wp-content/uploads/ci-ct/prd/button-try-it-2.svg
|
|
34
|
+
:target: https://erp2.zeroincombenze.it
|
|
35
|
+
:alt: Try Me
|
|
36
|
+
.. |Zeroincombenze| image:: https://avatars0.githubusercontent.com/u/6972555?s=460&v=4
|
|
37
|
+
:target: https://www.zeroincombenze.it/
|
|
38
|
+
:alt: Zeroincombenze
|
|
39
|
+
.. |en| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/flags/en_US.png
|
|
40
|
+
:target: https://www.facebook.com/Zeroincombenze-Software-gestionale-online-249494305219415/
|
|
41
|
+
.. |it| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/flags/it_IT.png
|
|
42
|
+
:target: https://www.facebook.com/Zeroincombenze-Software-gestionale-online-249494305219415/
|
|
43
|
+
.. |check| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/awesome/check.png
|
|
44
|
+
.. |no_check| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/awesome/no_check.png
|
|
45
|
+
.. |menu| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/awesome/menu.png
|
|
46
|
+
.. |right_do| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/awesome/right_do.png
|
|
47
|
+
.. |exclamation| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/awesome/exclamation.png
|
|
48
|
+
.. |warning| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/awesome/warning.png
|
|
49
|
+
.. |same| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/awesome/same.png
|
|
50
|
+
.. |late| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/awesome/late.png
|
|
51
|
+
.. |halt| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/awesome/halt.png
|
|
52
|
+
.. |info| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/awesome/info.png
|
|
53
|
+
.. |xml_schema| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/certificates/iso/icons/xml-schema.png
|
|
54
|
+
:target: https://github.com/zeroincombenze/grymb/blob/master/certificates/iso/scope/xml-schema.md
|
|
55
|
+
.. |DesktopTelematico| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/certificates/ade/icons/DesktopTelematico.png
|
|
56
|
+
:target: https://github.com/zeroincombenze/grymb/blob/master/certificates/ade/scope/Desktoptelematico.md
|
|
57
|
+
.. |FatturaPA| image:: https://raw.githubusercontent.com/zeroincombenze/grymb/master/certificates/ade/icons/fatturapa.png
|
|
58
|
+
:target: https://github.com/zeroincombenze/grymb/blob/master/certificates/ade/scope/fatturapa.md
|
|
59
|
+
.. |chat_with_us| image:: https://www.shs-av.com/wp-content/chat_with_us.gif
|
|
60
|
+
:target: https://t.me/Assitenza_clienti_powERP
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2.0.23 (2025-06-14)
|
|
2
|
+
~~~~~~~~~~~~~~~~~~~
|
|
3
|
+
|
|
4
|
+
* [IMP] arcangelo became a pypi package
|
|
5
|
+
* [IMP] please install python: now can install python 3.12
|
|
6
|
+
* [FIX] please version does not add line at the end of file
|
|
7
|
+
* [FIX] please: best recognition of read-only repositories
|
|
8
|
+
* [FIX] please test: check on templates to use
|
|
9
|
+
* [FIX] No crash if invalid modules declaration
|
|
10
|
+
* [FIX] License declaration compatible with pypi
|
|
11
|
+
|
|
1
12
|
2.0.22 (2025-05-31)
|
|
2
13
|
~~~~~~~~~~~~~~~~~~~
|
|
3
14
|
|
|
@@ -34,7 +34,7 @@ standard_library.install_aliases() # noqa: E402
|
|
|
34
34
|
|
|
35
35
|
MARKERS = r"(\[//\]: # \(addons\))|(\[//\]: # \(end addons\))"
|
|
36
36
|
MANIFESTS = ("__openerp__.py", "__manifest__.py")
|
|
37
|
-
__version__ = "2.0.
|
|
37
|
+
__version__ = "2.0.23"
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
class UserError(Exception):
|
|
@@ -227,4 +227,3 @@ def main(args):
|
|
|
227
227
|
if __name__ == "__main__":
|
|
228
228
|
args = sys.argv[1:]
|
|
229
229
|
main(args)
|
|
230
|
-
|
|
@@ -203,7 +203,7 @@ set_hashbang() {
|
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
clear
|
|
206
|
-
[[ ! $1 =~ ^(2.7|3.5|3.6|3.7|3.8|3.9|3.10|3.11) ]] && echo "$0 2.7|3.5|3.6|3.7|3.8|3.9|3.10|3.11" && exit 1
|
|
206
|
+
[[ ! $1 =~ ^(2.7|3.5|3.6|3.7|3.8|3.9|3.10|3.11|3.12) ]] && echo "$0 2.7|3.5|3.6|3.7|3.8|3.9|3.10|3.11|3.12" && exit 1
|
|
207
207
|
echo ""
|
|
208
208
|
DISTID=$(xuname -d)$(xuname -v|grep -Eo "[0-9]+"|head -n1)
|
|
209
209
|
echo "Install python $1 on $(xuname -a) (brief $DISTID)"
|
|
@@ -212,10 +212,11 @@ echo "Install python $1 on $(xuname -a) (brief $DISTID)"
|
|
|
212
212
|
DEFPYVER=$(python3 --version 2>&1 | grep "Python" | grep --color=never -Eo "3\.[0-9]+" | head -n1)
|
|
213
213
|
[[ $1 == $DEFPYVER ]] && echo "You are trying to install default python version" && exit 1
|
|
214
214
|
pyver="$1"
|
|
215
|
-
[[ $1 == "3.
|
|
216
|
-
[[ $1 == "3.
|
|
217
|
-
[[ $1 == "3.
|
|
218
|
-
[[ $1 == "3.
|
|
215
|
+
[[ $1 == "3.12" ]] && pyver="$1.11"
|
|
216
|
+
[[ $1 == "3.11" ]] && pyver="$1.13"
|
|
217
|
+
[[ $1 == "3.10" ]] && pyver="$1.18"
|
|
218
|
+
[[ $1 == "3.9" ]] && pyver="$1.23"
|
|
219
|
+
[[ $1 == "3.8" ]] && pyver="$1.20"
|
|
219
220
|
[[ $1 == "3.7" ]] && pyver="$1.17"
|
|
220
221
|
[[ $1 == "3.6" ]] && pyver="$1.15"
|
|
221
222
|
[[ $1 == "3.5" ]] && pyver="$1.10"
|
|
@@ -287,8 +288,8 @@ if [[ $py != $DEFPYVER ]]; then
|
|
|
287
288
|
apt install -y python$py-setuptools
|
|
288
289
|
echo "\$ " apt install -y python$py-dev
|
|
289
290
|
apt install -y python$py-dev
|
|
290
|
-
echo "\$ " apt install -y python$
|
|
291
|
-
apt install -y python$
|
|
291
|
+
echo "\$ " apt install -y python$py-venv
|
|
292
|
+
apt install -y python$py-venv
|
|
292
293
|
echo "\$ " cd /tmp
|
|
293
294
|
cd /tmp
|
|
294
295
|
echo "\$ " wget $WGET_OPTS https://bootstrap.pypa.io/pip/$py/get-pip.py
|
|
@@ -301,11 +302,20 @@ if [[ $py != $DEFPYVER ]]; then
|
|
|
301
302
|
if [[ ! -f get-pip.py ]]; then
|
|
302
303
|
echo "Warning! pip no installed!"
|
|
303
304
|
else
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
305
|
+
if [[ $py =~ ^(3.9|3.10|3.11|3.12) ]]; then
|
|
306
|
+
echo "\$ python$py -m ensurepip --upgrade"
|
|
307
|
+
python$py -m ensurepip --upgrade
|
|
308
|
+
if [[ $py == "3.12" ]]; then
|
|
309
|
+
echo "\$ python$py -m pip install --upgrade \"setuptools>=75.0.1\""
|
|
310
|
+
python$py -m pip install --upgrade "setuptools>=75.0.1"
|
|
311
|
+
fi
|
|
312
|
+
else
|
|
313
|
+
echo "\$ " python$py get-pip.py
|
|
314
|
+
python$py get-pip.py
|
|
315
|
+
rm -f get-pip.py
|
|
316
|
+
echo "\$ " python$py -m pip install pip
|
|
317
|
+
python$py -m pip install pip
|
|
318
|
+
fi
|
|
309
319
|
fi
|
|
310
320
|
else
|
|
311
321
|
echo "\$ " python$py -m pip install pip -U
|