



# Generic Functionality used in the Common-EGSE
This package 'cgse-common' contains functionality that is used by all `cgse` sub-packages, but it is designed to be a stand-alone generic package that can be used also in any other project.
## Installation
Install the package using pip:
$ pip install cgse-common
## Usage
All functionality resides in the package `egse`. As an example, if you need a standard way to format your timestamp, use the `format_datetime()` function from `egse.system`:
>>> from egse.system import format_datetime
>>> print(format_datetime())
2023-10-10T08:41:51.937+0000
## Included Functionality
A non-comprehensive list of available functionality:
### Functionality of General Use
* **egse.bits**: contains a number of convenience functions to work with bits, bytes and integers
* **egse.decorators**: a collection of useful decorator functions
* **egse.reload**: a slightly better approach to reloading modules and function than the standard importlib.reload() function.
* **egse.resource**: provides convenience functions to use resources in your code without the need to specify an absolute path
* **egse.system**: defines convenience functions that provide information on system specific functionality like, file system interactions, timing, operating system interactions, etc.
* **egse.version**: functionality to retrieve the package version information
Raw data
{
"_id": null,
"home_page": null,
"name": "cgse-common",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>",
"keywords": "CGSE, Common-EGSE, hardware testing, software framework",
"author": "IvS KU Leuven",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/f3/d1/7943d99b3f0c50d060d716729efee827478f5757065aa342bcfe2f9d83c2/cgse_common-0.16.14.tar.gz",
"platform": null,
"description": "\n\n\n\n\n\n# Generic Functionality used in the Common-EGSE\n\nThis package 'cgse-common' contains functionality that is used by all `cgse` sub-packages, but it is designed to be a stand-alone generic package that can be used also in any other project.\n\n\n## Installation\n\nInstall the package using pip:\n\n $ pip install cgse-common\n\n\n## Usage\n\nAll functionality resides in the package `egse`. As an example, if you need a standard way to format your timestamp, use the `format_datetime()` function from `egse.system`:\n\n >>> from egse.system import format_datetime\n >>> print(format_datetime())\n 2023-10-10T08:41:51.937+0000\n\n\n## Included Functionality\n\nA non-comprehensive list of available functionality:\n\n### Functionality of General Use\n\n* **egse.bits**: contains a number of convenience functions to work with bits, bytes and integers\n* **egse.decorators**: a collection of useful decorator functions\n* **egse.reload**: a slightly better approach to reloading modules and function than the standard importlib.reload() function.\n* **egse.resource**: provides convenience functions to use resources in your code without the need to specify an absolute path\n* **egse.system**: defines convenience functions that provide information on system specific functionality like, file system interactions, timing, operating system interactions, etc.\n* **egse.version**: functionality to retrieve the package version information\n",
"bugtrack_url": null,
"license": null,
"summary": "Software framework to support hardware testing",
"version": "0.16.14",
"project_urls": null,
"split_keywords": [
"cgse",
" common-egse",
" hardware testing",
" software framework"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "16ce328590e8a7d17c3db4d14d921cc3cce199cb5c61bbd431955a76c1a9d0fb",
"md5": "21f4194e335685167ad8dbd55574e679",
"sha256": "ff5d0e87b95fcdd12de5c13989cb6dd52fde9b1911c618a4ad517c9736b0f196"
},
"downloads": -1,
"filename": "cgse_common-0.16.14-py3-none-any.whl",
"has_sig": false,
"md5_digest": "21f4194e335685167ad8dbd55574e679",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 135681,
"upload_time": "2025-10-24T13:37:52",
"upload_time_iso_8601": "2025-10-24T13:37:52.247849Z",
"url": "https://files.pythonhosted.org/packages/16/ce/328590e8a7d17c3db4d14d921cc3cce199cb5c61bbd431955a76c1a9d0fb/cgse_common-0.16.14-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f3d17943d99b3f0c50d060d716729efee827478f5757065aa342bcfe2f9d83c2",
"md5": "a095272ff0a13149e640caaf10fe7a2e",
"sha256": "909c6ded7d865957e6575b547189eeb5b50e5ece10b2d7b5777daa509836d8fa"
},
"downloads": -1,
"filename": "cgse_common-0.16.14.tar.gz",
"has_sig": false,
"md5_digest": "a095272ff0a13149e640caaf10fe7a2e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 119609,
"upload_time": "2025-10-24T13:37:53",
"upload_time_iso_8601": "2025-10-24T13:37:53.519719Z",
"url": "https://files.pythonhosted.org/packages/f3/d1/7943d99b3f0c50d060d716729efee827478f5757065aa342bcfe2f9d83c2/cgse_common-0.16.14.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-24 13:37:53",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "cgse-common"
}