Metadata-Version: 2.4
Name: myemerge
Version: 1.1.0
Summary: My emerge --sync procedure
License: GPL-3.0-only
License-File: LICENSE.txt
Author: turulomio
Author-email: turulomio@yahoo.es
Requires-Python: >=3.12,<4.0.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: colorama (>=0.4.6)
Requires-Dist: configparser-rb (>=1.0.0,<2.0.0)
Project-URL: Homepage, https://github.com/turulomio/myemerge/
Project-URL: Repository, https://github.com/turulomio/myemerge/
Project-URL: changelog, https://github.com/turulomio/myemerge#changelog
Description-Content-Type: text/markdown

# MyEmerge [![Github - Downloads](https://shields.io/github/downloads/turulomio/myemerge/total?label=Github%20downloads )](https://github.com/turulomio/myemerge/)

## Configuration

My emerge recomends the use of ccache.

To see statistics with `myemerge --ccache_stats` you must set in /etc/portage/make.conf the following lines:
```bash
  CCACHE_DIR="/var/cache/ccache"
  FEATURES="ccache"
```

