Metadata-Version: 2.3
Name: elsw
Version: 1.0.1
Summary: A nice way to view Portage world file.
Author-email: Maciej Barć <xgqt@xgqt.org>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: colorama
Requires-Dist: portage
Project-URL: Home, https://gitlab.com/xgqt/python-elsw/

# Elsw

Tool providing a nice way to view the Portage "world" file.

## Options

``` text
  -h, --help            show this help message and exit
  -V, --version         show program's version number and exit
  -a, --all             List all available packages
  -i, --installed       List @installed packages
  -w, --world           List @world set(s) packages
  -s, --sets            List non-@world packages
  -e EXCLUDE, --exclude EXCLUDE
                        Exclude package categories from being listed (pass in a delimited list string)
```

## License

Copyright (c) 2019-2024, Maciej Barć <xgqt@xgqt.org>
Licensed under the GNU GPL v2 License

SPDX-License-Identifier: GPL-2.0-or-later

