Name | devint JSON |
Version |
0.2.5
JSON |
| download |
home_page | None |
Summary | Unified Device Interface - A Python library for interacting with various hardware devices and protocols |
upload_time | 2025-08-01 18:58:35 |
maintainer | None |
docs_url | None |
author | Tom Sapletta |
requires_python | <4.0,>=3.10 |
license | Apache-2.0 |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# DevInt - Unified Device Interface
[](https://pypi.org/project/devint/)
[](https://pypi.org/project/devint/)
[](https://github.com/softreck/devint/blob/main/LICENSE)
A Python library for interacting with various hardware devices and protocols through a unified interface.
## Features
- **Unified API** for different hardware interfaces (I2C, SPI, GPIO, Serial, etc.)
- **Device Registry** for easy hardware component management
- **Web Interface** for remote monitoring and control
- **Multiple Protocol Support**:
- Modbus RTU/TCP
- I2C/SMBus
- SPI
- GPIO
- 1-Wire
- CAN bus
- MQTT
- **Pre-built Device Support** for common hardware (Raspberry Pi HATs, Waveshare modules, etc.)
## Installation
```bash
pip install devint
```
For development:
```bash
git clone https://github.com/softreck/devint.git
cd devint
poetry install
```
## Quick Start
```python
from devint import MultiDeviceService
from devint.registry.raspberry_pi.sense_hat import RaspberrySenseHAT
# Create a service
service = MultiDeviceService()
# Add a device
sense_hat = RaspberrySenseHAT("sense_hat_1")
service.add_device(sense_hat)
# Start the service (includes web interface on port 5000)
service.start()
```
## Documentation
For full documentation, please visit [https://github.com/pyfunc/devint](https://github.com/softreck/devint)
## License
Apache 2.0 - See [LICENSE](LICENSE) for more information.
## Contributing
Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details.
Raw data
{
"_id": null,
"home_page": null,
"name": "devint",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Tom Sapletta",
"author_email": "info@softreck.dev",
"download_url": "https://files.pythonhosted.org/packages/7b/1d/40e40e293344550b665e07b7c1cab854855a3c394304a8674e135b209a77/devint-0.2.5.tar.gz",
"platform": null,
"description": "# DevInt - Unified Device Interface\n\n[](https://pypi.org/project/devint/)\n[](https://pypi.org/project/devint/)\n[](https://github.com/softreck/devint/blob/main/LICENSE)\n\nA Python library for interacting with various hardware devices and protocols through a unified interface.\n\n## Features\n\n- **Unified API** for different hardware interfaces (I2C, SPI, GPIO, Serial, etc.)\n- **Device Registry** for easy hardware component management\n- **Web Interface** for remote monitoring and control\n- **Multiple Protocol Support**:\n - Modbus RTU/TCP\n - I2C/SMBus\n - SPI\n - GPIO\n - 1-Wire\n - CAN bus\n - MQTT\n- **Pre-built Device Support** for common hardware (Raspberry Pi HATs, Waveshare modules, etc.)\n\n## Installation\n\n```bash\npip install devint\n```\n\nFor development:\n\n```bash\ngit clone https://github.com/softreck/devint.git\ncd devint\npoetry install\n```\n\n## Quick Start\n\n```python\nfrom devint import MultiDeviceService\nfrom devint.registry.raspberry_pi.sense_hat import RaspberrySenseHAT\n\n# Create a service\nservice = MultiDeviceService()\n\n# Add a device\nsense_hat = RaspberrySenseHAT(\"sense_hat_1\")\nservice.add_device(sense_hat)\n\n# Start the service (includes web interface on port 5000)\nservice.start()\n```\n\n## Documentation\n\nFor full documentation, please visit [https://github.com/pyfunc/devint](https://github.com/softreck/devint)\n\n## License\n\nApache 2.0 - See [LICENSE](LICENSE) for more information.\n\n## Contributing\n\nContributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details.\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Unified Device Interface - A Python library for interacting with various hardware devices and protocols",
"version": "0.2.5",
"project_urls": {
"Bug Tracker": "https://github.com/pyfunc/devint/issues",
"Documentation": "https://github.com/pyfunc/devint#readme",
"Homepage": "https://github.com/pyfunc/devint"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7f9614452640531ed1a8c68bd5d68c7acfcded6acb3cad4b64c8d6c422002cb5",
"md5": "98ebefffca52ac70c3e073b6eac4e047",
"sha256": "0c009cff4f45a1388b657a376dac71ca0d9bd5b23d34684750a92caa877a0e87"
},
"downloads": -1,
"filename": "devint-0.2.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "98ebefffca52ac70c3e073b6eac4e047",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 28586,
"upload_time": "2025-08-01T18:58:34",
"upload_time_iso_8601": "2025-08-01T18:58:34.547882Z",
"url": "https://files.pythonhosted.org/packages/7f/96/14452640531ed1a8c68bd5d68c7acfcded6acb3cad4b64c8d6c422002cb5/devint-0.2.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7b1d40e40e293344550b665e07b7c1cab854855a3c394304a8674e135b209a77",
"md5": "d79a96996d339ea180b858be2c1adb08",
"sha256": "0c26ee73b582a50e116cb57622a4ebd2c002c2e40a726103a276c9c5dc5d4c45"
},
"downloads": -1,
"filename": "devint-0.2.5.tar.gz",
"has_sig": false,
"md5_digest": "d79a96996d339ea180b858be2c1adb08",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 19232,
"upload_time": "2025-08-01T18:58:35",
"upload_time_iso_8601": "2025-08-01T18:58:35.973009Z",
"url": "https://files.pythonhosted.org/packages/7b/1d/40e40e293344550b665e07b7c1cab854855a3c394304a8674e135b209a77/devint-0.2.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-01 18:58:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pyfunc",
"github_project": "devint",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "devint"
}