Metadata-Version: 2.3
Name: wation
Version: 2.0.10
Summary: This package provides a connector to interact with the services of wation.net
Project-URL: Homepage, https://github.com/TheWation
Author-email: Wation <Github@Wation.net>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Requires-Dist: appdirs
Requires-Dist: cryptography
Requires-Dist: requests
Description-Content-Type: text/markdown

# Wation

This package provides a connector to interact with the services of [wation.net](https://wation.net).

## Installation

To install the package, use pip:

```sh
pip install wation
```

## Usage
After installation, you can use the CLI tool wation to interact with the services of wation.com.

### Commands

- `wation login`: Log in to wation.net using your credentials.
- `wation logout`: Log out of your current wation session.
- `wation open`: Open Wation.net in the default browser.
- `wation connection`: Checks your internet connection and the accessibility of Wation.
- `wation --update` or `wation -u`: Upgrade the package to the latest version.
- `wation --version` or `wation -v`: Show the version information of the package.

## Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

## License
This project is licensed under the MIT License.