# 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/fe/e3/f41de2dae11498257b39dc293f87f330e098a16f381821300b0777c6f7fe/dt_foundation-0.1.18.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.18",
"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": "60326eda8f7fcb40f7b1e297ff0030f7b43b5145bea08cd9e8f095332eddb727",
"md5": "bfd79a31c090e023621a28e5bd12a847",
"sha256": "31a678069fccf2ed03ba6b7513d65e5a8b36321c69762bc91c93312de149c63a"
},
"downloads": -1,
"filename": "dt_foundation-0.1.18-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bfd79a31c090e023621a28e5bd12a847",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 28352,
"upload_time": "2025-01-21T19:48:51",
"upload_time_iso_8601": "2025-01-21T19:48:51.278660Z",
"url": "https://files.pythonhosted.org/packages/60/32/6eda8f7fcb40f7b1e297ff0030f7b43b5145bea08cd9e8f095332eddb727/dt_foundation-0.1.18-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fee3f41de2dae11498257b39dc293f87f330e098a16f381821300b0777c6f7fe",
"md5": "2a4577bc030f18f4c9ee03a8c778eee7",
"sha256": "0a45cbeee1276c308ae7bd71a363aa9210cb2706d5832e7537377b77d400ab97"
},
"downloads": -1,
"filename": "dt_foundation-0.1.18.tar.gz",
"has_sig": false,
"md5_digest": "2a4577bc030f18f4c9ee03a8c778eee7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 22070,
"upload_time": "2025-01-21T19:48:52",
"upload_time_iso_8601": "2025-01-21T19:48:52.235258Z",
"url": "https://files.pythonhosted.org/packages/fe/e3/f41de2dae11498257b39dc293f87f330e098a16f381821300b0777c6f7fe/dt_foundation-0.1.18.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-21 19:48:52",
"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"
}