Metadata-Version: 2.1
Name: scrummd
Version: 0.0.5
Author-email: Lachlan Kingsford <lachlan@nerdygentleman.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: importlib-metadata ; python_version >= "3.11"

## ScrumMD

**A note before we start: I'm proud of how much is done, but if you've stumbled here before I've told folk about it, it's not _quite_ ready, and I'm not accepting contributions just yet. There's a couple more big changes I want to do before it's released. I will still gladly take feedback.**

**ScrumMD** started with a question: What if we could have a scrum board driven entirely by md files and the CLI, and use it with git?

I know that it's going to be of niche use, but it opens up a number of great ways to do the scrum process. For instance:

-   You can run standup for `sprint1` with:

```bash
vim `sbl -b sprint1`
```

-   You can manage your cards with git...
-   ... and can add them in the repository that they are for
-   It's all text - so integrate with whatever you want

## Documentation

Find it all over on [Read The Docs](https://scrummd.readthedocs.io/). There's a fair bit of detail, and a tutorial for getting started.

## License

This is published under the [GNU General Public License v3.0](LICENSE.md). I am willing to discuss making it available under another license, or providing pai
