bolton-ion


Namebolton-ion JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/python-boltons/ion
SummaryI/O ninja (ION)... Utilities related to I/O that we find useful.
upload_time2021-12-22 21:32:20
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.
            # ion

**I/O ninja (ION)... Utilities related to I/O that we find useful.**

_project status badges:_

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

_version badges:_

[![Project Version](https://img.shields.io/pypi/v/bolton-ion)](https://pypi.org/project/bolton-ion/)
[![Python Versions](https://img.shields.io/pypi/pyversions/bolton-ion)](https://pypi.org/project/bolton-ion/)
[![Cookiecutter: cc-python](https://img.shields.io/static/v1?label=cc-python&message=2021.12.22&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 `bolton-ion` using [pip][9], run the following
commands in your terminal:

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

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-ion.readthedocs.io/en/latest
[2]: https://github.com/python-boltons/ion/blob/master/CHANGELOG.md
[3]: https://bolton-ion.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/ion/blob/master/CONTRIBUTING.md
[8]: https://github.com/python-boltons/ion
[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/ion/issues/new/choose



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python-boltons/ion",
    "name": "bolton-ion",
    "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/c2/c6/ab99fabf2aae5363ce9fa9b8e5e5552ee0e2b43c38ff74d206de510b2d12/bolton-ion-0.1.0.tar.gz",
    "platform": "",
    "description": "# ion\n\n**I/O ninja (ION)... Utilities related to I/O that we find useful.**\n\n_project status badges:_\n\n[![CI Workflow](https://github.com/python-boltons/ion/actions/workflows/ci.yml/badge.svg)](https://github.com/python-boltons/ion/actions/workflows/ci.yml)\n[![Coverage](https://codecov.io/gh/python-boltons/ion/branch/master/graph/badge.svg)](https://codecov.io/gh/python-boltons/ion)\n[![Documentation Status](https://readthedocs.org/projects/bolton-ion/badge/?version=latest)](https://bolton-ion.readthedocs.io/en/latest/?badge=latest)\n[![Package Health](https://snyk.io/advisor/python/bolton-ion/badge.svg)](https://snyk.io/advisor/python/bolton-ion)\n\n_version badges:_\n\n[![Project Version](https://img.shields.io/pypi/v/bolton-ion)](https://pypi.org/project/bolton-ion/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/bolton-ion)](https://pypi.org/project/bolton-ion/)\n[![Cookiecutter: cc-python](https://img.shields.io/static/v1?label=cc-python&message=2021.12.22&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 `bolton-ion` using [pip][9], run the following\ncommands in your terminal:\n\n``` shell\npython3 -m pip install --user bolton-ion  # install ion\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-ion.readthedocs.io/en/latest\n[2]: https://github.com/python-boltons/ion/blob/master/CHANGELOG.md\n[3]: https://bolton-ion.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/ion/blob/master/CONTRIBUTING.md\n[8]: https://github.com/python-boltons/ion\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/ion/issues/new/choose\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "I/O ninja (ION)... Utilities related to I/O that we find useful.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/python-boltons/ion"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a79e9832f7c7c286d7e901c65dbf50e9a3e6f0887cac91b06bb5cb10b00618a",
                "md5": "4630df5764cc55730d89847f340b60dd",
                "sha256": "efcb2cbcd87b04d82d0cc45c29872c20103658e6f8aa939295fdd411c8c46a03"
            },
            "downloads": -1,
            "filename": "bolton_ion-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4630df5764cc55730d89847f340b60dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4203,
            "upload_time": "2021-12-22T21:32:19",
            "upload_time_iso_8601": "2021-12-22T21:32:19.008663Z",
            "url": "https://files.pythonhosted.org/packages/4a/79/e9832f7c7c286d7e901c65dbf50e9a3e6f0887cac91b06bb5cb10b00618a/bolton_ion-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2c6ab99fabf2aae5363ce9fa9b8e5e5552ee0e2b43c38ff74d206de510b2d12",
                "md5": "3a5229781956afce0be9afa8459ca3e4",
                "sha256": "ad348eeb2793209c4d8edf11ac4828b56fdb0b2f8735c54b759fc59059346ccf"
            },
            "downloads": -1,
            "filename": "bolton-ion-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3a5229781956afce0be9afa8459ca3e4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 30361,
            "upload_time": "2021-12-22T21:32:20",
            "upload_time_iso_8601": "2021-12-22T21:32:20.222286Z",
            "url": "https://files.pythonhosted.org/packages/c2/c6/ab99fabf2aae5363ce9fa9b8e5e5552ee0e2b43c38ff74d206de510b2d12/bolton-ion-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-12-22 21:32:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-boltons",
    "github_project": "ion",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "bolton-ion"
}
        
Elapsed time: 3.15644s