Name | fundamentals JSON |
Version |
2.7.1
JSON |
| download |
home_page | https://github.com/thespacedoctor/fundamentals |
Summary | Some fundamental tools required by most self-respecting python-packages bundled in one place. Very opinionated project setup tools including logging, plain-text settings files and database connections. |
upload_time | 2024-10-28 21:13:40 |
maintainer | None |
docs_url | None |
author | David Young |
requires_python | None |
license | MIT |
keywords |
logging
database
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# fundamentals
[![](https://zenodo.org/badge/DOI/10.5281/zenodo.8037509.svg)](https://zenodo.org/doi/10.5281/zenodo.8037509)
<!-- INFO BADGES -->
[![](https://img.shields.io/pypi/pyversions/fundamentals)](https://pypi.org/project/fundamentals/)
[![](https://img.shields.io/pypi/v/fundamentals)](https://pypi.org/project/fundamentals/)
[![](https://img.shields.io/conda/vn/conda-forge/fundamentals)](https://anaconda.org/conda-forge/fundamentals)
[![](https://pepy.tech/badge/fundamentals)](https://pepy.tech/project/fundamentals)
[![](https://img.shields.io/github/license/thespacedoctor/fundamentals)](https://github.com/thespacedoctor/fundamentals)
<!-- STATUS BADGES -->
[![](http://157.245.42.153:8080/buildStatus/icon?job=fundamentals%2Fmaster&subject=build%20master)](http://157.245.42.153:8080/blue/organizations/jenkins/fundamentals/activity?branch=master)
[![](http://157.245.42.153:8080/buildStatus/icon?job=fundamentals%2Fdevelop&subject=build%20dev)](http://157.245.42.153:8080/blue/organizations/jenkins/fundamentals/activity?branch=develop)
[![](https://cdn.jsdelivr.net/gh/thespacedoctor/fundamentals@master/coverage.svg)](https://raw.githack.com/thespacedoctor/fundamentals/master/htmlcov/index.html)
[![](https://readthedocs.org/projects/fundamentals/badge/?version=master)](https://fundamentals.readthedocs.io/en/master/)
[![](https://img.shields.io/github/issues/thespacedoctor/fundamentals/type:%20bug?label=bug%20issues)](https://github.com/thespacedoctor/fundamentals/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+bug%22+)
*Some fundamental tools required by most self-respecting python-packages bundled in one place. Very opinionated project setup tools including logging, plain-text settings files and database connections*.
Documentation for fundamentals is hosted by [Read the Docs](https://fundamentals.readthedocs.io/en/master/) ([development version](https://fundamentals.readthedocs.io/en/develop/) and [master version](https://fundamentals.readthedocs.io/en/master/)). The code lives on [github](https://github.com/thespacedoctor/fundamentals). Please report any issues you find [here](https://github.com/thespacedoctor/fundamentals/issues).
## Features
*
## How to cite fundamentals
If you use `fundamentals` in your work, please cite using the following BibTeX entry:
```bibtex
@software{Young_fundamentals,
author = {Young, David R.},
doi = {10.5281/zenodo.8037509},
license = {GPL-3.0-only},
title = {{fundamentals. Fundamental tools required by most self-respecting python-packages bundled in one place}},
url = {https://zenodo.org/doi/10.5281/zenodo.8037509}
}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/thespacedoctor/fundamentals",
"name": "fundamentals",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "logging, database",
"author": "David Young",
"author_email": "davidrobertyoung@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a5/a2/366425e9415a20e6386f0263d55b601391ba422bc54b2cc67b3375a2bc48/fundamentals-2.7.1.tar.gz",
"platform": null,
"description": "# fundamentals\n\n\n[![](https://zenodo.org/badge/DOI/10.5281/zenodo.8037509.svg)](https://zenodo.org/doi/10.5281/zenodo.8037509) \n\n<!-- INFO BADGES --> \n\n[![](https://img.shields.io/pypi/pyversions/fundamentals)](https://pypi.org/project/fundamentals/)\n[![](https://img.shields.io/pypi/v/fundamentals)](https://pypi.org/project/fundamentals/)\n[![](https://img.shields.io/conda/vn/conda-forge/fundamentals)](https://anaconda.org/conda-forge/fundamentals)\n[![](https://pepy.tech/badge/fundamentals)](https://pepy.tech/project/fundamentals)\n[![](https://img.shields.io/github/license/thespacedoctor/fundamentals)](https://github.com/thespacedoctor/fundamentals)\n\n<!-- STATUS BADGES --> \n\n[![](http://157.245.42.153:8080/buildStatus/icon?job=fundamentals%2Fmaster&subject=build%20master)](http://157.245.42.153:8080/blue/organizations/jenkins/fundamentals/activity?branch=master)\n[![](http://157.245.42.153:8080/buildStatus/icon?job=fundamentals%2Fdevelop&subject=build%20dev)](http://157.245.42.153:8080/blue/organizations/jenkins/fundamentals/activity?branch=develop)\n[![](https://cdn.jsdelivr.net/gh/thespacedoctor/fundamentals@master/coverage.svg)](https://raw.githack.com/thespacedoctor/fundamentals/master/htmlcov/index.html)\n[![](https://readthedocs.org/projects/fundamentals/badge/?version=master)](https://fundamentals.readthedocs.io/en/master/)\n[![](https://img.shields.io/github/issues/thespacedoctor/fundamentals/type:%20bug?label=bug%20issues)](https://github.com/thespacedoctor/fundamentals/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+bug%22+)\n\n*Some fundamental tools required by most self-respecting python-packages bundled in one place. Very opinionated project setup tools including logging, plain-text settings files and database connections*.\n\nDocumentation for fundamentals is hosted by [Read the Docs](https://fundamentals.readthedocs.io/en/master/) ([development version](https://fundamentals.readthedocs.io/en/develop/) and [master version](https://fundamentals.readthedocs.io/en/master/)). The code lives on [github](https://github.com/thespacedoctor/fundamentals). Please report any issues you find [here](https://github.com/thespacedoctor/fundamentals/issues).\n\n## Features\n\n* \n\n## How to cite fundamentals\n\nIf you use `fundamentals` in your work, please cite using the following BibTeX entry: \n\n```bibtex\n@software{Young_fundamentals,\n author = {Young, David R.},\n doi = {10.5281/zenodo.8037509},\n license = {GPL-3.0-only},\n title = {{fundamentals. Fundamental tools required by most self-respecting python-packages bundled in one place}},\n url = {https://zenodo.org/doi/10.5281/zenodo.8037509}\n}\n```\n\n\n \n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Some fundamental tools required by most self-respecting python-packages bundled in one place. Very opinionated project setup tools including logging, plain-text settings files and database connections.",
"version": "2.7.1",
"project_urls": {
"Download": "https://github.com/thespacedoctor/fundamentals/archive/v2.7.1.zip",
"Homepage": "https://github.com/thespacedoctor/fundamentals"
},
"split_keywords": [
"logging",
" database"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4f74ecc5acd33e4fbe5834a54e2bd981c21a9b2e6336e368323e9bf4311e79fa",
"md5": "3d6183dafa324d453107a7ee306b67a5",
"sha256": "23be7ead33d92ce16c41f0a20e82cbf18d00cb2664c74edfe20e1b3e66c6fa27"
},
"downloads": -1,
"filename": "fundamentals-2.7.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3d6183dafa324d453107a7ee306b67a5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 85893,
"upload_time": "2024-10-28T21:13:43",
"upload_time_iso_8601": "2024-10-28T21:13:43.267807Z",
"url": "https://files.pythonhosted.org/packages/4f/74/ecc5acd33e4fbe5834a54e2bd981c21a9b2e6336e368323e9bf4311e79fa/fundamentals-2.7.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a5a2366425e9415a20e6386f0263d55b601391ba422bc54b2cc67b3375a2bc48",
"md5": "a30327d9eb71c37ccbd844a93230b4f7",
"sha256": "36ebae6eeb3d283135300fbdd0e148e690cc501df10eca352bf169bff2ab7e7c"
},
"downloads": -1,
"filename": "fundamentals-2.7.1.tar.gz",
"has_sig": false,
"md5_digest": "a30327d9eb71c37ccbd844a93230b4f7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 67365,
"upload_time": "2024-10-28T21:13:40",
"upload_time_iso_8601": "2024-10-28T21:13:40.250460Z",
"url": "https://files.pythonhosted.org/packages/a5/a2/366425e9415a20e6386f0263d55b601391ba422bc54b2cc67b3375a2bc48/fundamentals-2.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-28 21:13:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "thespacedoctor",
"github_project": "fundamentals",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "fundamentals"
}