Metadata-Version: 2.4
Name: javatoolkit
Version: 0.6.10
Summary: Collection of Gentoo-specific tools for Java
Author-email: Gentoo Java Team <java@gentoo.org>
Maintainer-email: Gentoo Java Team <java@gentoo.org>
Requires-Python: ~=3.10
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
License-File: COPYING
Project-URL: Homepage, https://wiki.gentoo.org/wiki/Project:Java
Project-URL: Source, https://gitweb.gentoo.org/proj/javatoolkit.git/


MOTIVATION

This is Javatoolkit, Gentoolkit's Indonesian cousin. It contains a collection of
handy scripts for ebuild writers and advanced Java users on Gentoo.

# Tests

To run the tests, in the top-level directory of this repository run:
```sh
python -m unittest discover -t src -s test
```

