gryszka-another-package


Namegryszka-another-package JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/Gryszka/src/gryszka_another_package
SummaryTesting WHL purpose. another Hello World
upload_time2024-08-26 16:36:06
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/src/gryszka_another_package",
    "name": "gryszka-another-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/28/25/52c7429efb4c0f23b8bd650488f0773758a848854fd00ddda8db503fec7c/gryszka_another_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. another Hello World",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/Gryszka/src/gryszka_another_package"
    },
    "split_keywords": [
        "testing",
        "example",
        "package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30b901ca7567a91a8dd8f091e190dd38be0e833245e6effb2a21adb3753a36d5",
                "md5": "f3cf10d1f29705b26241c45559a6ce47",
                "sha256": "19062e6d0e308970f8726435a952da90f117483c7770219dfa04418dd5886b66"
            },
            "downloads": -1,
            "filename": "gryszka_another_package-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3cf10d1f29705b26241c45559a6ce47",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6959,
            "upload_time": "2024-08-26T16:36:03",
            "upload_time_iso_8601": "2024-08-26T16:36:03.556841Z",
            "url": "https://files.pythonhosted.org/packages/30/b9/01ca7567a91a8dd8f091e190dd38be0e833245e6effb2a21adb3753a36d5/gryszka_another_package-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "282552c7429efb4c0f23b8bd650488f0773758a848854fd00ddda8db503fec7c",
                "md5": "421bf945b420cd92617b0b9422cb897b",
                "sha256": "3bb81e1ac7389c4ff8ec9b529df608a50fd8a04df68b95abf482735a785fab34"
            },
            "downloads": -1,
            "filename": "gryszka_another_package-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "421bf945b420cd92617b0b9422cb897b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2269,
            "upload_time": "2024-08-26T16:36:06",
            "upload_time_iso_8601": "2024-08-26T16:36:06.678058Z",
            "url": "https://files.pythonhosted.org/packages/28/25/52c7429efb4c0f23b8bd650488f0773758a848854fd00ddda8db503fec7c/gryszka_another_package-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 16:36:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Gryszka",
    "github_project": "src",
    "github_not_found": true,
    "lcname": "gryszka-another-package"
}
        
Elapsed time: 0.29419s