Skip to content

JGT Utils - A utility package common to other JGT projects.

License

Notifications You must be signed in to change notification settings

jgwill/jgtutils

Repository files navigation

jgtutils

This is a Python module called jgtutils.

Installation

You can install jgtutils from PyPI:

pip install jgtutils

Usage

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

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:

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:

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.

About

JGT Utils - A utility package common to other JGT projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published