bpyutils


Namebpyutils JSON
Version 0.5.8 PyPI version JSON
download
home_pagehttps://github.com/achillesrasquinha/bpyutils
SummaryA collection of various common Python utilities.
upload_time2022-09-14 00:17:53
maintainer
docs_urlNone
authorAchilles Rasquinha
requires_python
licenseMIT License
keywords utilities python boilpy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
  <img src="https://raw.githubusercontent.com/boilpy/boilpy/develop/.github/assets/logo.png" height="128">
  <h1>
      bpyutils
  </h1>
  <h4>A collection of various common Python utilities.</h4>
</div>

<p align="center">
  <a href='https://github.com/achillesrasquinha/bpyutils/actions?query=workflow:"Continuous Integration"'>
    <img src="https://img.shields.io/github/workflow/status/achillesrasquinha/bpyutils/Continuous Integration?style=flat-square">
  </a>
  <a href="https://coveralls.io/github/achillesrasquinha/bpyutils">
    <img src="https://img.shields.io/coveralls/github/achillesrasquinha/bpyutils.svg?style=flat-square">
  </a>
  <a href="https://pypi.org/project/bpyutils/">
    <img src="https://img.shields.io/pypi/v/bpyutils.svg?style=flat-square">
  </a>
  <a href="https://pypi.org/project/bpyutils/">
    <img src="https://img.shields.io/pypi/l/bpyutils.svg?style=flat-square">
  </a>
  <a href="https://pypi.org/project/bpyutils/">
    <img src="https://img.shields.io/pypi/pyversions/bpyutils.svg?style=flat-square">
  </a>
  <a href="https://git.io/boilpy">
    <img src="https://img.shields.io/badge/made%20with-boilpy-red.svg?style=flat-square">
  </a>
</p>

### Table of Contents
* [Features](#features)
* [Quick Start](#quick-start)
* [Usage](#usage)
* [License](#license)

### Features
* Python 2.7+ and Python 3.4+ compatible.

### Quick Start

```shell
$ pip install bpyutils
```

Check out [installation](docs/source/installation.md) for more details.

### Usage

#### Application Interface

```python
>>> import bpyutils
```

#### Command-Line Interface

```console
$ bpyutils
Usage: bpyutils [OPTIONS] COMMAND [ARGS]...

  A collection of various common Python utilities.

Options:
  --version   Show the version and exit.
  -h, --help  Show this message and exit.

Commands:
  help     Show this message and exit.
  version  Show version and exit.
```

#### License

This repository has been released under the [MIT License](LICENSE).

---

<div align="center">
  Made with ❤️ using <a href="https://git.io/boilpy">boilpy</a>.
</div>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/achillesrasquinha/bpyutils",
    "name": "bpyutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "utilities python boilpy",
    "author": "Achilles Rasquinha",
    "author_email": "achillesrasquinha@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a9/0d/bb35ffd8b68fd12b96a55d404a388ccfdaf31da30ce829df4880f558c601/bpyutils-0.5.8.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/boilpy/boilpy/develop/.github/assets/logo.png\" height=\"128\">\n  <h1>\n      bpyutils\n  </h1>\n  <h4>A collection of various common Python utilities.</h4>\n</div>\n\n<p align=\"center\">\n  <a href='https://github.com/achillesrasquinha/bpyutils/actions?query=workflow:\"Continuous Integration\"'>\n    <img src=\"https://img.shields.io/github/workflow/status/achillesrasquinha/bpyutils/Continuous Integration?style=flat-square\">\n  </a>\n  <a href=\"https://coveralls.io/github/achillesrasquinha/bpyutils\">\n    <img src=\"https://img.shields.io/coveralls/github/achillesrasquinha/bpyutils.svg?style=flat-square\">\n  </a>\n  <a href=\"https://pypi.org/project/bpyutils/\">\n    <img src=\"https://img.shields.io/pypi/v/bpyutils.svg?style=flat-square\">\n  </a>\n  <a href=\"https://pypi.org/project/bpyutils/\">\n    <img src=\"https://img.shields.io/pypi/l/bpyutils.svg?style=flat-square\">\n  </a>\n  <a href=\"https://pypi.org/project/bpyutils/\">\n    <img src=\"https://img.shields.io/pypi/pyversions/bpyutils.svg?style=flat-square\">\n  </a>\n  <a href=\"https://git.io/boilpy\">\n    <img src=\"https://img.shields.io/badge/made%20with-boilpy-red.svg?style=flat-square\">\n  </a>\n</p>\n\n### Table of Contents\n* [Features](#features)\n* [Quick Start](#quick-start)\n* [Usage](#usage)\n* [License](#license)\n\n### Features\n* Python 2.7+ and Python 3.4+ compatible.\n\n### Quick Start\n\n```shell\n$ pip install bpyutils\n```\n\nCheck out [installation](docs/source/installation.md) for more details.\n\n### Usage\n\n#### Application Interface\n\n```python\n>>> import bpyutils\n```\n\n#### Command-Line Interface\n\n```console\n$ bpyutils\nUsage: bpyutils [OPTIONS] COMMAND [ARGS]...\n\n  A collection of various common Python utilities.\n\nOptions:\n  --version   Show the version and exit.\n  -h, --help  Show this message and exit.\n\nCommands:\n  help     Show this message and exit.\n  version  Show version and exit.\n```\n\n#### License\n\nThis repository has been released under the [MIT License](LICENSE).\n\n---\n\n<div align=\"center\">\n  Made with \u2764\ufe0f using <a href=\"https://git.io/boilpy\">boilpy</a>.\n</div>\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A collection of various common Python utilities.",
    "version": "0.5.8",
    "project_urls": {
        "Homepage": "https://github.com/achillesrasquinha/bpyutils"
    },
    "split_keywords": [
        "utilities",
        "python",
        "boilpy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76914ffb1cb2278ae94124aab20f2ecf5c63200868ed1308d2f04ce907e11ae9",
                "md5": "3e3d875e1bc7a518997038045d22451e",
                "sha256": "65c60903e55bc92f7df3721d2cfc62543407dbaf904c9b8a0d86d838aacdff7e"
            },
            "downloads": -1,
            "filename": "bpyutils-0.5.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e3d875e1bc7a518997038045d22451e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 51752,
            "upload_time": "2022-09-14T00:17:51",
            "upload_time_iso_8601": "2022-09-14T00:17:51.662142Z",
            "url": "https://files.pythonhosted.org/packages/76/91/4ffb1cb2278ae94124aab20f2ecf5c63200868ed1308d2f04ce907e11ae9/bpyutils-0.5.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a90dbb35ffd8b68fd12b96a55d404a388ccfdaf31da30ce829df4880f558c601",
                "md5": "813e322ff06b669017f3a5d53acaa04b",
                "sha256": "41123ee9d41f114e94100a00a681dcb93b2ac4ae1e8897b0ffe067891cbe1c46"
            },
            "downloads": -1,
            "filename": "bpyutils-0.5.8.tar.gz",
            "has_sig": false,
            "md5_digest": "813e322ff06b669017f3a5d53acaa04b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 53885,
            "upload_time": "2022-09-14T00:17:53",
            "upload_time_iso_8601": "2022-09-14T00:17:53.391079Z",
            "url": "https://files.pythonhosted.org/packages/a9/0d/bb35ffd8b68fd12b96a55d404a388ccfdaf31da30ce829df4880f558c601/bpyutils-0.5.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-09-14 00:17:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "achillesrasquinha",
    "github_project": "bpyutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "bpyutils"
}
        
Elapsed time: 0.07637s