Metadata-Version: 2.4
Name: orgm
Version: 0.12
Summary: ORGM CLI for managing projects and tasks
Home-page: https://github.com/osmargm1202/cli.git
Author: Osmar Garcia
Author-email: osmargm1202@gmail.com
License: Apache-2.0
Project-URL: Homepage, https://github.com/osmargm1202/cli
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: kivy>=2.3.1
Requires-Dist: nicegui>=2.15.0
Requires-Dist: pyperclip>=1.9.0
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: questionary>=2.1.0
Requires-Dist: requests>=2.32.3
Requires-Dist: rich>=13.9.4
Requires-Dist: setuptools>=75.3.2
Requires-Dist: sqlmodel>=0.0.24
Requires-Dist: textual>=0.73.0
Requires-Dist: typer>=0.15.2
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: author-email
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

### windows

```

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
uv tool install "git+https://github.com/osmargm1202/cli.git"

```

### linux

```

curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install "git+https://github.com/osmargm1202/cli.git"

```

### linux

```

wget -qO- https://astral.sh/uv/install.sh | sh
uv tool install "git+https://github.com/osmargm1202/cli.git"

```

```
uv pip install --upgrade pip
uv pip install --upgrade build
uv pip install --upgrade twine
uv run build
uv run twine upload dist/*

```
