Really-amin commited on
Commit
724f9c7
·
verified ·
1 Parent(s): 73b8257

Upload 513 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .cursor/project_memory_cryptocurrency2.md +140 -0
  2. .hypothesis/constants/004e722d2b39195a +4 -0
  3. .hypothesis/constants/009f7a1122aa4f57 +4 -0
  4. .hypothesis/constants/041b82baf95116f0 +4 -0
  5. .hypothesis/constants/0588a2471da78b21 +4 -0
  6. .hypothesis/constants/067138e1b3a4ebbd +4 -0
  7. .hypothesis/constants/07475514dc0bbadb +4 -0
  8. .hypothesis/constants/07cbc26405169bc8 +4 -0
  9. .hypothesis/constants/07fd3d9e6e5e330b +4 -0
  10. .hypothesis/constants/08b6933467557d5d +4 -0
  11. .hypothesis/constants/09ae28b390a241d0 +4 -0
  12. .hypothesis/constants/0c2b463ab8009029 +4 -0
  13. .hypothesis/constants/0cfa12dfbf9e9abb +4 -0
  14. .hypothesis/constants/0d3537fbcb345fd7 +4 -0
  15. .hypothesis/constants/100da2413d65b0b1 +4 -0
  16. .hypothesis/constants/108795daf2afae19 +4 -0
  17. .hypothesis/constants/110a1d1d892c7388 +4 -0
  18. .hypothesis/constants/118480740acbcd3c +4 -0
  19. .hypothesis/constants/11a4fb9bf042a054 +4 -0
  20. .hypothesis/constants/13efa0910df75e7a +4 -0
  21. .hypothesis/constants/146ce438f76c65d3 +4 -0
  22. .hypothesis/constants/1711dca7bbb78b0f +4 -0
  23. .hypothesis/constants/1890bff4302b6c9d +4 -0
  24. .hypothesis/constants/1a5326b88fdd03ad +4 -0
  25. .hypothesis/constants/1b03421aacbc7cd8 +4 -0
  26. .hypothesis/constants/1cfc97167b9009fb +4 -0
  27. .hypothesis/constants/1d45cef60f923b7c +4 -0
  28. .hypothesis/constants/1dc359315dc82348 +4 -0
  29. .hypothesis/constants/1f78e9924d375ff1 +4 -0
  30. .hypothesis/constants/23298b58ad8b9559 +4 -0
  31. .hypothesis/constants/25878421010898fc +4 -0
  32. .hypothesis/constants/2588add9e0f3cd5b +4 -0
  33. .hypothesis/constants/278e13d19692494f +4 -0
  34. .hypothesis/constants/2ae14f7c2efda9dc +4 -0
  35. .hypothesis/constants/2cc1f390767dfef9 +4 -0
  36. .hypothesis/constants/2fd3f3bea49a6273 +4 -0
  37. .hypothesis/constants/30ef0a2658953185 +4 -0
  38. .hypothesis/constants/319c88536c822e3a +4 -0
  39. .hypothesis/constants/31ef549c47d40296 +4 -0
  40. .hypothesis/constants/32d4f2797167de7e +4 -0
  41. .hypothesis/constants/368f19d2cc26015d +4 -0
  42. .hypothesis/constants/370516b018e5bfaa +4 -0
  43. .hypothesis/constants/372ae7d00561b2ec +4 -0
  44. .hypothesis/constants/3d6697f35d2242be +4 -0
  45. .hypothesis/constants/3d723da5cd41cc99 +4 -0
  46. .hypothesis/constants/3f8aaa63213ed9a5 +4 -0
  47. .hypothesis/constants/41689905257db29d +4 -0
  48. .hypothesis/constants/418a2a9c1fa5a406 +4 -0
  49. .hypothesis/constants/434994132714f6ea +4 -0
  50. .hypothesis/constants/45b21ea864b276ae +4 -0
.cursor/project_memory_cryptocurrency2.md ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Project Memory: cryptocurrency2
2
+
3
+ ## Project Overview
4
+ **Name**: Crypto Intelligence Hub (cryptocurrency2)
5
+ **Type**: Cryptocurrency data collection and analysis platform
6
+ **Language**: Python
7
+ **Framework**: Gradio (UI) + FastAPI (Backend)
8
+ **Deployment**: Hugging Face Spaces (Docker)
9
+
10
+ ## Key Features
11
+ - 📊 Comprehensive dashboard for crypto data sources and AI models
12
+ - 📚 Access to 200+ free cryptocurrency data sources
13
+ - 🤖 Integration with Hugging Face AI models for sentiment analysis
14
+ - 💭 Sentiment analysis using specialized financial and crypto models
15
+ - 🔌 FastAPI backend for advanced services
16
+ - 📡 WebSocket support for real-time data broadcasting
17
+
18
+ ## Project Structure
19
+
20
+ ### Main Entry Points
21
+ - `app.py` - Main Gradio application (Hugging Face Space)
22
+ - `api_server_extended.py` - FastAPI backend server
23
+ - `hf_unified_server.py` - Unified Hugging Face server
24
+ - `ai_models.py` - Hugging Face model management
25
+
26
+ ### Key Directories
27
+ - `api/` - API modules (auth, endpoints, websocket, data services)
28
+ - `backend/` - Backend services and routers
29
+ - `collectors/` - Data collectors (market data, news, sentiment, on-chain, whale tracking)
30
+ - `database/` - Database management modules
31
+ - `api-resources/` - JSON files containing API resources and configurations
32
+ - `docs/` - Project documentation
33
+ - `archive/` - Old/archived files
34
+
35
+ ### Configuration Files
36
+ - `config.py` - Application settings and Hugging Face model configurations
37
+ - `requirements.txt` - General Python dependencies
38
+ - `requirements_hf.txt` - Dependencies for Hugging Face Spaces
39
+ - `Dockerfile` - Docker configuration for Hugging Face Spaces
40
+ - `docker-compose.yml` - Docker Compose configuration
41
+
42
+ ## AI Models Used
43
+ - **FinBERT** (`ProsusAI/finbert`) - Financial sentiment analysis
44
+ - **CryptoBERT** (`ElKulako/cryptobert`) - Cryptocurrency sentiment analysis
45
+ - **Twitter-RoBERTa** (`cardiffnlp/twitter-roberta-base-sentiment-latest`) - Social media sentiment
46
+ - **BART** (`facebook/bart-large-cnn`) - Text summarization
47
+
48
+ ## Data Sources Supported
49
+
50
+ ### Market Data
51
+ - CoinGecko (free)
52
+ - CoinMarketCap
53
+ - Binance Public API
54
+ - CoinCap
55
+ - And more...
56
+
57
+ ### Blockchain Explorers
58
+ - Etherscan
59
+ - BscScan
60
+ - TronScan
61
+ - Blockchair
62
+ - And more...
63
+
64
+ ### RPC Nodes
65
+ - Infura
66
+ - Alchemy
67
+ - Ankr
68
+ - PublicNode
69
+ - And more...
70
+
71
+ ## Key Data Files
72
+ - `api-resources/crypto_resources_unified_2025-11-11.json` - Unified crypto resources
73
+ - `all_apis_merged_2025.json` - Merged API configurations
74
+ - `data/crypto_monitor.db` - SQLite database
75
+ - `data/feature_flags.json` - Feature flags configuration
76
+
77
+ ## Environment Variables
78
+ - `HF_TOKEN` or `HUGGINGFACE_TOKEN` - Hugging Face authentication token
79
+ - `USE_FASTAPI_HTML` - Toggle FastAPI+HTML mode (default: true in Docker)
80
+ - `USE_GRADIO` - Toggle Gradio UI mode (default: false in Docker)
81
+ - `DOCKER_CONTAINER` - Docker environment detection
82
+
83
+ ## Deployment
84
+ - **Primary**: Hugging Face Spaces (Docker)
85
+ - **Port**: 7860 (default)
86
+ - **SDK**: Docker
87
+ - **License**: MIT
88
+
89
+ ## Technology Stack
90
+ - Python 3.x
91
+ - Gradio (UI framework)
92
+ - FastAPI (Backend API)
93
+ - SQLite (Database)
94
+ - Docker (Containerization)
95
+ - Hugging Face Transformers (AI models)
96
+ - Plotly (Visualization)
97
+ - Pandas (Data processing)
98
+ - WebSocket (Real-time communication)
99
+
100
+ ## Key Components
101
+
102
+ ### Collectors
103
+ - Market data collectors
104
+ - News collectors
105
+ - Sentiment analyzers
106
+ - On-chain data collectors
107
+ - Whale tracking
108
+ - RPC node managers
109
+ - Blockchain explorers
110
+
111
+ ### API Services
112
+ - Authentication
113
+ - Data endpoints
114
+ - Pool endpoints
115
+ - WebSocket services
116
+ - Data broadcasting
117
+ - Monitoring services
118
+ - Integration services
119
+
120
+ ### Database
121
+ - SQLite database (`crypto_monitor.db`)
122
+ - Database migrations
123
+ - Data access layer
124
+ - Models definitions
125
+
126
+ ## Documentation Files
127
+ - `README.md` - Main project documentation (Persian/English)
128
+ - `PROJECT_STRUCTURE.md` - Project structure documentation
129
+ - `DEPLOYMENT_CHECKLIST.md` - Deployment guide
130
+ - `HF_DEPLOYMENT_QUICKSTART.md` - Hugging Face deployment quick start
131
+ - Various component-specific READMEs in `docs/` directory
132
+
133
+ ## Notes
134
+ - Project supports both Persian and English languages
135
+ - Uses free API sources primarily
136
+ - Designed for Hugging Face Spaces deployment
137
+ - Supports both Gradio UI and FastAPI+HTML modes
138
+ - Real-time data updates via WebSocket
139
+ - Comprehensive sentiment analysis capabilities
140
+
.hypothesis/constants/004e722d2b39195a ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\freeze_support.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['.']
.hypothesis/constants/009f7a1122aa4f57 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\pyreadline3\logger\control.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['%(message)s', 'PYREADLINE_FORMATTER', 'localhost', 'w']
.hypothesis/constants/041b82baf95116f0 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\stash.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['D', 'Stash', 'StashKey', 'T', '_storage']
.hypothesis/constants/0588a2471da78b21 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\deprecated.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['pytest_capturelog', 'pytest_catchlog', 'pytest_faulthandler']
.hypothesis/constants/067138e1b3a4ebbd ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\junitxml.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [0.0, 255, ' Captured Err ', ' Captured Log ', ' Captured Out ', '-', '--junit-prefix', '--junit-xml', '--junitprefix', '--junitxml', '.', '::', 'LogXML', 'Skipped: ', '[', '\\.py$', '_base', '_base_legacy', 'all', 'bool', 'call', 'classname', 'collection failure', 'collection skipped', 'duration', 'error', 'failure', 'file', 'internal', 'internal error', 'item_index', 'junit_family', 'junit_logging', 'junit_suite_name', 'legacy', 'line', 'log', 'name', 'no', 'node', 'nodeid', 'out-err', 'passed', 'path', 'properties', 'property', 'pytest', 'pytest tests', 'pytest.skip', 'pytest.xfail', 'reason: ', 'record_property', 'record_xml_attribute', 'reprcrash', 'session', 'skipped', 'store', 'str', 'system-err', 'system-out', 'teardown', 'terminal reporting', 'testcase', 'testsuite', 'testsuites', 'total', 'unicode', 'url', 'utf-8', 'w', 'wasxfail', 'worker_id', 'workerinput', 'xmlpath', 'xunit1', 'xunit2']
.hypothesis/constants/07475514dc0bbadb ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\pytest\__main__.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['__main__']
.hypothesis/constants/07cbc26405169bc8 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\charset_normalizer\__init__.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['CharsetMatch', 'CharsetMatches', 'VERSION', '__version__', 'charset_normalizer', 'detect', 'from_bytes', 'from_fp', 'from_path', 'is_binary', 'set_logging_handler']
.hypothesis/constants/07fd3d9e6e5e330b ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\pyreadline3\modes\emacs.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['(arg: %s) ', '-', '0123456789', ':', '<%s> %s', '<EmacsMode>', '>>> ', 'Alt-<', 'Alt->', 'Alt-b', 'Alt-f', 'Alt-n', 'Alt-p', 'Alt-v', 'BackSpace', 'Clear', 'Control-BackSpace', 'Control-Delete', 'Control-Left', 'Control-Right', 'Control-Shift-r', 'Control-Shift-v', 'Control-_', 'Control-a', 'Control-b', 'Control-d', 'Control-e', 'Control-f', 'Control-h', 'Control-k', 'Control-l', 'Control-m', 'Control-n', 'Control-p', 'Control-q', 'Control-r', 'Control-s', 'Control-space', 'Control-v', 'Control-w', 'Control-y', 'Control-z', 'Delete', 'Down', 'End', 'Escape', 'Home', 'Left', 'Meta-d', 'RUNNING INIT EMACS', 'Return', 'Right', 'Shift-Control-Left', 'Shift-Control-Right', 'Shift-End', 'Shift-Home', 'Shift-Left', 'Shift-Right', 'Shift-space', 'Up', 'add', 'alt-%d', 'alt--', 'arg %s %s', 'arg-init %s %s', 'backspace', 'divide', 'emacs', 'escape', 'fwd_search_history', 'multiply', 'numpad0', 'numpad1', 'numpad2', 'numpad3', 'numpad4', 'numpad5', 'numpad6', 'numpad7', 'numpad8', 'numpad9', 'return', 'rev_search_history', 'space', 'subtract', 'vk_decimal']
.hypothesis/constants/08b6933467557d5d ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\pyreadline3\unicode_helper.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['big', 'replace', 'utf-8']
.hypothesis/constants/09ae28b390a241d0 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\sortedcontainers\sorteddict.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [50331648, ', ', '<not-given>', 'items', 'iteritems', 'iterkeys', 'itervalues', 'keys', 'values', 'viewitems', 'viewkeys', 'viewvalues', '{0!r}, ', '{0!r}: {1!r}', '{0}({1}{{{2}}})']
.hypothesis/constants/0c2b463ab8009029 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\pyreadline3\logger\__init__.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['log', 'start_file_log', 'start_socket_log', 'stop_file_log', 'stop_logging', 'stop_socket_log']
.hypothesis/constants/0cfa12dfbf9e9abb ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\colorama\initialise.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['win32']
.hypothesis/constants/0d3537fbcb345fd7 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\soupsieve\pretty.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['"(?:\\\\.|[^"\\\\])*"', "'(?:\\\\.|[^'\\\\])*'", '(?i)[_a-z][_a-z\\d]+', '(?i)[_a-z][_a-z\\d]+=', '\\(', '\\(\\)|\\[\\]|\\{\\}', '\\)', '\\[', '\\]', '\\d+', '\\s*(,)\\s*', '\\s*(:)\\s*', '\\{', '\\}', 'class', 'dend', 'dqstr', 'dsep', 'dstrt', 'empty', 'int', 'kword', 'lend', 'lstrt', 'param', 'sep', 'sqstr', 'tend', 'tstrt']
.hypothesis/constants/100da2413d65b0b1 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\iniconfig\exceptions.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ []
.hypothesis/constants/108795daf2afae19 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\bs4\_warnings.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ []
.hypothesis/constants/110a1d1d892c7388 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\logging.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [1000, '%H:%M:%S', '%f', '-', '--log-auto-indent', '--log-cli-format', '--log-cli-level', '--log-date-format', '--log-disable', '--log-file', '--log-file-format', '--log-file-level', '--log-file-mode', '--log-format', '--log-level', 'CLI logging level', 'Default value for ', 'LEVEL', 'Log file open mode', 'LogCaptureHandler', 'UTF-8', '\\x1b\\[[\\d;]+m', '_HandlerType', 'a', 'append', 'auto_indent', 'bold', 'bool', 'call', 'capturemanager', 'collection', 'color', 'finish', 'green', 'handler', 'level', 'levelname', 'live log ', 'log', 'log_auto_indent', 'log_cli', 'log_cli_date_format', 'log_cli_format', 'log_cli_level', 'log_date_format', 'log_file', 'log_file_date_format', 'log_file_format', 'log_file_level', 'log_file_mode', 'log_format', 'log_level', 'logger_disable', 'logging', 'logging-plugin', 'logreport', 'message', 'no', 'orig_level', 'purple', 'red', 'sessionfinish', 'sessionstart', 'setup', 'start', 'teardown', 'terminalreporter', 'w', 'yellow']
.hypothesis/constants/118480740acbcd3c ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\monkeypatch.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['.', '<notset>', 'K', 'V', 'pkg_resources']
.hypothesis/constants/11a4fb9bf042a054 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\_argcomplete.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['*', '.*', '/', '?', '_ARGCOMPLETE']
.hypothesis/constants/13efa0910df75e7a ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\assertion\__init__.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['\n~', '%', '%%', '--assert', 'MODE', '\\n', 'assertion', 'assertmode', 'bool', 'debugconfig', 'plain', 'rewrite', 'store']
.hypothesis/constants/146ce438f76c65d3 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\unraisableexception.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['Exception ignored in']
.hypothesis/constants/1711dca7bbb78b0f ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\pluggy\_hooks.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [', ', '.', '<temp>', 'HookImpl', '_F', '_T', '__call__', '__dict__', '__qualname__', '_call_history', '_hookexec', '_hookimpls', '_impl', '_orig', '_remove_plugins', '_spec', 'argnames', 'firstresult', 'function', 'historic', 'hookwrapper', 'kwargnames', 'name', 'namespace', 'obj', 'optionalhook', 'opts', 'plugin', 'plugin_name', 'project_name', 'pypy_version_info', 'self', 'spec', 'specname', 'tryfirst', 'trylast', 'warn_on_impl', 'warn_on_impl_args', 'wrapper']
.hypothesis/constants/1890bff4302b6c9d ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\charset_normalizer\api.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [0.0, 0.1, 0.2, 50000.0, 500000.0, 100, 512, ',', ', ', 'ascii', 'charset_normalizer', 'rb', 'strict', 'utf_16', 'utf_32', 'utf_7', 'utf_8']
.hypothesis/constants/1a5326b88fdd03ad ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\_io\wcwidth.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [100, 127, 8203, 8207, 8232, 8238, 8288, 8291, 'Cc', 'F', 'Me', 'Mn', 'NFC', 'W']
.hypothesis/constants/1b03421aacbc7cd8 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\sortedcontainers\__init__.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [132096, '2.4.0', 'Apache 2.0', 'Grant Jenks', 'SortedDict', 'SortedItemsView', 'SortedKeyList', 'SortedKeysView', 'SortedList', 'SortedListWithKey', 'SortedSet', 'SortedValuesView', 'sortedcontainers']
.hypothesis/constants/1cfc97167b9009fb ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\_version.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['8.4.2', '__commit_id__', '__version__', '__version_tuple__', 'commit_id', 'version', 'version_tuple']
.hypothesis/constants/1d45cef60f923b7c ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\raises.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['$', '(', '()', '(group)', ')', ', ', '-', 'Base', 'BaseExcT_1', 'BaseExcT_2', 'BaseExcT_co', 'BaseExcT_co_default', 'E', 'ExcT_1', 'ExcT_2', 'P', '\\', '\\1', '^', '`', 'a BaseException type', 'check', 'exception is None', 'expected_exception', 'group', 'match', 'unknown type', '{}()+.*?^$[]']
.hypothesis/constants/1dc359315dc82348 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\legacypath.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [10.0, '.', '_getini_unknown_type', '_tmpdirhandler', 'fspath', 'inifile', 'invocation_dir', 'legacypath-pytester', 'legacypath-tmpdir', 'makedir', 'pathlist', 'pytester', 'rootdir', 'session', 'startdir', 'test_func', 'tmpdir']
.hypothesis/constants/1f78e9924d375ff1 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\cacheprovider.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [511, ' first', '*', '-', '--cache-clear', '--cache-show', '--failed-first', '--ff', '--last-failed', '--lf', '--lfnf', '--new-first', '--nf', '.gitignore', '.pytest_cache', '::', '?', 'CACHEDIR.TAG', 'Cache directory path', 'README.md', 'TOX_ENV_DIR', 'UTF-8', 'all', 'append', 'cache is empty', 'cache/lastfailed', 'cache/nodeids', 'cache_dir', 'cacheclear', 'cachedir: ', 'cacheshow', 'call', 'collectonly', 'd', 'failedfirst', 'failure', 'failures', 'file', 'files', 'general', 'lf', 'lfplugin', 'lfplugin-collskip', 'lfplugin-collwrapper', 'newfirst', 'nfplugin', 'none', 'passed', 'pytest-cache-files-', 'r', 'skipped', 'store', 'store_true', 'v', 'w', 'workerinput', 'x', 'xb']
.hypothesis/constants/23298b58ad8b9559 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\anyio\abc\_resources.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['T']
.hypothesis/constants/25878421010898fc ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\pluggy\_tracing.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [':', '{}{} [{}]\n']
.hypothesis/constants/2588add9e0f3cd5b ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\packaging\__init__.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['25.0', '[email protected]', 'packaging']
.hypothesis/constants/278e13d19692494f ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\anyio\abc\__init__.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['AnyByteReceiveStream', 'AnyByteSendStream', 'AnyByteStream', 'AsyncResource', 'BlockingPortal', 'ByteReceiveStream', 'ByteSendStream', 'ByteStream', 'CancelScope', 'CapacityLimiter', 'Condition', 'ConnectedUDPSocket', 'Event', 'IPAddressType', 'IPSockAddrType', 'Listener', 'Lock', 'ObjectReceiveStream', 'ObjectSendStream', 'ObjectStream', 'Process', 'Semaphore', 'SocketAttribute', 'SocketListener', 'SocketStream', 'TaskGroup', 'TaskStatus', 'TestRunner', 'UDPPacketType', 'UDPSocket', 'UNIXSocketStream', '__module__', 'anyio.abc.']
.hypothesis/constants/2ae14f7c2efda9dc ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_hypothesis_pytestplugin.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['--hypothesis-explain', '--hypothesis-profile', '--hypothesis-seed', '.', '.hypothesis', 'Hypothesis', 'Hypothesis stats', '__func__', '_hypothesis_stats', '_store', '_xml', 'auto', 'capture', 'debug', 'example', 'extra', 'fd', 'function', 'html', 'hypothesis', 'markers', 'native', 'no', 'nodeid', 'norecursedirs', 'normal', 'obj', 'parametrize', 'quiet', 'reproduce_example', 'seed', 'settings', 'stash', 'store', 'store_true', 'tbstyle', 'teardown', 'terminalreporter', 'verbose', 'version_tuple']
.hypothesis/constants/2cc1f390767dfef9 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\anyio\streams\tls.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [65536, 'T_Retval']
.hypothesis/constants/2fd3f3bea49a6273 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\anyio\_core\_typedattr.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['Attribute not found', 'T_Attr', 'T_Default', '_', '__annotations__']
.hypothesis/constants/30ef0a2658953185 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\pastebin.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ["')", '--pastebin', '1week', '=', 'all', 'ascii', 'code', 'expiry', 'failed', 'href="/raw/(\\w+)"', 'https://bpa.st', 'lexer', 'mode', 'pastebin', 'store', 'terminal reporting', 'terminalreporter', 'text', 'utf-8', 'w+b', 'write']
.hypothesis/constants/319c88536c822e3a ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\_py\path.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [420, 448, 172800, 524288, '$py.class', '%SystemRoot%', '*', '*?[', ',', '-', '.', '..', '.lock', '.py', '.pyc', '.pyo', '/', '1', ':', ';', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'PATH', 'PATHEXT', 'Path', 'SYSTEMROOT', 'USER', 'USERNAME', 'XXX win32', '_', '__call__', '__init__', '__init__.py', '_name', 'append', 'b', 'basename', 'current', 'dir', 'dirname', 'drive', 'exists', 'ext', 'file', 'garbage-', 'importlib', 'link', 'md5', 'mksymlinkto', 'not', 'nt', 'purebasename', 'r', 'rb', 'samefile', 'sep', 'session-', 'sha', 'sha1', 'st_', 'stderr', 'stdout', 'w', 'wb', 'win32']
.hypothesis/constants/31ef549c47d40296 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\skipping.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['--runxfail', 'X', 'XFAIL', 'XPASS', '[NOTRUN] ', '[XPASS(strict)] ', '^', 'bool', 'call', 'condition', 'condition: ', 'config', 'eval', 'failed', 'general', 'markers', 'obj', 'os', 'passed', 'platform', 'raises', 'reason', 'run', 'runxfail', 'skip', 'skipif', 'skipped', 'store_true', 'strict', 'sys', 'unconditional skip', 'wasxfail', 'x', 'xfail', 'xfail_strict', 'xfailed', 'xpassed']
.hypothesis/constants/32d4f2797167de7e ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\soupsieve\css_parser.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [122, 127, 128, 256, 500, 512, 1024, 65533, '\x00', ' is_default: True', ' is_forgive: True', ' is_html: True', ' is_not: True', ' is_open: True', ' is_pseudo: True', '!', '"', '#', '## END PARSING', '$', '&', "'", '*', '*|*', ',', '-', '.', '.*?%s$', '.*?%s.*', '0', '1', ':', ':-soup-contains', ':-soup-contains-own', ':active', ':any-link', ':autofill', ':buffering', ':checked', ':contains', ':current', ':default', ':defined', ':dir', ':disabled', ':empty', ':enabled', ':first-child', ':first-of-type', ':focus', ':focus-visible', ':focus-within', ':fullscreen', ':future', ':has', ':host', ':host-context', ':hover', ':in-range', ':indeterminate', ':is', ':lang', ':last-child', ':last-of-type', ':link', ':local-link', ':matches', ':muted', ':not', ':nth-child', ':nth-last-child', ':nth-last-of-type', ':nth-of-type', ':only-child', ':only-of-type', ':open', ':optional', ':out-of-range', ':past', ':paused', ':picture-in-picture', ':placeholder-shown', ':playing', ':popover-open', ':read-only', ':read-write', ':required', ':root', ':scope', ':seeking', ':stalled', ':target', ':target-within', ':user-invalid', ':visited', ':volume-locked', ':where', '[', '[^\\s\\S]', '^', '^%s$', '^%s(?:-.*)?$', '^%s.*', '_child', '_type', 'a', 'amp', 'at_rule', 'attr_name', 'attr_ns', 'attribute', 'attributes', 'b', 'case', 'class', 'classes', 'cmp', 'combine', 'contains', 'dir', 'even', 'flags', 'i', 'id', 'ids', 'lang', 'ltr', 'n', 'name', 'no_match', 'nth', 'odd', 'of', 'open', 'pseudo_class', 'pseudo_class_custom', 'pseudo_close', 'pseudo_contains', 'pseudo_dir', 'pseudo_element', 'pseudo_lang', 'pseudo_nth_child', 'pseudo_nth_type', 'rel_type', 'relation', 'relations', 's1', 's2', 'selectors', 'split', 'tag', 'tag_name', 'tag_ns', 'type', 'value', 'values', '|', '~', '�']
.hypothesis/constants/368f19d2cc26015d ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\_io\pprint.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['(', '(%s)', '(%s,)', '()', '({', ')', ',', ', ', '...', ': ', '=', '[', '[%s]', '[]', '\\S*\\s*', ']', '])', '__create_fn__', '__repr__', '__wrapped__', 'bytearray(', 'depth must be > 0', 'indent must be >= 0', 'mappingproxy(', 'namespace', 'obj', 'width must be != 0', '{', '{...}', '{{{}}}', '{}', '}', '})']
.hypothesis/constants/370516b018e5bfaa ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\config\__init__.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [256, ',', ', ', '-', '--help', '--version', '-h', '-p', '.', '.py', '/', '0', '1', ':', '::', '<NOTSET>', '=', 'PYTEST_ADDOPTS', 'PYTEST_DEBUG', 'PYTEST_PLUGINS', 'PYTEST_VERSION', '\\Z', '_', '__editable__', '__init__.py', '_pytest.', 'addopts', 'always', 'args', 'assertion', 'assertions', 'assertmode', 'auto', 'bool', 'cacheprovider', 'capture', 'config', 'conftest.py', 'debugging', 'default', 'dir', 'doctest', 'encoding', 'f', 'false', 'faulthandler', 'filterwarnings', 'firstresult', 'fixtures', 'float', 'freeze_support', 'fulltrace', 'help', 'helpconfig', 'historic', 'hookwrapper', 'impl', 'importlib', 'inifile', 'int', 'junitxml', 'legacypath', 'linelist', 'logging', 'long', 'main', 'mark', 'markers', 'minversion', 'monkeypatch', 'n', 'native', 'no', 'no:', 'number is negative', 'off', 'on', 'optionalhook', 'pastebin', 'paths', 'plain', 'plugins', 'pytest', 'pytest11', 'pytest_', 'pytest_plugins', 'pytest_stepwise', 'pytestconfig', 'pytester', 'pytester_assertions', 'pytestmark', 'python', 'pythonpath', 'recwarn', 'reports', 'required_plugins', 'rewrite', 'rootdir', 'runner', 'setup', 'setuponly', 'setupplan', 'short', 'showlocals', 'skipping', 'spec', 'stepwise', 'string', 't', 'terminal', 'terminalreporter', 'test*', 'test_cases', 'testpaths', 'threadexception', 'tmpdir', 'true', 'tryfirst', 'trylast', 'unittest', 'unraisableexception', 'utf8', 'verbose', 'version', 'via PYTEST_ADDOPTS', 'via addopts config', 'warnings', 'y', 'yes']
.hypothesis/constants/372ae7d00561b2ec ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\nodes.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [1000, ', ', '/', '::', '::()', '<{} {}>', 'Node', '_NodeType', '_T', '__dict__', '__init__', '_nodeid', '_store', 'abstract', 'auto', 'config', 'fulltrace', 'location', 'long', 'name', 'obj', 'parent', 'path', 'session', 'short', 'showlocals', 'tbstyle', 'unknown location', 'value']
.hypothesis/constants/3d6697f35d2242be ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\packaging\version.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['+', '.', 'InvalidVersion', 'VERSION_PATTERN', 'Version', '[\\._-]', '\\s*$', '^\\s*', 'a', 'alpha', 'b', 'beta', 'c', 'dev_l', 'dev_n', 'epoch', 'local', 'parse', 'post', 'post_l', 'post_n1', 'post_n2', 'pre', 'pre_l', 'pre_n', 'preview', 'r', 'rc', 'release', 'rev']
.hypothesis/constants/3d723da5cd41cc99 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\tmpdir.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [448, '[\\W]', '_', '_tmp_path_factory', 'all', 'call', 'failed', 'mktemp', 'new basetemp', 'none', 'pytest-', 'pytest-of-unknown', 'session', 'tmpdir', 'unknown']
.hypothesis/constants/3f8aaa63213ed9a5 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\outcomes.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['_ET', '_F', '__version__', 'builtins', 'eval', 'ignore', 'unknown reason']
.hypothesis/constants/41689905257db29d ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\anyio\_core\_tasks.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ ['CancelScope']
.hypothesis/constants/418a2a9c1fa5a406 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\_pytest\terminal.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [1e-05, 0.0001, 0.001, 0.01, 0.1, 0.5, 3600, '\x1b[0m', ' ({})', ' - ', ' - {}', ' -- ', ' 99h 59m', ' <- ', ' [100%]', ' item', '!', '%d %s', '%d %s collected', ', ', '-', '--code-highlight', '--color', '--disable-warnings', '--full-trace', '--fulltrace', '--no-fold-skipped', '--no-header', '--no-showlocals', '--no-summary', '--quiet', '--show-capture', '--showlocals', '--tb', '--verbose', '--verbosity', '--xfail-tb', '-l', '-q', '-r', '-v', '.', '...', '::', '=', 'A', 'Decrease verbosity', 'Disable header', 'Disable summary', 'E', 'ERROR collecting ', 'ERRORS', 'F', 'FAILURES', 'INTERNALERROR> ', 'Increase verbosity', 'KeyboardInterrupt', 'N', 'P', 'PASSES', 'PpsxXEf', 'Reporting', 'S', 'Skipped', 'Skipped: ', 'X', 'XFAILURES', 'XPASSES', '[', '[location]', '[traceconfig] ', '\\', '_', '_pdbshown', 'a', 'all', 'auto', 'bold', 'capture', 'chars', 'collect', 'collected ', 'collecting ', 'collecting ... ', 'collection failures', 'collectonly', 'color', 'configfile: ', 'console_output_style', 'count', 'deselected', 'disable_warnings', 'erase', 'error', 'f', 'fE', 'failed', 'fold_skipped', 'force_short_summary', 'general', 'green', 'keywords', 'line', 'log', 'long', 'native', 'no', 'no tests collected', 'no tests ran', 'no_header', 'no_summary', 'node', 'obj', 'p', 'passed', 'pastebin', 'plugins: {}', 'progress', 'pypy_version_info', 'pytest-', 'pytest:config', 'pytestmark', 'quiet', 'reason: ', 'red', 'replace', 'reportchars', 's', 'setup', 'setupshow', 'short', 'showcapture', 'showlocals', 'skip', 'skipped', 'stderr', 'stdout', 'store', 'store_false', 'store_true', 'style', 'sxXEf', 'tbstyle', 'teardown', 'terminal reporting', 'terminalreporter', 'test', 'test session', 'test session starts', 'testpaths', 'testpaths: {}', 'times', 'verbose', 'w', 'warning', 'warnings', 'warnings summary', 'wasxfail', 'x', 'xfail_tb', 'xfailed', 'xpassed', 'yellow', 'yes', '{}: {} warning{}', '{}{}']
.hypothesis/constants/434994132714f6ea ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\pyreadline3\keysyms\__init__.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ []
.hypothesis/constants/45b21ea864b276ae ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # file: C:\Users\Dreammaker\AppData\Roaming\Python\Python313\site-packages\pyreadline3\clipboard\win32_clipboard.py
2
+ # hypothesis_version: 6.148.2
3
+
4
+ [100, '__main__']