poxy 0.15.0__tar.gz → 0.17.0__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.
- {poxy-0.15.0 → poxy-0.17.0}/CHANGELOG.md +9 -0
- {poxy-0.15.0/src/poxy.egg-info → poxy-0.17.0}/PKG-INFO +26 -8
- {poxy-0.15.0 → poxy-0.17.0}/README.md +15 -7
- {poxy-0.15.0 → poxy-0.17.0}/pyproject.toml +31 -30
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/css/poxy-overrides.css +1 -1
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/poxy.css +1 -1
- poxy-0.17.0/src/poxy/main.py +698 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/paths.py +3 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/project.py +16 -20
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/run.py +7 -3
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/utils.py +13 -3
- poxy-0.17.0/src/poxy/version.txt +1 -0
- {poxy-0.15.0 → poxy-0.17.0/src/poxy.egg-info}/PKG-INFO +26 -8
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy.egg-info/requires.txt +1 -0
- poxy-0.15.0/src/poxy/main.py +0 -394
- poxy-0.15.0/src/poxy/version.txt +0 -1
- {poxy-0.15.0 → poxy-0.17.0}/LICENSE.txt +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/setup.cfg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/__init__.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/cppreference-doxygen-web.tag.xml +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/css/m-special.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/css/m-theme-dark.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/css/m-theme-light.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/css/poxy-pygments.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/css/poxy-theme-dark.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/css/poxy-theme-light.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/css/poxy.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/css.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/doxygen.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/emoji.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/fixers.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/6aa12ac32e258617e37a0030dc54f789b894368b.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/emoji.json +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdg18Smxg.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdh18Smxg.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18Smxg.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdj18Smxg.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdo18Smxg.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18Q.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdv18Smxg.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMOvWjMY.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMevWjMY.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlMuvWjMY.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlOevWjMY.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPuvWjMY.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bQ10YVJg.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bQF0YVJg.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bQV0YVJg.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bQl0YVJg.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bSl0YVJg.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bTV0YVJg.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/generated/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1bTl0Y.woff2 +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/graph.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-c++03.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-c++11.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-c++14.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-c++17.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-c++20.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-c++23.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-c++26.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-c++29.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-c++98.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-license-apache_2.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-license-bsd_2_clause.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-license-bsd_3_clause.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-license-gpl.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-license-gpl_2.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-license-gpl_3.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-license-lgpl.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-license-lgpl_2.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-license-lgpl_2_1.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-license-lgpl_3.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-badge-license-mit.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-icon-email.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-icon-github.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-icon-gitlab.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-icon-sponsor.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-icon-theme.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/img/poxy-icon-twitter.svg +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/js/jquery-3.6.0.slim.min.js +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/js/poxy.js +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/CONTRIBUTING.rst +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/CREDITS.rst +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/README.rst +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/css/m-components.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/css/m-debug.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/css/m-documentation.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/css/m-grid.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/css/m-layout.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/css/pygments-console.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/css/pygments-dark.css +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/__init__.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/_search.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/doxygen.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/favicon-dark.png +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/favicon-light.png +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/python.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/search.js +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/annotated.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/base-class-reference.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/base-index.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/base-reference.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/base.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/class.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/concept.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/concepts.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/details-define.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/details-enum.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/details-func.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/details-typedef.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/details-var.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/dir.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/entry-class.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/entry-concept.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/entry-define.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/entry-dir.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/entry-enum.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/entry-file.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/entry-func.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/entry-module.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/entry-namespace.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/entry-typedef.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/entry-var.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/example.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/file.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/files.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/group.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/modules.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/namespace.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/namespaces.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/opensearch.xml +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/page.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/pages.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/struct.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/documentation/templates/doxygen/union.html +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/ansilexer.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/dot2svg.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/latex2svg.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/latex2svgextra.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/__init__.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/abbr.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/alias.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/code.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/components.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/dot.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/dox.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/filesize.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/gh.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/gl.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/htmlsanity.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/images.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/link.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/math.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/metadata.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/plots.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/qr.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/sphinx.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss/plugins/m/vk.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/mcss.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/repos.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/schemas.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/soup.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/svg.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/version.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy/xml_utils.py +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy.egg-info/SOURCES.txt +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy.egg-info/dependency_links.txt +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy.egg-info/entry_points.txt +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy.egg-info/top_level.txt +0 -0
- {poxy-0.15.0 → poxy-0.17.0}/src/poxy.egg-info/zip-safe +0 -0
@@ -1,5 +1,14 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## v0.17.0 - 2024-04-21
|
4
|
+
|
5
|
+
- added arguments `--min-version` and `--squash-patches` for more control over `--git-tags` mode
|
6
|
+
|
7
|
+
## v0.16.0 - 2024-01-28
|
8
|
+
|
9
|
+
- added multi-version mode argument `--git-tags`
|
10
|
+
- added colour to output
|
11
|
+
|
3
12
|
## v0.15.0 - 2023-12-08
|
4
13
|
|
5
14
|
- added config option `main_page` (a.k.a. `USE_MDFILE_AS_MAINPAGE`)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: poxy
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.17.0
|
4
4
|
Summary: Documentation generator for C++.
|
5
5
|
Author-email: Mark Gillard <mark.gillard@outlook.com.au>
|
6
6
|
License: MIT
|
@@ -28,6 +28,7 @@ Requires-Dist: tomli
|
|
28
28
|
Requires-Dist: schema!=0.7.5
|
29
29
|
Requires-Dist: requests
|
30
30
|
Requires-Dist: trieregex
|
31
|
+
Requires-Dist: colorama
|
31
32
|
|
32
33
|
# poxy
|
33
34
|
|
@@ -100,7 +101,8 @@ Poxy is a command-line application.
|
|
100
101
|
```
|
101
102
|
usage: poxy [-h] [-v] [--html | --no-html] [--ppinclude <regex>] [--ppexclude <regex>]
|
102
103
|
[--theme {light,dark,custom}] [--threads N] [--version] [--xml | --no-xml]
|
103
|
-
[--werror | --no-werror] [--bug-report]
|
104
|
+
[--werror | --no-werror] [--bug-report] [--git-tags]
|
105
|
+
[--squash-patches | --no-squash-patches] [--min-version <version>]
|
104
106
|
[config]
|
105
107
|
|
106
108
|
_ __ _____ ___ _
|
@@ -108,7 +110,7 @@ usage: poxy [-h] [-v] [--html | --no-html] [--ppinclude <regex>] [--ppexclude <r
|
|
108
110
|
| |_) | (_) > <| |_| |
|
109
111
|
| .__/ \___/_/\_\\__, |
|
110
112
|
| | __/ |
|
111
|
-
|_| |___/ v0.
|
113
|
+
|_| |___/ v0.17.0 - github.com/marzer/poxy
|
112
114
|
|
113
115
|
Generate fancy C++ documentation.
|
114
116
|
|
@@ -118,17 +120,24 @@ positional arguments:
|
|
118
120
|
options:
|
119
121
|
-h, --help show this help message and exit
|
120
122
|
-v, --verbose enable very noisy diagnostic output
|
121
|
-
--html, --no-html specify whether HTML output is required
|
123
|
+
--html, --no-html specify whether HTML output is required
|
122
124
|
--ppinclude <regex> pattern matching HTML file names to post-process (default: all)
|
123
|
-
--ppexclude <regex> pattern matching HTML file names to exclude from post-processing (default:
|
125
|
+
--ppexclude <regex> pattern matching HTML file names to exclude from post-processing (default: None)
|
124
126
|
--theme {light,dark,custom}
|
125
|
-
|
127
|
+
sets the default visual theme (default: read from config)
|
126
128
|
--threads N set the number of threads to use (default: automatic)
|
127
129
|
--version print the version and exit
|
128
|
-
--xml, --no-xml specify whether XML output is required
|
130
|
+
--xml, --no-xml specify whether XML output is required
|
129
131
|
--werror, --no-werror
|
130
|
-
|
132
|
+
treat warnings as errors (default: read from config)
|
131
133
|
--bug-report captures all output in a zip file for easier bug reporting.
|
134
|
+
--git-tags add git-tag-based semver version switcher to the generated HTML
|
135
|
+
--squash-patches, --no-squash-patches
|
136
|
+
when using --git-tags and two version tags differ by a patch number,
|
137
|
+
generate docs for the highest one only (default: True)
|
138
|
+
--min-version <version>
|
139
|
+
sets the minimum version number to emit when using --git-tags,
|
140
|
+
or a negative integer to mean "the last N versions". (default: None)
|
132
141
|
```
|
133
142
|
|
134
143
|
The basic three-step to using Poxy is similar to Doxygen:
|
@@ -212,6 +221,15 @@ Poxy bundles a fork of m.css, used per the [MIT/Expat license](https://github.co
|
|
212
221
|
|
213
222
|
# Changelog
|
214
223
|
|
224
|
+
## v0.17.0 - 2024-04-21
|
225
|
+
|
226
|
+
- added arguments `--min-version` and `--squash-patches` for more control over `--git-tags` mode
|
227
|
+
|
228
|
+
## v0.16.0 - 2024-01-28
|
229
|
+
|
230
|
+
- added multi-version mode argument `--git-tags`
|
231
|
+
- added colour to output
|
232
|
+
|
215
233
|
## v0.15.0 - 2023-12-08
|
216
234
|
|
217
235
|
- added config option `main_page` (a.k.a. `USE_MDFILE_AS_MAINPAGE`)
|
@@ -69,7 +69,8 @@ Poxy is a command-line application.
|
|
69
69
|
```
|
70
70
|
usage: poxy [-h] [-v] [--html | --no-html] [--ppinclude <regex>] [--ppexclude <regex>]
|
71
71
|
[--theme {light,dark,custom}] [--threads N] [--version] [--xml | --no-xml]
|
72
|
-
[--werror | --no-werror] [--bug-report]
|
72
|
+
[--werror | --no-werror] [--bug-report] [--git-tags]
|
73
|
+
[--squash-patches | --no-squash-patches] [--min-version <version>]
|
73
74
|
[config]
|
74
75
|
|
75
76
|
_ __ _____ ___ _
|
@@ -77,7 +78,7 @@ usage: poxy [-h] [-v] [--html | --no-html] [--ppinclude <regex>] [--ppexclude <r
|
|
77
78
|
| |_) | (_) > <| |_| |
|
78
79
|
| .__/ \___/_/\_\\__, |
|
79
80
|
| | __/ |
|
80
|
-
|_| |___/ v0.
|
81
|
+
|_| |___/ v0.17.0 - github.com/marzer/poxy
|
81
82
|
|
82
83
|
Generate fancy C++ documentation.
|
83
84
|
|
@@ -87,17 +88,24 @@ positional arguments:
|
|
87
88
|
options:
|
88
89
|
-h, --help show this help message and exit
|
89
90
|
-v, --verbose enable very noisy diagnostic output
|
90
|
-
--html, --no-html specify whether HTML output is required
|
91
|
+
--html, --no-html specify whether HTML output is required
|
91
92
|
--ppinclude <regex> pattern matching HTML file names to post-process (default: all)
|
92
|
-
--ppexclude <regex> pattern matching HTML file names to exclude from post-processing (default:
|
93
|
+
--ppexclude <regex> pattern matching HTML file names to exclude from post-processing (default: None)
|
93
94
|
--theme {light,dark,custom}
|
94
|
-
|
95
|
+
sets the default visual theme (default: read from config)
|
95
96
|
--threads N set the number of threads to use (default: automatic)
|
96
97
|
--version print the version and exit
|
97
|
-
--xml, --no-xml specify whether XML output is required
|
98
|
+
--xml, --no-xml specify whether XML output is required
|
98
99
|
--werror, --no-werror
|
99
|
-
|
100
|
+
treat warnings as errors (default: read from config)
|
100
101
|
--bug-report captures all output in a zip file for easier bug reporting.
|
102
|
+
--git-tags add git-tag-based semver version switcher to the generated HTML
|
103
|
+
--squash-patches, --no-squash-patches
|
104
|
+
when using --git-tags and two version tags differ by a patch number,
|
105
|
+
generate docs for the highest one only (default: True)
|
106
|
+
--min-version <version>
|
107
|
+
sets the minimum version number to emit when using --git-tags,
|
108
|
+
or a negative integer to mean "the last N versions". (default: None)
|
101
109
|
```
|
102
110
|
|
103
111
|
The basic three-step to using Poxy is similar to Doxygen:
|
@@ -18,25 +18,26 @@ authors = [{ name = "Mark Gillard", email = "mark.gillard@outlook.com.au" }]
|
|
18
18
|
license = { text = 'MIT' }
|
19
19
|
keywords = ['c++', 'doxygen', 'documentation']
|
20
20
|
classifiers = [
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
21
|
+
'Development Status :: 4 - Beta',
|
22
|
+
'License :: OSI Approved :: MIT License',
|
23
|
+
'Programming Language :: C++',
|
24
|
+
'Topic :: Documentation',
|
25
|
+
'Topic :: Software Development :: Code Generators',
|
26
|
+
'Topic :: Software Development :: Documentation',
|
27
|
+
'Topic :: Utilities',
|
28
28
|
]
|
29
29
|
dependencies = [
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
30
|
+
'misk >= 0.8.1',
|
31
|
+
'bs4',
|
32
|
+
'jinja2',
|
33
|
+
'pygments',
|
34
|
+
'html5lib',
|
35
|
+
'lxml',
|
36
|
+
'tomli',
|
37
|
+
'schema != 0.7.5',
|
38
|
+
'requests',
|
39
|
+
'trieregex',
|
40
|
+
'colorama',
|
40
41
|
]
|
41
42
|
dynamic = ['version', 'readme']
|
42
43
|
|
@@ -55,8 +56,8 @@ zip-safe = true
|
|
55
56
|
[tool.setuptools.dynamic]
|
56
57
|
version = { file = 'src/poxy/version.txt' }
|
57
58
|
readme = { file = [
|
58
|
-
|
59
|
-
|
59
|
+
'README.md',
|
60
|
+
'CHANGELOG.md',
|
60
61
|
], content-type = 'text/markdown' }
|
61
62
|
|
62
63
|
[tool.setuptools.packages.find]
|
@@ -65,17 +66,17 @@ include = ["poxy*"]
|
|
65
66
|
|
66
67
|
[tool.setuptools.package-data]
|
67
68
|
"*" = [
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
69
|
+
'*.css',
|
70
|
+
'*.woff',
|
71
|
+
'*.woff2',
|
72
|
+
'*.json',
|
73
|
+
'*.rst',
|
74
|
+
'*.html',
|
75
|
+
'*.xml',
|
76
|
+
'*.png',
|
77
|
+
'*.js',
|
78
|
+
'*.svg',
|
79
|
+
'*.txt',
|
79
80
|
]
|
80
81
|
|
81
82
|
[tool.setuptools.exclude-package-data]
|
@@ -2638,7 +2638,7 @@ color: var(--color);
|
|
2638
2638
|
html { height: 100%; scroll-padding-top: 4em; }
|
2639
2639
|
body { min-height: 100%; }
|
2640
2640
|
body { display: flex; flex-direction: column; }
|
2641
|
-
body > header { position: sticky; top: 0; left: 0; right: 0; z-index:
|
2641
|
+
body > header { position: sticky; top: 0; left: 0; right: 0; z-index: 6; }
|
2642
2642
|
body > main { flex: 1 0 auto; }
|
2643
2643
|
body > footer { flex-shrink: 0; }
|
2644
2644
|
body > header,
|