Metadata-Version: 2.3
Name: cdntools
Version: 0.1.6
Summary: Tools for modeling competitive protein dimerization networks.
License: MIT
Author: Xiaoyu Wu
Author-email: wuxiaoyu@westlake.edu.cn
Requires-Python: >=3.8
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: accel
Provides-Extra: plot
Requires-Dist: matplotlib (>=3.5) ; extra == "plot"
Requires-Dist: numba (>=0.56) ; extra == "accel"
Requires-Dist: numpy (>=2.0)
Requires-Dist: scipy (>=1.8)
Project-URL: Documentation, https://github.com/BioProgramming-Lab/CDNtools#readme
Project-URL: Homepage, https://github.com/BioProgramming-Lab/CDNtools
Project-URL: Repository, https://github.com/BioProgramming-Lab/CDNtools
Description-Content-Type: text/markdown

# CDN tools

CDNtools is Xiaoyu's basic code modeling competetive protein dimerization networks, includes fast steady state calculation, dynamic ODE solving, and random network generation. All of these modules are arranged under a simple framework, using JSON files to describe reaction systems.

