bolton-typist


Namebolton-typist JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/python-boltons/typist
SummaryTyping utilities we wish were in the standard library.
upload_time2022-01-14 01:55:38
maintainer
docs_urlNone
authorBryan M Bugyi
requires_python>=3.8
licenseMIT license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # typist

**Typing utilities we wish were in the standard library.**

_project status badges:_

[![CI Workflow](https://github.com/python-boltons/typist/actions/workflows/ci.yml/badge.svg)](https://github.com/python-boltons/typist/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/python-boltons/typist/branch/master/graph/badge.svg)](https://codecov.io/gh/python-boltons/typist)
[![Documentation Status](https://readthedocs.org/projects/bolton-typist/badge/?version=latest)](https://bolton-typist.readthedocs.io/en/latest/?badge=latest)
[![Package Health](https://snyk.io/advisor/python/bolton-typist/badge.svg)](https://snyk.io/advisor/python/bolton-typist)

_version badges:_

[![Project Version](https://img.shields.io/pypi/v/bolton-typist)](https://pypi.org/project/bolton-typist/)
[![Python Versions](https://img.shields.io/pypi/pyversions/bolton-typist)](https://pypi.org/project/bolton-typist/)
[![Cookiecutter: cc-python](https://img.shields.io/static/v1?label=cc-python&message=2022.01.04&color=d4aa00&logo=cookiecutter&logoColor=d4aa00)](https://github.com/python-boltons/cc-python)
[![Docker: pythonboltons/main](https://img.shields.io/static/v1?label=pythonboltons%20%2F%20main&message=2021.12.22&color=8ec4ad&logo=docker&logoColor=8ec4ad)](https://github.com/python-boltons/docker-python)


## Installation 🗹

To install `typist` using [pip][9], run the following
commands in your terminal:

``` shell
python3 -m pip install --user bolton-typist  # install typist
```

If you don't have pip installed, this [Python installation guide][10] can guide
you through the process.


## Useful Links 🔗

* [API Reference][3]: A developer's reference of the API exposed by this
  project.
* [cc-python][4]: The [cookiecutter][5] that was used to generate this project.
  Changes made to this cookiecutter are periodically synced with this project
  using [cruft][12].
* [CHANGELOG.md][2]: We use this file to document all notable changes made to
  this project.
* [CONTRIBUTING.md][7]: This document contains guidelines for developers
  interested in contributing to this project.
* [Create a New Issue][13]: Create a new GitHub issue for this project.
* [Documentation][1]: This project's full documentation.


[1]: https://bolton-typist.readthedocs.io/en/latest
[2]: https://github.com/python-boltons/typist/blob/master/CHANGELOG.md
[3]: https://bolton-typist.readthedocs.io/en/latest/modules.html
[4]: https://github.com/python-boltons/cc-python
[5]: https://github.com/cookiecutter/cookiecutter
[6]: https://docs.readthedocs.io/en/stable/
[7]: https://github.com/python-boltons/typist/blob/master/CONTRIBUTING.md
[8]: https://github.com/python-boltons/typist
[9]: https://pip.pypa.io
[10]: http://docs.python-guide.org/en/latest/starting/installation/
[11]: https://github.com/pypa/pipx
[12]: https://github.com/cruft/cruft
[13]: https://github.com/python-boltons/typist/issues/new/choose



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python-boltons/typist",
    "name": "bolton-typist",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Bryan M Bugyi",
    "author_email": "bryanbugyi34@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/73/28/64f098289e9ebaa1aa4870f29ce603ee08fc309990094c15a6f1bec7abeb/bolton-typist-0.2.0.tar.gz",
    "platform": "",
    "description": "# typist\n\n**Typing utilities we wish were in the standard library.**\n\n_project status badges:_\n\n[![CI Workflow](https://github.com/python-boltons/typist/actions/workflows/ci.yml/badge.svg)](https://github.com/python-boltons/typist/actions/workflows/ci.yml)\n[![Coverage](https://codecov.io/gh/python-boltons/typist/branch/master/graph/badge.svg)](https://codecov.io/gh/python-boltons/typist)\n[![Documentation Status](https://readthedocs.org/projects/bolton-typist/badge/?version=latest)](https://bolton-typist.readthedocs.io/en/latest/?badge=latest)\n[![Package Health](https://snyk.io/advisor/python/bolton-typist/badge.svg)](https://snyk.io/advisor/python/bolton-typist)\n\n_version badges:_\n\n[![Project Version](https://img.shields.io/pypi/v/bolton-typist)](https://pypi.org/project/bolton-typist/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/bolton-typist)](https://pypi.org/project/bolton-typist/)\n[![Cookiecutter: cc-python](https://img.shields.io/static/v1?label=cc-python&message=2022.01.04&color=d4aa00&logo=cookiecutter&logoColor=d4aa00)](https://github.com/python-boltons/cc-python)\n[![Docker: pythonboltons/main](https://img.shields.io/static/v1?label=pythonboltons%20%2F%20main&message=2021.12.22&color=8ec4ad&logo=docker&logoColor=8ec4ad)](https://github.com/python-boltons/docker-python)\n\n\n## Installation \ud83d\uddf9\n\nTo install `typist` using [pip][9], run the following\ncommands in your terminal:\n\n``` shell\npython3 -m pip install --user bolton-typist  # install typist\n```\n\nIf you don't have pip installed, this [Python installation guide][10] can guide\nyou through the process.\n\n\n## Useful Links \ud83d\udd17\n\n* [API Reference][3]: A developer's reference of the API exposed by this\n  project.\n* [cc-python][4]: The [cookiecutter][5] that was used to generate this project.\n  Changes made to this cookiecutter are periodically synced with this project\n  using [cruft][12].\n* [CHANGELOG.md][2]: We use this file to document all notable changes made to\n  this project.\n* [CONTRIBUTING.md][7]: This document contains guidelines for developers\n  interested in contributing to this project.\n* [Create a New Issue][13]: Create a new GitHub issue for this project.\n* [Documentation][1]: This project's full documentation.\n\n\n[1]: https://bolton-typist.readthedocs.io/en/latest\n[2]: https://github.com/python-boltons/typist/blob/master/CHANGELOG.md\n[3]: https://bolton-typist.readthedocs.io/en/latest/modules.html\n[4]: https://github.com/python-boltons/cc-python\n[5]: https://github.com/cookiecutter/cookiecutter\n[6]: https://docs.readthedocs.io/en/stable/\n[7]: https://github.com/python-boltons/typist/blob/master/CONTRIBUTING.md\n[8]: https://github.com/python-boltons/typist\n[9]: https://pip.pypa.io\n[10]: http://docs.python-guide.org/en/latest/starting/installation/\n[11]: https://github.com/pypa/pipx\n[12]: https://github.com/cruft/cruft\n[13]: https://github.com/python-boltons/typist/issues/new/choose\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Typing utilities we wish were in the standard library.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/python-boltons/typist"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83d8a617c78b588f51461af6d1e05092820046ce4dec115e9cad1c78e0dc6349",
                "md5": "1e5539d4c2d75f871d9d8423208746d2",
                "sha256": "3f817300b898d36a86223abd9f57e8dbcd74a4c645d1922867df6ab21f9473c9"
            },
            "downloads": -1,
            "filename": "bolton_typist-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1e5539d4c2d75f871d9d8423208746d2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4108,
            "upload_time": "2022-01-14T01:55:37",
            "upload_time_iso_8601": "2022-01-14T01:55:37.604072Z",
            "url": "https://files.pythonhosted.org/packages/83/d8/a617c78b588f51461af6d1e05092820046ce4dec115e9cad1c78e0dc6349/bolton_typist-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "732864f098289e9ebaa1aa4870f29ce603ee08fc309990094c15a6f1bec7abeb",
                "md5": "971c06d0041a3b1592ea1aff43012e25",
                "sha256": "d878ea0819af92fdc67cb0969418970da7a756e672ddd017231d73b4ef097cc0"
            },
            "downloads": -1,
            "filename": "bolton-typist-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "971c06d0041a3b1592ea1aff43012e25",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 30712,
            "upload_time": "2022-01-14T01:55:38",
            "upload_time_iso_8601": "2022-01-14T01:55:38.922556Z",
            "url": "https://files.pythonhosted.org/packages/73/28/64f098289e9ebaa1aa4870f29ce603ee08fc309990094c15a6f1bec7abeb/bolton-typist-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-01-14 01:55:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-boltons",
    "github_project": "typist",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "bolton-typist"
}
        
Elapsed time: 0.21688s