Metadata-Version: 2.4
Name: workfold
Version: 0.1.0a7
Summary: Compatibility installer for Wuf, formerly known as Workfold.
Author-email: "Jan T. Müller" <mail@jantmueller.com>
License-Expression: MIT
Project-URL: homepage, https://github.com/janthmueller/wuf
Project-URL: documentation, https://janthmueller.github.io/wuf/
Project-URL: source, https://github.com/janthmueller/wuf
Project-URL: tracker, https://github.com/janthmueller/wuf/issues
Classifier: Development Status :: 7 - Inactive
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: wuf==0.1.0a7

# Workfold has become Wuf

Workfold continues as [Wuf](https://pypi.org/project/wuf/): the local CLI that
folds Git and filesystem timestamp footprints into a representative weekly
activity view.

This distribution is an installation bridge. Installing or upgrading
`workfold` installs the maintained `wuf` distribution, which provides the
canonical `wuf` command and a compatible `workfold` command:

```bash
pip install --upgrade workfold
wuf --help
```

New installations should use `pip install wuf` directly. Documentation and
development continue at <https://github.com/janthmueller/wuf>.
