jgtutils


Namejgtutils JSON
Version 0.1.60 PyPI version JSON
download
home_pagehttps://github.com/jgwill/jgtutils
SummaryA utility package common to other JGT projects.
upload_time2024-04-14 13:23:23
maintainerNone
docs_urlNone
authorGuillaume Isabelle
requires_pythonNone
licenseNone
keywords utilities
VCS
bugtrack_url
requirements python-dotenv tlid
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jgwill/jgtutils",
    "name": "jgtutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "utilities",
    "author": "Guillaume Isabelle",
    "author_email": "jgi@jgwill.com",
    "download_url": "https://files.pythonhosted.org/packages/52/76/ec4ddb36eab3e0433005ea431c1165c785ffc5d290c77d21271de696f977/jgtutils-0.1.60.tar.gz",
    "platform": null,
    "description": "# jgtutils\n\nThis is a Python module called `jgtutils`.\n\n## Installation\n\nYou can install `jgtutils` from PyPI:\n\n```bash\npip install jgtutils\n```\n\n## Usage\n\nHere's a simple example of how to use `jgtutils`:\n\n```python\nfrom jgtutils import module\n\n# Your usage example here\n```\n\n## Development\n\nTo work on the `jgtutils` project, you'll need to clone the project and install the requirements:\n\n```bash\ngit clone https://github.com/yourusername/jgtutils.git\ncd jgtutils\npip install -r requirements.txt\n```\n\n## Testing\n\nWe use `pytest` for testing. Run the following command to execute the tests:\n\n```bash\npytest\n```\n\n## License\n\n`jgtutils` is licensed under the terms of the MIT License.\n```\n\nRemember to replace `yourusername` with your actual GitHub username and provide a usage example in the Usage section.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A utility package common to other JGT projects.",
    "version": "0.1.60",
    "project_urls": {
        "Bug Reports": "https://github.com/jgwill/jgtutils/issues",
        "Homepage": "https://github.com/jgwill/jgtutils",
        "Source": "https://github.com/jgwill/jgtutils"
    },
    "split_keywords": [
        "utilities"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a5aedab8c6469dc3750601a1fa63cd9d1498e44b6fac82d2b2b5120f23aa881",
                "md5": "a95f754caa5e0709b745668c99118d15",
                "sha256": "86d14cb679a69885d5398dd8b8338bf6f19c25dacb1d59fa4f21a04c482cea70"
            },
            "downloads": -1,
            "filename": "jgtutils-0.1.60-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a95f754caa5e0709b745668c99118d15",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 30121,
            "upload_time": "2024-04-14T13:23:21",
            "upload_time_iso_8601": "2024-04-14T13:23:21.533317Z",
            "url": "https://files.pythonhosted.org/packages/7a/5a/edab8c6469dc3750601a1fa63cd9d1498e44b6fac82d2b2b5120f23aa881/jgtutils-0.1.60-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5276ec4ddb36eab3e0433005ea431c1165c785ffc5d290c77d21271de696f977",
                "md5": "c99422738f939c7cc8e37c1673bd0b3b",
                "sha256": "412608443b196b149329bf5c08f769b51e23eb242e4e2498312f64f89c7ff500"
            },
            "downloads": -1,
            "filename": "jgtutils-0.1.60.tar.gz",
            "has_sig": false,
            "md5_digest": "c99422738f939c7cc8e37c1673bd0b3b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24001,
            "upload_time": "2024-04-14T13:23:23",
            "upload_time_iso_8601": "2024-04-14T13:23:23.280510Z",
            "url": "https://files.pythonhosted.org/packages/52/76/ec4ddb36eab3e0433005ea431c1165c785ffc5d290c77d21271de696f977/jgtutils-0.1.60.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 13:23:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jgwill",
    "github_project": "jgtutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "python-dotenv",
            "specs": []
        },
        {
            "name": "tlid",
            "specs": []
        }
    ],
    "lcname": "jgtutils"
}
        
Elapsed time: 0.23183s