dt-misc


Namedt-misc JSON
Version 0.2.18 PyPI version JSON
download
home_pagehttps://github.com/JavaWiz1/dt-misc
SummaryMisc. utility packages (geoloc, weather, sound, ...)
upload_time2025-02-07 16:59:24
maintainerNone
docs_urlNone
authorAl DAmico
requires_python<4.0,>=3.10
licenseMIT
keywords python dt-tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dt-misc

dt-misc is a python library used to support the set of dt_tools packages:
 - dt-console  [[repo]](https://github.com/JavaWiz1/dt-console)  [[docs]](https://htmlpreview.github.io/?https://github.com/JavaWiz1/dt-console/blob/develop/docs/html/index.html)
 - dt-net  [[repo]](https://github.com/JavaWiz1/dt-net)  [[docs]](https://htmlpreview.github.io/?https://github.com/JavaWiz1/dt-net/blob/develop/docs/html/index.html)
 - dt-cli-tools  [[repo]](https://github.com/JavaWiz1/dt-cli-tools)  [[docs]](https://htmlpreview.github.io/?https://github.com/JavaWiz1/dt-cli-tools/blob/develop/docs/html/index.html)

and others.

It contains helper packages for Geolocation, Weather and Text-to-Speech (TSS).

## Installation

### Download source code from githup via git
```bash
git clone https://github.com/JavaWiz1/dt-misc.git
```
Note, when downloading source, [Poetry](https://python-poetry.org/docs/) was used as the package manager.  Poetry 
handles creating the virtual environment and all dependent packages installs with proper versions.

To setup virtual environment with required production __AND__ dev ([sphinx](https://www.sphinx-doc.org/en/master/)) dependencies:
```bash
poetry install
```

with ONLY production packages (no sphinx):
```bash
poetry install --without dev
```

### use the package manager [pip](https://pip.pypa.io/en/stable/) to install dt-misc.

```bash
pip install dt-misc [--user]
```

## Documentation
Package documentation can be found [here](https://htmlpreview.github.io/?https://github.com/JavaWiz1/dt-misc/blob/develop/docs/html/index.html).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JavaWiz1/dt-misc",
    "name": "dt-misc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "python, dt-tools",
    "author": "Al DAmico",
    "author_email": "JavaWiz1@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d9/aa/ce83579847957a18cce46e3bf1f3b0fcda8a216382f9e67025a3f1b86504/dt_misc-0.2.18.tar.gz",
    "platform": null,
    "description": "# dt-misc\n\ndt-misc is a python library used to support the set of dt_tools packages:\n - dt-console  [[repo]](https://github.com/JavaWiz1/dt-console)  [[docs]](https://htmlpreview.github.io/?https://github.com/JavaWiz1/dt-console/blob/develop/docs/html/index.html)\n - dt-net  [[repo]](https://github.com/JavaWiz1/dt-net)  [[docs]](https://htmlpreview.github.io/?https://github.com/JavaWiz1/dt-net/blob/develop/docs/html/index.html)\n - dt-cli-tools  [[repo]](https://github.com/JavaWiz1/dt-cli-tools)  [[docs]](https://htmlpreview.github.io/?https://github.com/JavaWiz1/dt-cli-tools/blob/develop/docs/html/index.html)\n\nand others.\n\nIt contains helper packages for Geolocation, Weather and Text-to-Speech (TSS).\n\n## Installation\n\n### Download source code from githup via git\n```bash\ngit clone https://github.com/JavaWiz1/dt-misc.git\n```\nNote, when downloading source, [Poetry](https://python-poetry.org/docs/) was used as the package manager.  Poetry \nhandles creating the virtual environment and all dependent packages installs with proper versions.\n\nTo setup virtual environment with required production __AND__ dev ([sphinx](https://www.sphinx-doc.org/en/master/)) dependencies:\n```bash\npoetry install\n```\n\nwith ONLY production packages (no sphinx):\n```bash\npoetry install --without dev\n```\n\n### use the package manager [pip](https://pip.pypa.io/en/stable/) to install dt-misc.\n\n```bash\npip install dt-misc [--user]\n```\n\n## Documentation\nPackage documentation can be found [here](https://htmlpreview.github.io/?https://github.com/JavaWiz1/dt-misc/blob/develop/docs/html/index.html).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Misc. utility packages (geoloc, weather, sound, ...)",
    "version": "0.2.18",
    "project_urls": {
        "Homepage": "https://github.com/JavaWiz1/dt-misc",
        "Repository": "https://github.com/JavaWiz1/dt-misc"
    },
    "split_keywords": [
        "python",
        " dt-tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87bf8221008e1b47edd8d95f2913374b35475c83cd0f8e34db2d52868f5f28a9",
                "md5": "8932f9c15bf67ea51f81f018fcf1d713",
                "sha256": "7e0e116fe10264e516509b679011d2ce409a036f169337b558aa0a819f68d848"
            },
            "downloads": -1,
            "filename": "dt_misc-0.2.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8932f9c15bf67ea51f81f018fcf1d713",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 36378,
            "upload_time": "2025-02-07T16:59:22",
            "upload_time_iso_8601": "2025-02-07T16:59:22.562866Z",
            "url": "https://files.pythonhosted.org/packages/87/bf/8221008e1b47edd8d95f2913374b35475c83cd0f8e34db2d52868f5f28a9/dt_misc-0.2.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9aace83579847957a18cce46e3bf1f3b0fcda8a216382f9e67025a3f1b86504",
                "md5": "07e601c94b1a1c6459f46251e21f2029",
                "sha256": "7c79ef9259da17b0877dbf6634546df1dfd82af0341a6bfb1cdf742732fb77f3"
            },
            "downloads": -1,
            "filename": "dt_misc-0.2.18.tar.gz",
            "has_sig": false,
            "md5_digest": "07e601c94b1a1c6459f46251e21f2029",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 29462,
            "upload_time": "2025-02-07T16:59:24",
            "upload_time_iso_8601": "2025-02-07T16:59:24.362468Z",
            "url": "https://files.pythonhosted.org/packages/d9/aa/ce83579847957a18cce46e3bf1f3b0fcda8a216382f9e67025a3f1b86504/dt_misc-0.2.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-07 16:59:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JavaWiz1",
    "github_project": "dt-misc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dt-misc"
}
        
Elapsed time: 1.77410s