xwlazy 0.1.0.22__py3-none-any.whl → 1.0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
README.md CHANGED
@@ -151,6 +151,10 @@ After `pip install -e .`, xwlazy automatically enables lazy loading for your pac
151
151
  ## 📖 Documentation
152
152
 
153
153
  - **[Architecture Reference](docs/REF_ARCH.md)** - System design, patterns, and structure
154
+ - **[Integration Guide](docs/INTEGRATION_GUIDE.md)** - Integration with xw libraries
155
+ - **[Best Practices](docs/BEST_PRACTICES.md)** - Usage guidelines and recommendations
156
+ - **[Troubleshooting Guide](docs/TROUBLESHOOTING.md)** - Common issues and solutions
157
+ - **[Production Deployment](docs/PRODUCTION_DEPLOYMENT.md)** - Production deployment guide
154
158
  - **[Keyword Detection Guide](docs/KEYWORD_DETECTION.md)** - Zero-code integration
155
159
  - **[Competition Benchmarks](benchmarks/competition_tests/)** - Performance comparisons
156
160
  - **[Performance Analysis](benchmarks/competition_tests/PERFORMANCE_ANALYSIS.md)** - Optimization recommendations
src/xwlazy_wrapper.py CHANGED
@@ -17,4 +17,3 @@ Generation Date: 10-Oct-2025
17
17
  # - import exonware.xwlazy
18
18
 
19
19
  __all__ = []
20
-
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xwlazy
3
- Version: 0.1.0.22
3
+ Version: 1.0.1.2
4
4
  Summary: Convenience wrapper for exonware-xwlazy - provides 'import xwlazy' alias
5
5
  Project-URL: Homepage, https://exonware.com
6
6
  Project-URL: Repository, https://github.com/exonware/xwlazy
@@ -15,13 +15,9 @@ Classifier: Intended Audience :: Developers
15
15
  Classifier: License :: OSI Approved :: MIT License
16
16
  Classifier: Operating System :: OS Independent
17
17
  Classifier: Programming Language :: Python :: 3
18
- Classifier: Programming Language :: Python :: 3.8
19
- Classifier: Programming Language :: Python :: 3.9
20
- Classifier: Programming Language :: Python :: 3.10
21
- Classifier: Programming Language :: Python :: 3.11
22
18
  Classifier: Programming Language :: Python :: 3.12
23
19
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
- Requires-Python: >=3.8
20
+ Requires-Python: >=3.12
25
21
  Requires-Dist: exonware-xwlazy
26
22
  Description-Content-Type: text/markdown
27
23
 
@@ -178,6 +174,10 @@ After `pip install -e .`, xwlazy automatically enables lazy loading for your pac
178
174
  ## 📖 Documentation
179
175
 
180
176
  - **[Architecture Reference](docs/REF_ARCH.md)** - System design, patterns, and structure
177
+ - **[Integration Guide](docs/INTEGRATION_GUIDE.md)** - Integration with xw libraries
178
+ - **[Best Practices](docs/BEST_PRACTICES.md)** - Usage guidelines and recommendations
179
+ - **[Troubleshooting Guide](docs/TROUBLESHOOTING.md)** - Common issues and solutions
180
+ - **[Production Deployment](docs/PRODUCTION_DEPLOYMENT.md)** - Production deployment guide
181
181
  - **[Keyword Detection Guide](docs/KEYWORD_DETECTION.md)** - Zero-code integration
182
182
  - **[Competition Benchmarks](benchmarks/competition_tests/)** - Performance comparisons
183
183
  - **[Performance Analysis](benchmarks/competition_tests/PERFORMANCE_ANALYSIS.md)** - Optimization recommendations
@@ -0,0 +1,6 @@
1
+ README.md,sha256=NTaGb1eVRt9LPzvhPTuArjlQB5lTDFsIbsrz0SC8XG8,16019
2
+ src/xwlazy_wrapper.py,sha256=H2xynI3DbFihRpA5O57vklpOTs9StAMy1H8-VikztzY,497
3
+ xwlazy-1.0.1.2.dist-info/METADATA,sha256=x4u5ZwF9pxDX2h_X7BdkUhf2nqrwqijac2P_2hY5lBI,16969
4
+ xwlazy-1.0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ xwlazy-1.0.1.2.dist-info/licenses/LICENSE,sha256=w42ohoEUfhyT0NgiivAL4fWg2AMRLGnfXPMAR4EO-MU,1094
6
+ xwlazy-1.0.1.2.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- README.md,sha256=_TPNldwgooH5cGTNpt1GFAQTtrYM5yS-AFc0fy1VfdE,15672
2
- src/xwlazy_wrapper.py,sha256=qYc2lJ5WZdSxgBhHrEUC39KHSmWl5YGqirw_ro4WhpE,498
3
- xwlazy-0.1.0.22.dist-info/METADATA,sha256=upgULPwxlYUuUGP5armUmAvwAB8-wayTbg6cF7NsJkI,16824
4
- xwlazy-0.1.0.22.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- xwlazy-0.1.0.22.dist-info/licenses/LICENSE,sha256=w42ohoEUfhyT0NgiivAL4fWg2AMRLGnfXPMAR4EO-MU,1094
6
- xwlazy-0.1.0.22.dist-info/RECORD,,