pack-hello


Namepack-hello JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/Car-Lopes/projeto_package
SummaryPacote de saudação
upload_time2024-08-27 16:41:51
maintainerNone
docs_urlNone
authorCarlos_Lopes
requires_python>=3.0
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pack_hello

Description. 
The package package_name is used to:
	- hello
	-

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name

```bash
pip install pack_hello
```

## Usage

```python
from pack_hello import hello
hello.hello()
```

## Author
Carlos Lopes

## License
[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Car-Lopes/projeto_package",
    "name": "pack-hello",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "Carlos_Lopes",
    "author_email": "car.l1991@yahoo.com.br",
    "download_url": "https://files.pythonhosted.org/packages/2c/c0/e6801c4b801db832844efe901e4e723397f9ca0f3627454cb984ea74bb26/pack_hello-0.0.1.tar.gz",
    "platform": null,
    "description": "# pack_hello\r\n\r\nDescription. \r\nThe package package_name is used to:\r\n\t- hello\r\n\t-\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name\r\n\r\n```bash\r\npip install pack_hello\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom pack_hello import hello\r\nhello.hello()\r\n```\r\n\r\n## Author\r\nCarlos Lopes\r\n\r\n## License\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pacote de sauda\u00e7\u00e3o",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Car-Lopes/projeto_package"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "908cb59279edb3cdfeaf3ea30577f63c870d4d01e54f430478c7cea82ec04143",
                "md5": "915173019cc2126ac4d8dc2104222a5f",
                "sha256": "68a27cde67c845f0fb6d0a330207321381c4080c3c0e9ae6c03f5d30a0228f31"
            },
            "downloads": -1,
            "filename": "pack_hello-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "915173019cc2126ac4d8dc2104222a5f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 1898,
            "upload_time": "2024-08-27T16:41:49",
            "upload_time_iso_8601": "2024-08-27T16:41:49.617674Z",
            "url": "https://files.pythonhosted.org/packages/90/8c/b59279edb3cdfeaf3ea30577f63c870d4d01e54f430478c7cea82ec04143/pack_hello-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cc0e6801c4b801db832844efe901e4e723397f9ca0f3627454cb984ea74bb26",
                "md5": "aa71eee96edb5fef06f77780ef041dec",
                "sha256": "e1e32475e9a651ada06bb78b90557edeeb2b49bf49dcb2ec0115357285a6dbc9"
            },
            "downloads": -1,
            "filename": "pack_hello-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aa71eee96edb5fef06f77780ef041dec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 1516,
            "upload_time": "2024-08-27T16:41:51",
            "upload_time_iso_8601": "2024-08-27T16:41:51.672808Z",
            "url": "https://files.pythonhosted.org/packages/2c/c0/e6801c4b801db832844efe901e4e723397f9ca0f3627454cb984ea74bb26/pack_hello-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-27 16:41:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Car-Lopes",
    "github_project": "projeto_package",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pack-hello"
}
        
Elapsed time: 0.32939s