Metadata-Version: 2.1
Name: nox_tools
Version: 0.1.0
Summary: Predefined sessions for nox
Author-email: Ali Ghahraei Figueroa <aligf94@gmail.com>
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Requires-Dist: nox
Project-URL: Home, https://github.com/AliGhahraei/nox-tools

# nox-tools
## Predefined sessions for [nox](https://github.com/theacodes/nox)

To use these sessions, just install nox-tools and import them in your
noxfile.py. You can also configure their behavior by setting the config object's
attributes.

``` python
from nox_tools import tests, typing

config.module = 'my_module_name'
```

You can find out how to use each session and the config object by reading the
[docstrings](nox_tools/sessions.py)

