Metadata-Version: 2.1
Name: stackler
Version: 0.1.0
Summary: 
Author: Modun
Author-email: modun@xiaohongshu.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: GitPython (==3.1.27)
Requires-Dist: click (==8.1.3)
Requires-Dist: phabricator (==0.9.1)
Requires-Dist: termcolor (==1.1.0)
Requires-Dist: typer (==0.6.1)
Description-Content-Type: text/markdown

# Stackler

Working with Phabricator Stack has never been so easy.

# Install

```
poetry install --no-dev
```

# Develop

```
poetry install
poetry config virtualenvs.in-project true
poetry shell
```


