pynullpkg


Namepynullpkg JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/mminichino/python-test-package
SummaryPython Test Package
upload_time2023-08-22 18:20:34
maintainer
docs_urlNone
authorMichael Minichino
requires_python>=3.6
licenseMIT License
keywords devops pytest
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            *******************
python-test-package
*******************
A package to be used for testing pip and package management.

Introduction
============

This package provides a simple module that can be easily installed and uninstalled.

Usage
=====

Install

```pip install pynullpkg```

```pip install --user pynullpkg```

Import

```>>> import pynullpkg```

```python -c 'import pynullpkg'```

Uninstall

```pip uninstall pynullpkg```
  

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mminichino/python-test-package",
    "name": "pynullpkg",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "devops,pytest",
    "author": "Michael Minichino",
    "author_email": "info@unix.us.com",
    "download_url": "https://files.pythonhosted.org/packages/34/18/9e813e70d5c17f4410df85a6f593c1d247e20dc58da56b86fe3353c1fd52/pynullpkg-1.0.0.tar.gz",
    "platform": null,
    "description": "*******************\npython-test-package\n*******************\nA package to be used for testing pip and package management.\n\nIntroduction\n============\n\nThis package provides a simple module that can be easily installed and uninstalled.\n\nUsage\n=====\n\nInstall\n\n```pip install pynullpkg```\n\n```pip install --user pynullpkg```\n\nImport\n\n```>>> import pynullpkg```\n\n```python -c 'import pynullpkg'```\n\nUninstall\n\n```pip uninstall pynullpkg```\n  \n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Python Test Package",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/mminichino/python-test-package"
    },
    "split_keywords": [
        "devops",
        "pytest"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34189e813e70d5c17f4410df85a6f593c1d247e20dc58da56b86fe3353c1fd52",
                "md5": "4c7bf3234d62717d5327de92d282f9f9",
                "sha256": "a39ffe54164b3f4fadd959798c73651434a2aec6acf7275b7fb290a85866d81d"
            },
            "downloads": -1,
            "filename": "pynullpkg-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4c7bf3234d62717d5327de92d282f9f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1651,
            "upload_time": "2023-08-22T18:20:34",
            "upload_time_iso_8601": "2023-08-22T18:20:34.349388Z",
            "url": "https://files.pythonhosted.org/packages/34/18/9e813e70d5c17f4410df85a6f593c1d247e20dc58da56b86fe3353c1fd52/pynullpkg-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-22 18:20:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mminichino",
    "github_project": "python-test-package",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pynullpkg"
}
        
Elapsed time: 0.23869s