cdfutils


Namecdfutils JSON
Version 1.0.8 PyPI version JSON
download
home_pagehttps://github.com/cdfarrow/cdfutils/wiki
SummaryA general utility library of miscellaneous functions and classes
upload_time2024-04-15 04:23:47
maintainerNone
docs_urlNone
authorCraig Farrow
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cdfutils

_A library of miscellaneous utility functions and classes that I've created for my projects._

## Config

+ ConfigStore: A generic configuration class that persists values in a text file.

## DotNet
_Some general helper classes for use with .NET Windows.Forms_

+ CustomMainMenu: Builds a full MainMenu from a supplied configuration.
+ CustomToolBar: Builds a ToolBar from a supplied configuration.
+ SimpleContextMenu: Builds a ContextMenu from a supplied configuration.

## Textfile
_Utility functions for reading from text files_

+ randomLine(): Returns a random line from a file.
+ randomSection(): Returns a random section (delimited by lines starting with #) from a file.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cdfarrow/cdfutils/wiki",
    "name": "cdfutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Craig Farrow",
    "author_email": null,
    "download_url": null,
    "platform": "Windows",
    "description": "# cdfutils\r\n\r\n_A library of miscellaneous utility functions and classes that I've created for my projects._\r\n\r\n## Config\r\n\r\n+ ConfigStore: A generic configuration class that persists values in a text file.\r\n\r\n## DotNet\r\n_Some general helper classes for use with .NET Windows.Forms_\r\n\r\n+ CustomMainMenu: Builds a full MainMenu from a supplied configuration.\r\n+ CustomToolBar: Builds a ToolBar from a supplied configuration.\r\n+ SimpleContextMenu: Builds a ContextMenu from a supplied configuration.\r\n\r\n## Textfile\r\n_Utility functions for reading from text files_\r\n\r\n+ randomLine(): Returns a random line from a file.\r\n+ randomSection(): Returns a random section (delimited by lines starting with #) from a file.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A general utility library of miscellaneous functions and classes",
    "version": "1.0.8",
    "project_urls": {
        "Homepage": "https://github.com/cdfarrow/cdfutils/wiki"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6234cc42fa33e4e21b50c2b844c98e4566672c9de703c8a1f7b63e14ca520bc",
                "md5": "9323ea26fb6039c5d4974a1b43fa4839",
                "sha256": "bf305448bfec6e7dff9132c0d6d96ed71444174024d7f3e0a39afd4a36487486"
            },
            "downloads": -1,
            "filename": "cdfutils-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9323ea26fb6039c5d4974a1b43fa4839",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 14410,
            "upload_time": "2024-04-15T04:23:47",
            "upload_time_iso_8601": "2024-04-15T04:23:47.347273Z",
            "url": "https://files.pythonhosted.org/packages/b6/23/4cc42fa33e4e21b50c2b844c98e4566672c9de703c8a1f7b63e14ca520bc/cdfutils-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 04:23:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cdfarrow",
    "github_project": "cdfutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "cdfutils"
}
        
Elapsed time: 0.23643s