Metadata-Version: 2.1
Name: jgtutils
Version: 0.1.69
Summary: A utility package common to other JGT projects.
Home-page: https://github.com/jgwill/jgtutils
Author: Guillaume Isabelle
Author-email: jgi@jgwill.com
Project-URL: Bug Reports, https://github.com/jgwill/jgtutils/issues
Project-URL: Source, https://github.com/jgwill/jgtutils
Keywords: utilities
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tlid>=0.1.15

# jgtutils

This is a Python module called `jgtutils`.

## Installation

You can install `jgtutils` from PyPI:

```bash
pip install jgtutils
```

## Usage

Here's a simple example of how to use `jgtutils`:

```python
from jgtutils import module

# Your usage example here
```

## Development

To work on the `jgtutils` project, you'll need to clone the project and install the requirements:

```bash
git clone https://github.com/yourusername/jgtutils.git
cd jgtutils
pip install -r requirements.txt
```

## Testing

We use `pytest` for testing. Run the following command to execute the tests:

```bash
pytest
```

## License

`jgtutils` is licensed under the terms of the MIT License.
```

Remember to replace `yourusername` with your actual GitHub username and provide a usage example in the Usage section.
