cs.typingutils


Namecs.typingutils JSON
Version 20230331 PyPI version JSON
download
home_pagehttps://bitbucket.org/cameron_simpson/css/commits/all
SummaryTrite hacks for use with typing.
upload_time2023-03-31 10:00:12
maintainer
docs_urlNone
authorCameron Simpson
requires_python
licenseGNU General Public License v3 or later (GPLv3+)
keywords python3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Trite hacks for use with typing.

*Latest release 20230331*:
Initial release.

## Function `subtype(t, name=None)`

Construct a `TypeVar` for subtypes of the type `t`.

Parameters:
* `t`: the type which bounds the `TypeVar`
* `name`: optional name for the `TypeVar`,
  default `t.__name__ + 'SubType'`

# Release Log



*Release 20230331*:
Initial release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/cameron_simpson/css/commits/all",
    "name": "cs.typingutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python3",
    "author": "Cameron Simpson",
    "author_email": "Cameron Simpson <cs@cskk.id.au>",
    "download_url": "https://files.pythonhosted.org/packages/76/37/ad32985eebf5098931201adb3aec3dc8794274c88c20031af4cb572f6671/cs.typingutils-20230331.tar.gz",
    "platform": null,
    "description": "Trite hacks for use with typing.\n\n*Latest release 20230331*:\nInitial release.\n\n## Function `subtype(t, name=None)`\n\nConstruct a `TypeVar` for subtypes of the type `t`.\n\nParameters:\n* `t`: the type which bounds the `TypeVar`\n* `name`: optional name for the `TypeVar`,\n  default `t.__name__ + 'SubType'`\n\n# Release Log\n\n\n\n*Release 20230331*:\nInitial release.\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 or later (GPLv3+)",
    "summary": "Trite hacks for use with typing.",
    "version": "20230331",
    "split_keywords": [
        "python3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a94ce2e0cd50570d3e521994ab2bed13b123cca8ec64627588483e0dce415375",
                "md5": "0a0ac567728a7f6802f8ebb6bbac309b",
                "sha256": "1630b3b1ccef8ccfeba273a841b9eedcdb53a7df0347f4088609eb0dd1eb6623"
            },
            "downloads": -1,
            "filename": "cs.typingutils-20230331-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a0ac567728a7f6802f8ebb6bbac309b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2068,
            "upload_time": "2023-03-31T10:00:10",
            "upload_time_iso_8601": "2023-03-31T10:00:10.259904Z",
            "url": "https://files.pythonhosted.org/packages/a9/4c/e2e0cd50570d3e521994ab2bed13b123cca8ec64627588483e0dce415375/cs.typingutils-20230331-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7637ad32985eebf5098931201adb3aec3dc8794274c88c20031af4cb572f6671",
                "md5": "deff377b55f578a1bf7b42d2caca9045",
                "sha256": "b06b0aa7695a9790a554e78a1e913da4bc8b2ee5012785be858f9a97e09eafe1"
            },
            "downloads": -1,
            "filename": "cs.typingutils-20230331.tar.gz",
            "has_sig": false,
            "md5_digest": "deff377b55f578a1bf7b42d2caca9045",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2151,
            "upload_time": "2023-03-31T10:00:12",
            "upload_time_iso_8601": "2023-03-31T10:00:12.373512Z",
            "url": "https://files.pythonhosted.org/packages/76/37/ad32985eebf5098931201adb3aec3dc8794274c88c20031af4cb572f6671/cs.typingutils-20230331.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-31 10:00:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "cs.typingutils"
}
        
Elapsed time: 0.05967s