f3-data-models 0.3.3__py3-none-any.whl → 0.3.4__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.
f3_data_models/models.py CHANGED
@@ -80,8 +80,8 @@ class Day_Of_Week(enum.Enum):
80
80
 
81
81
 
82
82
  class Event_Cadence(enum.Enum):
83
- Weekly = 1
84
- Monthly = 2
83
+ weekly = 1
84
+ monthly = 2
85
85
 
86
86
 
87
87
  class Org_Type(enum.Enum):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: f3-data-models
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: The data schema and models for F3 Nation applications.
5
5
  License: MIT
6
6
  Author: Evan Petzoldt
@@ -0,0 +1,6 @@
1
+ f3_data_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ f3_data_models/models.py,sha256=D69gDYemd_FizWzsNIixbIi3GbynaOQNaFqnN528ewA,44155
3
+ f3_data_models/utils.py,sha256=1hdZ2tvMiNibNZvwt0dx4PhPCw_pJGg1mG2cCvwc6CI,8857
4
+ f3_data_models-0.3.4.dist-info/METADATA,sha256=1LRVeZ8juPzvBJ3VffsuD86h878FM4gi4FnDnTJpnJo,2716
5
+ f3_data_models-0.3.4.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
6
+ f3_data_models-0.3.4.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- f3_data_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- f3_data_models/models.py,sha256=KIEvVQG7QCU2pEqIwlK78dObwthKWqUPt-OCFixyeFA,44155
3
- f3_data_models/utils.py,sha256=1hdZ2tvMiNibNZvwt0dx4PhPCw_pJGg1mG2cCvwc6CI,8857
4
- f3_data_models-0.3.3.dist-info/METADATA,sha256=_I5kS-5h6Cbn9HXzBD7HZhXZbMRuV2ZhKjzq6nWga4g,2716
5
- f3_data_models-0.3.3.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
6
- f3_data_models-0.3.3.dist-info/RECORD,,