Metadata-Version: 2.4
Name: appletalk
Version: 0.0.3
Summary: a Python library for macOS AppleScript dialogs and notifications
Home-page: 
Author: Annes
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Appletalk

Appletalk is a Python library designed to simplify communication between distributed systems and applications. It provides a lightweight and efficient framework for message passing and data exchange.

## Features

- **Easy Integration**: Quickly integrate Appletalk into your Python projects.
- **Lightweight**: Minimal dependencies for fast and efficient performance.
- **Customizable**: Flexible configuration options to suit your needs.

## Installation

Install Appletalk using pip:

```bash
pip install appletalk
```

## Usage

Here's a basic example of how to use Appletalk:

```python
# open a website with chrome!
import appletalk.chrome as ch
ch.open_url("https://www.example.com")
```

## Documentation

coming soon

## Contributing

Contributions are welcome! 

## License

This project is licensed under the Boost Software License. See the [LICENSE](LICENSE) file for details.
