Metadata-Version: 2.4
Name: loftyfamily
Version: 0.2
Summary: A python library focused on providing up to date insights and information on Hazel Lofty
Home-page: https://github.com/Violevo/loftyfamily
Author: Oliver Fisher
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# My Python Library

This is a Python library that provides up-to-date insights and information on Hazel Lofty

## Installation

To install the library, you can use pip:

```     
pip install loftyfamily
```

## Usage

Here is a simple example of how to use the library:

```python
from loftyfamily import Hazel

# Create an instance of Hazel
hazel = Hazel()

# Get age
age = hazel.getage()
print(f"Hazel's age: {age}")

# Get employment status
employment_status = hazel.getemploymentstatus()
print(f"Hazel's employment status: {employment_status}")
```

## Contributing

If you would like to contribute to the library, please follow these steps:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes and commit them (`git commit -m 'Add new feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Create a new Pull Request.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
