Metadata-Version: 2.1
Name: gryszka_hello_package
Version: 0.1.4
Summary: Testing WHL purpose. Hello World
Home-page: https://github.com/Gryszka/public_nested_packages/src/gryszka_hello_package
Author: Gryszka
Author-email: romanowicz.g@gmail.com
License: Apache License 2.0
Description: # 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
        ```
Keywords: testing example package
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
