pck-BrendanD


Namepck-BrendanD JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA small example package
upload_time2023-11-06 05:12:46
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/CSvoW5SF)
# Instructions

Complete [Activity 14: Python Packaging](https://classroom.github.com/a/V0uPkSQk) and have a Python package deployed on PyPi. The name of your package does not have to be "example-package" but it most end with your name. The package could do anything you like (not necessarily what is done in the tutorial). You need to push a file name **example.py** that illustrates a possible use of your package. 

# Grading

+3 I should be able to install your package using pip. 

+2 **example.py** uses the package and runts without any error. 

# pck_BrendanD

`pck_BrendanD` is a simple Python package that provides a friendly greeting.

## Installation

Install `pck_BrendanD` by running:

pip install pck_BrendanD

## Usage

To use the `greet` function from the `pck_BrendanD` package, follow these steps:

```python
from pck_BrendanD import mod

# Greet the world
print(mod.greet("World"))

# Greet a user by name
print(mod.greet("Brendan"))

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pck-BrendanD",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Example Author <author@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/73/eb/e62fcf96a8c547c6fc076dd6a4d45ea1f546679530134b654e1fd5f966a3/pck_brendand-0.0.1.tar.gz",
    "platform": null,
    "description": "[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/CSvoW5SF)\n# Instructions\n\nComplete [Activity 14: Python Packaging](https://classroom.github.com/a/V0uPkSQk) and have a Python package deployed on PyPi. The name of your package does not have to be \"example-package\" but it most end with your name. The package could do anything you like (not necessarily what is done in the tutorial). You need to push a file name **example.py** that illustrates a possible use of your package. \n\n# Grading\n\n+3 I should be able to install your package using pip. \n\n+2 **example.py** uses the package and runts without any error. \n\n# pck_BrendanD\n\n`pck_BrendanD` is a simple Python package that provides a friendly greeting.\n\n## Installation\n\nInstall `pck_BrendanD` by running:\n\npip install pck_BrendanD\n\n## Usage\n\nTo use the `greet` function from the `pck_BrendanD` package, follow these steps:\n\n```python\nfrom pck_BrendanD import mod\n\n# Greet the world\nprint(mod.greet(\"World\"))\n\n# Greet a user by name\nprint(mod.greet(\"Brendan\"))\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A small example package",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/pypa/sampleproject/issues",
        "Homepage": "https://github.com/pypa/sampleproject"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ac5402437383875c2dc5de172c80f5c8c67d346e20da18cfc15c4e643e74c8a",
                "md5": "e291d56a75742fb1853b499802df411a",
                "sha256": "203758b253021bb96fae3ab99e02a92656bc8ad9210253ec123e2a61f927692f"
            },
            "downloads": -1,
            "filename": "pck_brendand-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e291d56a75742fb1853b499802df411a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1951,
            "upload_time": "2023-11-06T05:12:44",
            "upload_time_iso_8601": "2023-11-06T05:12:44.509358Z",
            "url": "https://files.pythonhosted.org/packages/0a/c5/402437383875c2dc5de172c80f5c8c67d346e20da18cfc15c4e643e74c8a/pck_brendand-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73ebe62fcf96a8c547c6fc076dd6a4d45ea1f546679530134b654e1fd5f966a3",
                "md5": "b4260428600ed9467b20f6727e56239d",
                "sha256": "a16d911cc2134f59957ee1922c2f3322c36e0f55d33ab8debb59e6f0f4afdc6f"
            },
            "downloads": -1,
            "filename": "pck_brendand-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b4260428600ed9467b20f6727e56239d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1486,
            "upload_time": "2023-11-06T05:12:46",
            "upload_time_iso_8601": "2023-11-06T05:12:46.200715Z",
            "url": "https://files.pythonhosted.org/packages/73/eb/e62fcf96a8c547c6fc076dd6a4d45ea1f546679530134b654e1fd5f966a3/pck_brendand-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 05:12:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pypa",
    "github_project": "sampleproject",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pck-brendand"
}
        
Elapsed time: 0.38902s