cardo-python-utils 0.3.3__tar.gz → 0.3.5__tar.gz
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.
- {cardo_python_utils-0.3.3/cardo_python_utils.egg-info → cardo_python_utils-0.3.5}/PKG-INFO +1 -1
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5/cardo_python_utils.egg-info}/PKG-INFO +1 -1
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/esma_choices.py +4 -3
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/setup.cfg +1 -1
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/LICENSE +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/MANIFEST.in +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/README.rst +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/cardo_python_utils.egg-info/SOURCES.txt +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/cardo_python_utils.egg-info/dependency_links.txt +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/cardo_python_utils.egg-info/requires.txt +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/cardo_python_utils.egg-info/top_level.txt +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/__init__.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/choices.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/data_structures.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/db.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/django_utils.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/exceptions.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/imports.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/math.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/pandas_utils.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/rest.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/text.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/time.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/python_utils/types_hinting.py +0 -0
- {cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/setup.py +0 -0
|
@@ -131,9 +131,10 @@ class RealEstateAssetClassChoices(ChoiceEnum):
|
|
|
131
131
|
IBLD = 37, "Industrial"
|
|
132
132
|
RBLD = 38, "Residential"
|
|
133
133
|
OTRA = 39, "Other Real Estate Assets"
|
|
134
|
-
PUBX =
|
|
135
|
-
SSTR =
|
|
136
|
-
MULF =
|
|
134
|
+
PUBX = 91, "Public"
|
|
135
|
+
SSTR = 92, "Self Storage"
|
|
136
|
+
MULF = 93, "Multifamily"
|
|
137
|
+
LEIS = 94, "Leisure"
|
|
137
138
|
|
|
138
139
|
|
|
139
140
|
class GuaranteeAssetClassChoices(ChoiceEnum):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/cardo_python_utils.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/cardo_python_utils.egg-info/requires.txt
RENAMED
|
File without changes
|
{cardo_python_utils-0.3.3 → cardo_python_utils-0.3.5}/cardo_python_utils.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|