mpn


Namempn JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA man-like command for showing help for Python objects.
upload_time2024-09-23 18:41:43
maintainerNone
docs_urlNone
authorMd Sujauddin Sekh
requires_python>=3.8
licenseNone
keywords mpn
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mpn

A man-like command for showing help for Python objects.

[![PyPI - Version](https://img.shields.io/pypi/v/mpn.svg)](https://pypi.org/project/mpn)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mpn.svg)](https://pypi.org/project/mpn)

-----

**Table of Contents**

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## Installation

```console
pip install mpn
```

# Usage

To see help text for `json.dumps` and `os.path.isdir`, just type

```console
mpn json.dumps os.path.isdir
```

You can give any valid Python object as arguments.

## License

`mpn` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mpn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "mpn",
    "author": "Md Sujauddin Sekh",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/43/bd/18c631b20ef10d8fecea2f2a0d32d747698cbb555ad5b718799775c4ed40/mpn-0.0.1.tar.gz",
    "platform": null,
    "description": "# mpn\n\nA man-like command for showing help for Python objects.\n\n[![PyPI - Version](https://img.shields.io/pypi/v/mpn.svg)](https://pypi.org/project/mpn)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mpn.svg)](https://pypi.org/project/mpn)\n\n-----\n\n**Table of Contents**\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [License](#license)\n\n## Installation\n\n```console\npip install mpn\n```\n\n# Usage\n\nTo see help text for `json.dumps` and `os.path.isdir`, just type\n\n```console\nmpn json.dumps os.path.isdir\n```\n\nYou can give any valid Python object as arguments.\n\n## License\n\n`mpn` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A man-like command for showing help for Python objects.",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://github.com/sujaudd1n/mpn#readme",
        "Issues": "https://github.com/sujaudd1n/mpn/issues",
        "Source": "https://github.com/sujaudd1n/mpn"
    },
    "split_keywords": [
        "mpn"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fd3ec67e3d7250cb3fb4041a22e364fe47267782158e73399def84fc861afcdf",
                "md5": "adfd891f39685b3f22bf759d26abae79",
                "sha256": "0d68145149e424a52c959bf9c306392631f82d469675050792bcfc99efddd3f7"
            },
            "downloads": -1,
            "filename": "mpn-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "adfd891f39685b3f22bf759d26abae79",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3481,
            "upload_time": "2024-09-23T18:41:45",
            "upload_time_iso_8601": "2024-09-23T18:41:45.154410Z",
            "url": "https://files.pythonhosted.org/packages/fd/3e/c67e3d7250cb3fb4041a22e364fe47267782158e73399def84fc861afcdf/mpn-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43bd18c631b20ef10d8fecea2f2a0d32d747698cbb555ad5b718799775c4ed40",
                "md5": "1259e3ff0d5a85ddba15e45813c282a7",
                "sha256": "e66727d4261f8056591512cee367607460ced50d0f62a8036ca0254369b44257"
            },
            "downloads": -1,
            "filename": "mpn-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1259e3ff0d5a85ddba15e45813c282a7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2517,
            "upload_time": "2024-09-23T18:41:43",
            "upload_time_iso_8601": "2024-09-23T18:41:43.510188Z",
            "url": "https://files.pythonhosted.org/packages/43/bd/18c631b20ef10d8fecea2f2a0d32d747698cbb555ad5b718799775c4ed40/mpn-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-23 18:41:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sujaudd1n",
    "github_project": "mpn#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mpn"
}
        
Elapsed time: 0.35781s