This library allows you to access 1wire buses with Python, using any
async library (trio, asyncio, curio).
This code does *not* try to talk to any 1wire interface by itself; it
uses TCP port 4304 (by default) to access one or more ``owserver``\ s.
Bus enumeration (when starting up, plus periodically in the background
if desired) is automatic and can be turned off.
This code supports background polling, alerts, and simultaneous
conversions. Bus couplers (DS2509) are handled transparently. Accessors to
device attributes are created from device descriptors, read from
``owserver`` and augmented by device-specific classes when necessary.
The name of this library is (a) historic, (b) its main author strongly
prefers Trio.
Raw data
{
"_id": null,
"home_page": "https://github.com/smurfix/asyncowfs",
"name": "asyncowfs",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.5.3",
"maintainer_email": "",
"keywords": "trio,async,io,networking",
"author": "Matthias Urlichs",
"author_email": "matthias@urlichs.de",
"download_url": "https://files.pythonhosted.org/packages/17/53/e0614c76de88a9139c79a13e75b0e54065366c4f6b7edd4157651a2e2474/asyncowfs-0.15.2.tar.gz",
"platform": null,
"description": "This library allows you to access 1wire buses with Python, using any\nasync library (trio, asyncio, curio).\n\nThis code does *not* try to talk to any 1wire interface by itself; it\nuses TCP port 4304 (by default) to access one or more ``owserver``\\ s.\n\nBus enumeration (when starting up, plus periodically in the background\nif desired) is automatic and can be turned off.\n\nThis code supports background polling, alerts, and simultaneous\nconversions. Bus couplers (DS2509) are handled transparently. Accessors to\ndevice attributes are created from device descriptors, read from\n``owserver`` and augmented by device-specific classes when necessary.\n\nThe name of this library is (a) historic, (b) its main author strongly\nprefers Trio.\n",
"bugtrack_url": null,
"license": "MIT -or- Apache License 2.0",
"summary": "Async access to 1wire (asyncio,trio,curio)",
"version": "0.15.2",
"project_urls": {
"Homepage": "https://github.com/smurfix/asyncowfs"
},
"split_keywords": [
"trio",
"async",
"io",
"networking"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "93d1dc469b94413e7b51a4fce2421798a7ee723f30ceb92d797ab63c0fa743c5",
"md5": "e5f14a5c1670d3f75890a6405c00c963",
"sha256": "06330dcea80b41365cab88a62b7c6a414e766874e502b7bfae6c9a32507c161c"
},
"downloads": -1,
"filename": "asyncowfs-0.15.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e5f14a5c1670d3f75890a6405c00c963",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5.3",
"size": 33045,
"upload_time": "2024-03-05T17:46:21",
"upload_time_iso_8601": "2024-03-05T17:46:21.621432Z",
"url": "https://files.pythonhosted.org/packages/93/d1/dc469b94413e7b51a4fce2421798a7ee723f30ceb92d797ab63c0fa743c5/asyncowfs-0.15.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1753e0614c76de88a9139c79a13e75b0e54065366c4f6b7edd4157651a2e2474",
"md5": "5121be08d70c9230a8219a42f90c0de8",
"sha256": "852bffb2d8fb50cc639a4f2a71fad1ac7ed6d2843d7d90e7c2f8ea810f0317b1"
},
"downloads": -1,
"filename": "asyncowfs-0.15.2.tar.gz",
"has_sig": false,
"md5_digest": "5121be08d70c9230a8219a42f90c0de8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5.3",
"size": 42836,
"upload_time": "2024-03-05T17:46:22",
"upload_time_iso_8601": "2024-03-05T17:46:22.941829Z",
"url": "https://files.pythonhosted.org/packages/17/53/e0614c76de88a9139c79a13e75b0e54065366c4f6b7edd4157651a2e2474/asyncowfs-0.15.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-05 17:46:22",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "smurfix",
"github_project": "asyncowfs",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"appveyor": true,
"lcname": "asyncowfs"
}