gryszka-hello-package


Namegryszka-hello-package JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/Gryszka/public_nested_packages/src/gryszka_hello_package
SummaryTesting WHL purpose. Hello World
upload_time2024-08-26 16:36:07
maintainerNone
docs_urlNone
authorGryszka
requires_pythonNone
licenseApache License 2.0
keywords testing example package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # public_nested_packages

The purpose of this repository is to test the creation of multiple packages within a single repository. It aims to achieve the following goals:

- Create multiple packages within one repository.
- Prevent circular imports between modules.
- Keep imports at the package level in tests.
- Enable the repository to work independently, with or without the packages installed.

## Installation

You can install the package using pip...or not (that's the purpose!):


```bash
pip install gryszka-hello-package
pip install gryszka-another-package
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Gryszka/public_nested_packages/src/gryszka_hello_package",
    "name": "gryszka-hello-package",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "testing example package",
    "author": "Gryszka",
    "author_email": "romanowicz.g@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7e/16/2c8fd9db6ec73df4ec3a715e8d01255fc75d1834843c6597e981ab72e4e1/gryszka_hello_package-0.1.4.tar.gz",
    "platform": null,
    "description": "# public_nested_packages\n\nThe purpose of this repository is to test the creation of multiple packages within a single repository. It aims to achieve the following goals:\n\n- Create multiple packages within one repository.\n- Prevent circular imports between modules.\n- Keep imports at the package level in tests.\n- Enable the repository to work independently, with or without the packages installed.\n\n## Installation\n\nYou can install the package using pip...or not (that's the purpose!):\n\n\n```bash\npip install gryszka-hello-package\npip install gryszka-another-package\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Testing WHL purpose. Hello World",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/Gryszka/public_nested_packages/src/gryszka_hello_package"
    },
    "split_keywords": [
        "testing",
        "example",
        "package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46c9c920940bba4e6616b1086079fb04a9e412f3e4368fb0d45e62f7669a19bb",
                "md5": "54574fe239967ca5fabc1e9043e179f3",
                "sha256": "11e84d553c163320fdecc0c1dd3f74d14f3bfbbda7bef40c591163dff90cedcc"
            },
            "downloads": -1,
            "filename": "gryszka_hello_package-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "54574fe239967ca5fabc1e9043e179f3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6941,
            "upload_time": "2024-08-26T16:36:05",
            "upload_time_iso_8601": "2024-08-26T16:36:05.292959Z",
            "url": "https://files.pythonhosted.org/packages/46/c9/c920940bba4e6616b1086079fb04a9e412f3e4368fb0d45e62f7669a19bb/gryszka_hello_package-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e162c8fd9db6ec73df4ec3a715e8d01255fc75d1834843c6597e981ab72e4e1",
                "md5": "cd63e2facc6d5f6fdf2be6bc60af21f9",
                "sha256": "085b26e60f7940bec1c54ecb6192ce282ca82f850b1fc43a856240e2dd84506e"
            },
            "downloads": -1,
            "filename": "gryszka_hello_package-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "cd63e2facc6d5f6fdf2be6bc60af21f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2243,
            "upload_time": "2024-08-26T16:36:07",
            "upload_time_iso_8601": "2024-08-26T16:36:07.974995Z",
            "url": "https://files.pythonhosted.org/packages/7e/16/2c8fd9db6ec73df4ec3a715e8d01255fc75d1834843c6597e981ab72e4e1/gryszka_hello_package-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 16:36:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Gryszka",
    "github_project": "public_nested_packages",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gryszka-hello-package"
}
        
Elapsed time: 0.54495s