invesytoolbox


Nameinvesytoolbox JSON
Version 0.0.26 PyPI version JSON
download
home_pageNone
SummaryTools for Python scripts or terminal
upload_time2025-07-13 06:27:46
maintainerNone
docs_urlNone
authorNone
requires_python<3.12,>=3.7
licenseNone
keywords toolbox utilities scripts terminal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # invesytoolbox

A set of useful tools, created for my own convenience.

Why "invesy"? Invesy (from German **In**halts**ve**rwaltungs**sy**stem == content management system) is a closed source cms I created with Thomas Macher. It's only used in-house, that's why we didn't bother making it open source.

Invesy runs on Zope, so most of the individual website's logic runs in restricted Python. That's one reason for this toolbox: providing a set of useful functions in one single package which can be allowed in our restricted Python environment without having to allow a long list of external packages. Also some packages, while being importable, contain functions or methods not usable in restricted Python (like bs4's prettify).

That's also why all date and time functions also take into account the old DateTime (as opposed to datetime) package, on which Zope is still relying upon heavily.

## Links

- The documentation can be found here: [rastaf.gitlab.io/invesytoolbox](https://rastaf.gitlab.io/invesytoolbox/).
- The project history can be found here: [HISTORY.md](https://gitlab.com/Rastaf/invesytoolbox/blob/master/HISTORY.md)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "invesytoolbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.7",
    "maintainer_email": null,
    "keywords": "toolbox, utilities, scripts, terminal",
    "author": null,
    "author_email": "Georg Pfolz <georg.pfolz@invesy.at>",
    "download_url": "https://files.pythonhosted.org/packages/61/60/6a230eaf492370635867afa05065be77a9a418a7ea4fa95820bb87223402/invesytoolbox-0.0.26.tar.gz",
    "platform": null,
    "description": "# invesytoolbox\n\nA set of useful tools, created for my own convenience.\n\nWhy \"invesy\"? Invesy (from German **In**halts**ve**rwaltungs**sy**stem == content management system) is a closed source cms I created with Thomas Macher. It's only used in-house, that's why we didn't bother making it open source.\n\nInvesy runs on Zope, so most of the individual website's logic runs in restricted Python. That's one reason for this toolbox: providing a set of useful functions in one single package which can be allowed in our restricted Python environment without having to allow a long list of external packages. Also some packages, while being importable, contain functions or methods not usable in restricted Python (like bs4's prettify).\n\nThat's also why all date and time functions also take into account the old DateTime (as opposed to datetime) package, on which Zope is still relying upon heavily.\n\n## Links\n\n- The documentation can be found here: [rastaf.gitlab.io/invesytoolbox](https://rastaf.gitlab.io/invesytoolbox/).\n- The project history can be found here: [HISTORY.md](https://gitlab.com/Rastaf/invesytoolbox/blob/master/HISTORY.md)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Tools for Python scripts or terminal",
    "version": "0.0.26",
    "project_urls": {
        "Changelog": "https://gitlab.com/Rastaf/invesytoolbox/blob/main/HISTORY.md",
        "Documentation": "https://rastaf.gitlab.io/invesytoolbox/",
        "Homepage": "https://gitlab.com/Rastaf/invesytoolbox",
        "Issue Tracker": "https://gitlab.com/Rastaf/invesytoolbox/issues",
        "Source Code": "https://gitlab.com/Rastaf/invesytoolbox.git"
    },
    "split_keywords": [
        "toolbox",
        " utilities",
        " scripts",
        " terminal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61606a230eaf492370635867afa05065be77a9a418a7ea4fa95820bb87223402",
                "md5": "5dd792d3b38e58d65b0c4b82da3d1f4c",
                "sha256": "b9e43543e236fac90587878c60fc5efe5bc11e91473dbb57752ef140e02188af"
            },
            "downloads": -1,
            "filename": "invesytoolbox-0.0.26.tar.gz",
            "has_sig": false,
            "md5_digest": "5dd792d3b38e58d65b0c4b82da3d1f4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.7",
            "size": 36444,
            "upload_time": "2025-07-13T06:27:46",
            "upload_time_iso_8601": "2025-07-13T06:27:46.535652Z",
            "url": "https://files.pythonhosted.org/packages/61/60/6a230eaf492370635867afa05065be77a9a418a7ea4fa95820bb87223402/invesytoolbox-0.0.26.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 06:27:46",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "Rastaf",
    "gitlab_project": "invesytoolbox",
    "lcname": "invesytoolbox"
}
        
Elapsed time: 1.39836s