10 Commits

Author SHA1 Message Date
e8d38e6313 Remove Debian package installation instructions from README 2025-04-24 11:07:37 +02:00
4ec0979abf Add LICENSE file and update README with project details and usage examples 2025-04-24 11:05:49 +02:00
9d4e9ff810 Fix README formatting by adding a newline at the end of the file 2025-04-23 17:02:19 +02:00
e01195acae Adds pyproject.toml for project metadata and build configuration
Introduces a pyproject.toml file to define build-system requirements and project metadata. Specifies setuptools as the build backend and configures package discovery. Establishes project details including name, version, description, authors, license, and Python version compatibility.

Supports PEP 517 standards for Python packaging.
2025-04-23 16:55:59 +02:00
4324493d51 Add __init__.py to expose AdeptDepp class for module imports 2025-04-23 16:55:49 +02:00
a00f3cc592 Refactors DEPP interface for modularity and enhancements
Reorganizes DEPP functionality into a dedicated package for clarity
Introduces new features like block and stream operations
Improves usability with context manager support and timeout setting
Adds library loader for flexible shared library discovery
Includes detailed examples and register dump for debugging
2025-04-23 16:55:40 +02:00
0645d70dac Add example script for interacting with Digilent devices using AdeptDepp 2025-04-23 16:18:09 +02:00
6e113c293c Implement AdeptDepp class for managing Digilent device interactions 2025-04-23 16:17:55 +02:00
819dcb0909 Add README.md with project title 2025-04-23 16:17:41 +02:00
a37c4ed9a1 Add .gitignore to exclude __pycache__ directory 2025-04-23 16:17:30 +02:00