Metadata-Version: 2.1
Name: gryszka-another-package
Version: 0.1.0
Summary: Testing WHL purpose. another Hello World
Home-page: https://github.com/Gryszka/public_nested_packages/gryszka_another_package
Author: Gryszka
Author-email: romanowicz.g@gmail.com
License: Apache License 2.0
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

# 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
```

