# dt-foundation
dt-foundation 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)
It contains helper packages for logging, os detection and other common utilities.
## Installation
### Download source code from githup via git
```bash
git clone https://github.com/JavaWiz1/dt-foundation.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-foundation.
```bash
pip install dt-foundation [--user]
```
## Documentation
Package documentation can be found [here](https://htmlpreview.github.io/?https://github.com/JavaWiz1/dt-foundation/blob/develop/docs/html/index.html).
Raw data
{
"_id": null,
"home_page": "https://github.com/JavaWiz1/dt-foundation",
"name": "dt-foundation",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "python, dt-tools, dt-foundation",
"author": "Al DAmico",
"author_email": "JavaWiz1@hotmail.com",
"download_url": "https://files.pythonhosted.org/packages/53/a8/ecde65fb97287426f86614492ee92248e2f86dfd777e665991e4e2f9d8f0/dt_foundation-0.1.14.tar.gz",
"platform": null,
"description": "# dt-foundation\n\ndt-foundation 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\nIt contains helper packages for logging, os detection and other common utilities.\n\n## Installation\n\n### Download source code from githup via git\n```bash\ngit clone https://github.com/JavaWiz1/dt-foundation.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-foundation.\n\n```bash\npip install dt-foundation [--user]\n```\n\n## Documentation\nPackage documentation can be found [here](https://htmlpreview.github.io/?https://github.com/JavaWiz1/dt-foundation/blob/develop/docs/html/index.html).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "[DAmicoTech] Base modules (logging, os,..) for dt-* packages",
"version": "0.1.14",
"project_urls": {
"Homepage": "https://github.com/JavaWiz1/dt-foundation",
"Repository": "https://github.com/JavaWiz1/dt-foundation"
},
"split_keywords": [
"python",
" dt-tools",
" dt-foundation"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a57820a9065ab3b13a0379c2d39681e771dc474c22326c33acf47efe258cc594",
"md5": "841d5b41595e10a93ec36ca82821eb6c",
"sha256": "695650ddfa5b03e07c0a60fc27cbfded69bad481b7f8151e5387806d92f5a768"
},
"downloads": -1,
"filename": "dt_foundation-0.1.14-py3-none-any.whl",
"has_sig": false,
"md5_digest": "841d5b41595e10a93ec36ca82821eb6c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 27636,
"upload_time": "2025-01-12T20:57:10",
"upload_time_iso_8601": "2025-01-12T20:57:10.509843Z",
"url": "https://files.pythonhosted.org/packages/a5/78/20a9065ab3b13a0379c2d39681e771dc474c22326c33acf47efe258cc594/dt_foundation-0.1.14-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "53a8ecde65fb97287426f86614492ee92248e2f86dfd777e665991e4e2f9d8f0",
"md5": "96da03a5d0d16abca6704dc80d4dc380",
"sha256": "3b9cf60766556a4d1f4e473e66f5d2ec091f879fd0cf2cebeb634648dabe0052"
},
"downloads": -1,
"filename": "dt_foundation-0.1.14.tar.gz",
"has_sig": false,
"md5_digest": "96da03a5d0d16abca6704dc80d4dc380",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 21733,
"upload_time": "2025-01-12T20:57:12",
"upload_time_iso_8601": "2025-01-12T20:57:12.796435Z",
"url": "https://files.pythonhosted.org/packages/53/a8/ecde65fb97287426f86614492ee92248e2f86dfd777e665991e4e2f9d8f0/dt_foundation-0.1.14.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-12 20:57:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "JavaWiz1",
"github_project": "dt-foundation",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "dt-foundation"
}