Metadata-Version: 2.1
Name: sl-up
Version: 0.1.1a0
Summary: Interactive Sapling SCM smartlog cli tool
License: GPL-3.0-or-later
Author: Roy Rothenberg
Author-email: royrothenberg@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# sl-up
An interactive TUI smartlog for [Sapling SCM](https://github.com/facebook/sapling), like git-sl-up but written in python3 and based on `curses`.

This is my own personal implementation for a tool available internally at Meta. FWIW, I do not have access to that tool's code so if they choose to open source the internal tool at any time, you should prefer that one over mine. I would ;) 


## Installation
```
$ pipx install git+https://github.com/vuduchild/sl-up.git
```

