Metadata-Version: 2.1
Name: worky
Version: 0.1.4
Summary: Worky is a tool that helps to define and load project workspaces.
Home-page: https://github.com/ZappaBoy/worky
Keywords: worky,productivity,workspace,initializer
Author: ZappaBoy
Author-email: federico.zappone@justanother.cloud
Maintainer: ZappaBoy
Maintainer-email: federico.zappone@justanother.cloud
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Project-URL: Documentation, https://github.com/ZappaBoy/worky/blob/main/README.md
Project-URL: Repository, https://github.com/ZappaBoy/worky
Description-Content-Type: text/markdown

# Worky
Manage your workspaces and increase your productivity.

## What is Worky?
Worky is a tool that helps to define and load project workspaces. It can be used to load a project workspace with a single command and quickly start your work.
Worky saves you from wasting time doing repetitive tasks before actually starting to work.

## Future improvements
Please note that this is a work in progress tool. If you have any idea or suggestion, please open an issue or a pull request.
Any helps is appreciated. Here is a list of future improvements:
- [ ] Add the project to PyPI

## For developers
Install dependencies:
```shell
pyenv local 3.11.1
poetry use env 3.11.1
poetry install
poetry run start {{your_command_args}}
```

## Getting started
### Installation
### Configuration
### Usage




