Metadata-Version: 2.1
Name: spukhafte-cdce9xx
Version: 0.8.1
Summary: Python3 I2C Driver & Application for TI CDCE9XX Clock Generators
Home-page: https://github.com/spukhafte-sys/cdce9xx
Author: Spukhafte Systems Limited
Author-email: fff@spukhafte.net
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/spukhafte-sys/cdce9xx/issues
Project-URL: Source, https://github.com/spukhafte-sys/cdce9xx/
Keywords: i2c,cdce913,cdcel913,cdce925,cdcel925,cdce937,cdcel937,phase lock loop
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7.3, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: smbus (>=1.1)
Requires-Dist: Adafruit-PlatformDetect (>=3.19.4)

# TI CDCE9XX Clock Generator Driver and Application for Python3

This Python3 command line tool and library controls any of the Texas Instruments
CDCE9xx family of programmable spread-spectrum clock generators on an I2C bus:
* CDCE913/CDCEL913: 1 PLL, 3 Outputs
* CDCE925/CDCEL925: 2 PLLs, 5 Outputs
* CDCE937/CDCEL937: 3 PLLs, 7 Outputs
* CDCE949/CDCEL949: 4 PLLs, 9 Outputs

## Dependencies
Requires:
* Python>=3.7
* smbus>=1.1
* Adafruit-PlatformDetect>=3.19.3

## Installation
```bash
pip3 install spukhafte-cdce9xx
```

## Usage
```bash
cdce9xx
```
or
```bash
from spukhafte.cdce9xx import CDCE9XX
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss
what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)


