artemis-model 0.1.100__py3-none-any.whl → 0.1.101__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.
artemis_model/base.py
CHANGED
@@ -18,7 +18,6 @@ from sqlalchemy.dialects.postgresql import TSVECTOR
|
|
18
18
|
def resolve_table_name(name: str) -> str:
|
19
19
|
"""Resolves table names to their mapped names."""
|
20
20
|
names = re.split("(?=[A-Z])", name) # noqa
|
21
|
-
print(names)
|
22
21
|
return "_".join([x.lower() for x in names if x])
|
23
22
|
|
24
23
|
|
@@ -2,7 +2,7 @@ artemis_model/__init__.py,sha256=VwCQjY-_A2WqI4wLdUwVKh8diUOE67qkGK_8KqL665k,692
|
|
2
2
|
artemis_model/album.py,sha256=9uw9HVNHVBjl-0Dgv-o5MHXhUPwedvbnbzzY3A1cKQg,2077
|
3
3
|
artemis_model/artist.py,sha256=vjXlFN2mOEidAzUzxmsAP5GnVTvJUuhFdhQaH214lgw,1563
|
4
4
|
artemis_model/auth.py,sha256=0Yg_6N1nj4U31F86u1PE0leIa3D64QlYrsDlavulN6s,4033
|
5
|
-
artemis_model/base.py,sha256=
|
5
|
+
artemis_model/base.py,sha256=zC20m8a1Sa11oEY0ay1iIRQeybGYvXY5p3Vr-pxoKnQ,6802
|
6
6
|
artemis_model/category.py,sha256=jhCZrK-LxPmc0pXmVifAZWdCENssBTzdTmC3nqqZc6s,1761
|
7
7
|
artemis_model/dj_set.py,sha256=fOYnCu4n5TiqyiSojfdFnO7LuPe_mM2SUwBV5xHy2Kc,3782
|
8
8
|
artemis_model/genre.py,sha256=8_-IuJS543wIhUVCES3bdrDpKPKx-plDuBKGBcoMIbc,1570
|
@@ -25,6 +25,6 @@ artemis_model/sqs/messages.py,sha256=98cWxrj48T1AcEnltqVGTts6rcmTYimeN8fC6wkdNQk
|
|
25
25
|
artemis_model/track.py,sha256=QwUF0QKVn1I64648B-NI75-IzGQvnLt9B0emD4GnS6E,3757
|
26
26
|
artemis_model/user.py,sha256=eqIdCiBJRNLjCwPPCn-gQ6si0O5JUBGfp9oWJL5zVW4,2131
|
27
27
|
artemis_model/zone.py,sha256=iGRUtzUwKh9LHT3MOfzzg1DnkPBts_ZBzZVTi2EmIgs,2282
|
28
|
-
artemis_model-0.1.
|
29
|
-
artemis_model-0.1.
|
30
|
-
artemis_model-0.1.
|
28
|
+
artemis_model-0.1.101.dist-info/METADATA,sha256=yOwIJQPXBi3ZGp7DPDW_XDXBTsMrPj600ZhXqlaXdlA,3445
|
29
|
+
artemis_model-0.1.101.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
30
|
+
artemis_model-0.1.101.dist-info/RECORD,,
|
File without changes
|