kwutil


Namekwutil JSON
Version 0.2.5 PyPI version JSON
download
home_pageNone
SummaryThe kwutil module
upload_time2024-03-20 02:32:32
maintainerNone
docs_urlNone
authorJon Crall
requires_python>=3.6
licenseApache 2
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The kwutil Module
=================


|GitlabCIPipeline| |GitlabCICoverage| |Pypi| |PypiDownloads| |ReadTheDocs|


+------------------+------------------------------------------------------+
| Read the docs    | https://kwutil.readthedocs.io                        |
+------------------+------------------------------------------------------+
| Gitlab (main)    | https://gitlab.kitware.com/computer-vision/kwutil    |
+------------------+------------------------------------------------------+
| Github (mirror)  | https://github.com/Kitware/kwutil                    |
+------------------+------------------------------------------------------+
| Pypi             | https://pypi.org/project/kwutil                      |
+------------------+------------------------------------------------------+

.. .. |ReadTheDocs|

The Kitware utility module.

This module is for small, pure-python utility functions. Dependencies are
allowed, but they must be small and highly standard packages (e.g. rich,
psutil, ruamel.yaml).

These were originally derived from `geowatch <https://gitlab.kitware.com/computer-vision/geowatch>`_ utilities.
Some of them were also from `xdev <https://github.com/Erotemic/xdev>`_.

In the case that a no-dependency utility in this library proves itself to be
extremely useful, it may be ported to `ubelt <https://github.com/Erotemic/ubelt>`_.


Current top-level API:

.. code:: python

    from kwutil import copy_manager
    from kwutil import partial_format
    from kwutil import slugify_ext
    from kwutil import util_environ
    from kwutil import util_eval
    from kwutil import util_json
    from kwutil import util_locks
    from kwutil import util_parallel
    from kwutil import util_path
    from kwutil import util_pattern
    from kwutil import util_progress
    from kwutil import util_resources
    from kwutil import util_time
    from kwutil import util_windows
    from kwutil import util_yaml


.. |Pypi| image:: https://img.shields.io/pypi/v/kwutil.svg
    :target: https://pypi.python.org/pypi/kwutil

.. |PypiDownloads| image:: https://img.shields.io/pypi/dm/kwutil.svg
    :target: https://pypistats.org/packages/kwutil

.. |ReadTheDocs| image:: https://readthedocs.org/projects/kwutil/badge/?version=release
    :target: http://kwutil.readthedocs.io/en/release/

.. # See: https://ci.appveyor.com/project/jon.crall/kwutil/settings/badges
.. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/py3s2d6tyfjc8lm3/branch/main?svg=true
   :target: https://ci.appveyor.com/project/jon.crall/kwutil/branch/main

.. |GitlabCIPipeline| image:: https://gitlab.kitware.com/computer-vision/kwutil/badges/main/pipeline.svg
   :target: https://gitlab.kitware.com/computer-vision/kwutil/-/jobs

.. |GitlabCICoverage| image:: https://gitlab.kitware.com/computer-vision/kwutil/badges/main/coverage.svg
    :target: https://gitlab.kitware.com/computer-vision/kwutil/commits/main

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kwutil",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Jon Crall",
    "author_email": "jon.crall@kitware.com",
    "download_url": null,
    "platform": null,
    "description": "The kwutil Module\n=================\n\n\n|GitlabCIPipeline| |GitlabCICoverage| |Pypi| |PypiDownloads| |ReadTheDocs|\n\n\n+------------------+------------------------------------------------------+\n| Read the docs    | https://kwutil.readthedocs.io                        |\n+------------------+------------------------------------------------------+\n| Gitlab (main)    | https://gitlab.kitware.com/computer-vision/kwutil    |\n+------------------+------------------------------------------------------+\n| Github (mirror)  | https://github.com/Kitware/kwutil                    |\n+------------------+------------------------------------------------------+\n| Pypi             | https://pypi.org/project/kwutil                      |\n+------------------+------------------------------------------------------+\n\n.. .. |ReadTheDocs|\n\nThe Kitware utility module.\n\nThis module is for small, pure-python utility functions. Dependencies are\nallowed, but they must be small and highly standard packages (e.g. rich,\npsutil, ruamel.yaml).\n\nThese were originally derived from `geowatch <https://gitlab.kitware.com/computer-vision/geowatch>`_ utilities.\nSome of them were also from `xdev <https://github.com/Erotemic/xdev>`_.\n\nIn the case that a no-dependency utility in this library proves itself to be\nextremely useful, it may be ported to `ubelt <https://github.com/Erotemic/ubelt>`_.\n\n\nCurrent top-level API:\n\n.. code:: python\n\n    from kwutil import copy_manager\n    from kwutil import partial_format\n    from kwutil import slugify_ext\n    from kwutil import util_environ\n    from kwutil import util_eval\n    from kwutil import util_json\n    from kwutil import util_locks\n    from kwutil import util_parallel\n    from kwutil import util_path\n    from kwutil import util_pattern\n    from kwutil import util_progress\n    from kwutil import util_resources\n    from kwutil import util_time\n    from kwutil import util_windows\n    from kwutil import util_yaml\n\n\n.. |Pypi| image:: https://img.shields.io/pypi/v/kwutil.svg\n    :target: https://pypi.python.org/pypi/kwutil\n\n.. |PypiDownloads| image:: https://img.shields.io/pypi/dm/kwutil.svg\n    :target: https://pypistats.org/packages/kwutil\n\n.. |ReadTheDocs| image:: https://readthedocs.org/projects/kwutil/badge/?version=release\n    :target: http://kwutil.readthedocs.io/en/release/\n\n.. # See: https://ci.appveyor.com/project/jon.crall/kwutil/settings/badges\n.. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/py3s2d6tyfjc8lm3/branch/main?svg=true\n   :target: https://ci.appveyor.com/project/jon.crall/kwutil/branch/main\n\n.. |GitlabCIPipeline| image:: https://gitlab.kitware.com/computer-vision/kwutil/badges/main/pipeline.svg\n   :target: https://gitlab.kitware.com/computer-vision/kwutil/-/jobs\n\n.. |GitlabCICoverage| image:: https://gitlab.kitware.com/computer-vision/kwutil/badges/main/coverage.svg\n    :target: https://gitlab.kitware.com/computer-vision/kwutil/commits/main\n",
    "bugtrack_url": null,
    "license": "Apache 2",
    "summary": "The kwutil module",
    "version": "0.2.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acddfd3ca2859c9f0111036bb4f12f06cd1dc81f611869bc322a9b1d71edb201",
                "md5": "283a20dc5fb8135604e2b9ceee818278",
                "sha256": "83c33dc742f9f9db5dabdc1a8c3bad1a6ac9c9ad84be4ecb9edefe8a0ec21ed5"
            },
            "downloads": -1,
            "filename": "kwutil-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "283a20dc5fb8135604e2b9ceee818278",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 56785,
            "upload_time": "2024-03-20T02:32:32",
            "upload_time_iso_8601": "2024-03-20T02:32:32.787650Z",
            "url": "https://files.pythonhosted.org/packages/ac/dd/fd3ca2859c9f0111036bb4f12f06cd1dc81f611869bc322a9b1d71edb201/kwutil-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 02:32:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kwutil"
}
        
Elapsed time: 0.20067s