ccfx 1.1.1__py3-none-any.whl → 1.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.
- ccfx/ccfx.py +2 -0
- {ccfx-1.1.1.dist-info → ccfx-1.1.2.dist-info}/METADATA +2 -2
- {ccfx-1.1.1.dist-info → ccfx-1.1.2.dist-info}/RECORD +6 -6
- {ccfx-1.1.1.dist-info → ccfx-1.1.2.dist-info}/WHEEL +0 -0
- {ccfx-1.1.1.dist-info → ccfx-1.1.2.dist-info}/licenses/LICENSE +0 -0
- {ccfx-1.1.1.dist-info → ccfx-1.1.2.dist-info}/top_level.txt +0 -0
ccfx/ccfx.py
CHANGED
|
@@ -1867,6 +1867,8 @@ def dualProgress(primaryCount: int, primaryEnd: int,
|
|
|
1867
1867
|
filledSecondary = 0
|
|
1868
1868
|
else:
|
|
1869
1869
|
filledShadow = 0
|
|
1870
|
+
darkBlock = denseBlock
|
|
1871
|
+
|
|
1870
1872
|
filledSecondary = int(barLength * secondaryCount / secondaryEnd) if secondaryEnd > 0 else barLength
|
|
1871
1873
|
filledSecondary = filledSecondary - filledPrimary
|
|
1872
1874
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ccfx
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: This package simplifies regular common actions for quick prototyping in a user friendly way
|
|
5
5
|
Author-email: Celray James CHAWANDA <celray@chawanda.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -575,7 +575,7 @@ Please ensure your changes don't break existing functionality and add tests for
|
|
|
575
575
|
|
|
576
576
|
## Changelog
|
|
577
577
|
|
|
578
|
-
### Version 1.1.
|
|
578
|
+
### Version 1.1.2 (Current)
|
|
579
579
|
- Enhanced geospatial processing capabilities
|
|
580
580
|
- Improved database connectivity options
|
|
581
581
|
- Added comprehensive multimedia support
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
ccfx/__init__.py,sha256=UK62VcGS84SJyGVg1bK4FltZj7OkpdoyhoFWeXcKsX0,144
|
|
2
|
-
ccfx/ccfx.py,sha256=
|
|
2
|
+
ccfx/ccfx.py,sha256=2fkMyJIn-Kl8XH2RrWMTcPsTTAm6W09SBE0mGc25shI,87225
|
|
3
3
|
ccfx/excel.py,sha256=vm_cm4huKKx4_Nstr5neJzhBLmoZjg8qxjzz4hcF5hg,4754
|
|
4
4
|
ccfx/mssqlConnection.py,sha256=C3HxzgZHmHy_de9EbMaXzR8NrkJxwHc8a00qzxQu_gs,8984
|
|
5
5
|
ccfx/sqliteConnection.py,sha256=pOT9BBEAcm2kmoS0yBkUi4m9srQVe62J4xG5bnddvis,16207
|
|
6
6
|
ccfx/word.py,sha256=AGa64jX5Zl5qotZh5L0QmrsjTnktIBhmj_ByRKZ88vw,3061
|
|
7
|
-
ccfx-1.1.
|
|
8
|
-
ccfx-1.1.
|
|
9
|
-
ccfx-1.1.
|
|
10
|
-
ccfx-1.1.
|
|
11
|
-
ccfx-1.1.
|
|
7
|
+
ccfx-1.1.2.dist-info/licenses/LICENSE,sha256=EuxaawJg_OOCLfikkCGgfXPZmxR-x_5PH7_2e9M-3eA,1099
|
|
8
|
+
ccfx-1.1.2.dist-info/METADATA,sha256=fUStKdqBzXnibDEt4wL7mabUbQVSHk0Iah4dQ7Wc_0o,29271
|
|
9
|
+
ccfx-1.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
10
|
+
ccfx-1.1.2.dist-info/top_level.txt,sha256=_cSvSA1WX2K8TgoV3iBJUdUZZqMKJbOPLNnKLYSLHaw,5
|
|
11
|
+
ccfx-1.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|