File size: 8,337 Bytes
da33744 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 | # Repository Scan Report — ccxt
**Generated by:** CodeTruth Agent V3 — Module 1 — Universal Repository Discovery Engine
**Scanned At:** 2026-06-12 11:20:26 UTC
**Scan Status:** `COMPLETE`
---
## Repository Identity
| Field | Value |
|---|---|
| Name | ccxt |
| Path | `C:\repos\v3\ccxt` |
| Purpose | ccxt — Finance System (CCXT) — 1329 Python files |
| Application Type | **Finance System** |
| Primary Framework | CCXT |
| Secondary Frameworks | Requests |
## Confidence
| Score | Value |
|---|---|
| Discovery Score | 100% |
| Classification Score | 100% |
| Overall | 100% |
## Repository Scale
| Metric | Count |
|---|---|
| Total Files Scanned | 9277 |
| Python Files | 1329 |
| Test Directories | 13 |
| Entry Points | 13 |
| Config Files | 73 |
| Doc Files | 48 |
## Discovered Assets
### Languages (Executable Source Code)
- AMPL Model
- C
- C#
- CSS
- Cython
- Docker
- Go
- HTML
- Java
- JavaScript
- Jupyter Notebook
- Kotlin
- PHP
- Python
- Shell
- TOML
- TypeScript
- YAML
### File Types (Documents & Data)
- Configuration File
- Handlebars Template
- JSON
- Markdown
- Properties File
- ReStructuredText
- Text
- Windows Batch Script
### ML Models & Neural Network Weights
- None detected
## Build Systems
- Composer
- NPM
- Python Build
- Setuptools
- Make
- Go Modules
- Gradle
## Technology Stack
- Python
- Docker
- AWS
- GCP
## Entry Points
- `examples\py\asciichart.py`
- `examples\py\async-basic-callchain.py`
- `examples\py\async-basic.py`
- `examples\py\async-fetch-balance.py`
- `examples\py\async-multiple-accounts.py`
- `examples\py\async-orderbooks-from-multiple-exchanges-at-once.py`
- `examples\py\async-orderbooks.py`
- `examples\py\async-ticker.py`
- `examples\py\async-tickers-from-many-exchanges-at-once.py`
- `examples\py\async.py`
- `examples\py\binance-futures-watch-balance.py`
- `examples\py\cli.py`
- `python\ccxt\static_dependencies\ethereum\hexbytes\main.py`
## Configuration Files
- `.\composer.json`
- `.\composer.lock`
- `.\docker-compose.yml`
- `.\Dockerfile`
- `.\package-lock.json`
- `.\package.json`
- `.\pyproject.toml`
- `.\setup.cfg`
- `.\tsconfig.json`
- `.\webpack.config.js`
- `cli\package-lock.json`
- `cli\package.json`
- `cli\tsconfig.json`
- `cs\ccxt.sln`
- `cs\ccxt\ccxt.csproj`
- `cs\ccxt\static\Cryptography.ECDSA\Cryptography.ECDSA.csproj`
- `cs\ccxt\static\MiniMessagePack\MiniMessagePack.sln`
- `cs\ccxt\static\MiniMessagePack\MiniMessagePack\MiniMessagePack.csproj`
- `cs\ccxt\static\Nethereum\Nethereum.Signer.EIP712\Nethereum.Signer.EIP712.csproj`
- `cs\ccxt\static\Portable.BouncyCastle\BouncyCastle.Crypto.csproj`
- `cs\cli\cli.csproj`
- `cs\tests\tests.csproj`
- `doc\Makefile`
- `doc\requirements.txt`
- `examples\tsconfig.json`
- `examples\cs\c#.csproj`
- `examples\cs\Examples.sln`
- `examples\ts\fetch-futures\package-lock.json`
- `examples\ts\fetch-futures\package.json`
- `examples\ts\fetch-futures\tsconfig.json`
- `examples\ts\fetch-tickers\package-lock.json`
- `examples\ts\fetch-tickers\package.json`
- `examples\ts\fetch-tickers\tsconfig.json`
- `examples\ts\nextjs-page-router\.eslintrc.json`
- `examples\ts\nextjs-page-router\next.config.js`
- `examples\ts\nextjs-page-router\package-lock.json`
- `examples\ts\nextjs-page-router\package.json`
- `examples\ts\nextjs-page-router\tsconfig.json`
- `go\cli\go.mod`
- `go\cli\go.sum`
- `go\tests\go.mod`
- `go\tests\base\go.mod`
- `go\tests\profile\go.mod`
- `go\tests\profile\go.sum`
- `go\tests\types\go.mod`
- `go\tests\types\go.sum`
- `go\v4\go.mod`
- `go\v4\go.sum`
- `go\v4\pro\go.sum`
- `java\build.gradle.kts`
- `java\cli\build.gradle.kts`
- `java\examples\build.gradle.kts`
- `java\lib\build.gradle.kts`
- `java\tests\build.gradle.kts`
- `php\static_dependencies\elliptic-php\composer.json`
- `playground\.env.example`
- `playground\docker-compose.yml`
- `playground\Dockerfile`
- `playground\package-lock.json`
- `playground\package.json`
- `playground\tsconfig.json`
- `playground\proxy\Dockerfile`
- `python\package.json`
- `python\setup.cfg`
- `python\setup.py`
- `utils\mock_ws_server\go.mod`
- `utils\mock_ws_server\go.sum`
- `utils\package-test\package.json`
- `utils\package-test\tsconfig.json`
- `website\Dockerfile`
- `website\package-lock.json`
- `website\package.json`
- `website\tsconfig.json`
## Documentation
- `.\CHANGELOG.md`
- `.\CONTRIBUTING.md`
- `.\LICENSE.txt`
- `.\README.md`
- `cli\README.md`
- `cs\ccxt\static\MiniMessagePack\README.md`
- `examples\README.md`
- `examples\js\README.md`
- `examples\php\README.md`
- `examples\py\README.md`
- `examples\ts\nextjs-page-router\README.md`
- `go\tests\profile\README`
- `go\v4\LICENSE`
- `php\static_dependencies\README.md`
- `php\static_dependencies\elliptic-php\LICENSE.md`
- `playground\README.md`
- `python\LICENSE.txt`
- `python\README.md`
- `python\README.rst`
- `python\ccxt\static_dependencies\README.md`
- `ts\src\static_dependencies\README.md`
- `ts\src\static_dependencies\jsencrypt\LICENSE.txt`
- `ts\src\static_dependencies\jsencrypt\lib\asn1js\LICENSE.txt`
- `ts\src\static_dependencies\jsencrypt\lib\jsbn\LICENSE.txt`
- `ts\src\static_dependencies\jsencrypt\lib\jsbn\README.md`
- `ts\src\static_dependencies\jsencrypt\lib\jsrsasign\LICENSE.txt`
- `ts\src\static_dependencies\noble-curves\README.md`
- `ts\src\static_dependencies\noble-hashes\README.md`
- `ts\src\static_dependencies\proxies\agent-base\README.md`
- `ts\src\static_dependencies\proxies\http-proxy-agent\LICENSE`
- `ts\src\static_dependencies\proxies\https-proxy-agent\README.md`
- `ts\src\static_dependencies\scure-base\README.md`
- `ts\src\static_dependencies\scure-starknet\README.md`
- `ts\src\static_dependencies\starknet\README.md`
- `ts\src\static_dependencies\watchable\CHANGELOG.md`
- `ts\src\static_dependencies\watchable\LICENSE`
- `ts\src\static_dependencies\watchable\README.md`
- `website\README.md`
- `wiki\CHANGELOG.md`
- `wiki\CONTRIBUTING.md`
- `wiki\README.md`
- `wiki\examples\cs\README.md`
- `wiki\examples\go\README.md`
- `wiki\examples\java\README.md`
- `wiki\examples\js\README.md`
- `wiki\examples\php\README.md`
- `wiki\examples\py\README.md`
- `wiki\examples\ts\README.md`
## Test Directories
- `cs\tests`
- `go\tests`
- `java\lib\src\test`
- `java\tests`
- `java\tests\src\main\java\tests`
- `js\src\pro\test`
- `js\src\test`
- `php\pro\test`
- `php\test`
- `python\ccxt\pro\test`
- `python\ccxt\test`
- `ts\src\pro\test`
- `ts\src\test`
## Warnings & Diagnostics
1. 17 file extension(s) not in language registry: .csproj, .csprojme, .csprojrem, .csprojrm, .cts. These files were counted but language not identified. Add to LANGUAGE_EXTENSIONS in framework_signatures.py.
**Unknown Extensions** (17 not yet in registry):
- `.csproj` — add to `LANGUAGE_EXTENSIONS` for future support
- `.csprojme` — add to `LANGUAGE_EXTENSIONS` for future support
- `.csprojrem` — add to `LANGUAGE_EXTENSIONS` for future support
- `.csprojrm` — add to `LANGUAGE_EXTENSIONS` for future support
- `.cts` — add to `LANGUAGE_EXTENSIONS` for future support
- `.dylib` — add to `LANGUAGE_EXTENSIONS` for future support
- `.example` — add to `LANGUAGE_EXTENSIONS` for future support
- `.in` — add to `LANGUAGE_EXTENSIONS` for future support
- `.lark` — add to `LANGUAGE_EXTENSIONS` for future support
- `.map` — add to `LANGUAGE_EXTENSIONS` for future support
- `.mts` — add to `LANGUAGE_EXTENSIONS` for future support
- `.sln` — add to `LANGUAGE_EXTENSIONS` for future support
- `.snk` — add to `LANGUAGE_EXTENSIONS` for future support
- `.sum` — add to `LANGUAGE_EXTENSIONS` for future support
- `.typed` — add to `LANGUAGE_EXTENSIONS` for future support
- `.wasm` — add to `LANGUAGE_EXTENSIONS` for future support
- `.work` — add to `LANGUAGE_EXTENSIONS` for future support
## Governance Gate — V3-003
✅ **APPROVED** — Repository understanding complete. Pipeline may proceed.
---
*Generated by [CodeTruth Agent V3](https://github.com/Zeeshan78699/CodeTruthAgent)*
*Module 1 — Universal Repository Discovery Engine*
*Scan timestamp: 2026-06-12T11:20:26.855524+00:00* |