Metadata-Version: 2.1
Name: importall
Version: 0.2.0
Summary: Imports all importable files in a package
Home-page: https://github.com/python-packaging/importall/
Author: Tim Hatch
Author-email: tim@timhatch.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# importall

Usage:

```
$ python -m importall click --exclude="_winconsole.py"
click ok
click._bashcomplete ok
click._compat ok
click._termui_impl ok
click._textwrap ok
click._unicodefun ok
click.core ok
click.decorators ok
click.exceptions ok
click.formatting ok
click.globals ok
click.parser ok
click.termui ok
click.testing ok
click.types ok
click.utils ok
$ echo $?
0
```

# License

importall is copyright [Tim Hatch](https://timhatch.com/), and licensed under
the MIT license.  I am providing code in this repository to you under an open
source license.  This is my personal repository; the license you receive to
my code is from me and not from my employer. See the `LICENSE` file for details.


