compair-core 0.3.0__py3-none-any.whl → 0.3.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: compair-core
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Open-source foundation of the Compair collaboration platform.
5
5
  Author: RocketResearch, Inc.
6
6
  License: MIT
@@ -70,7 +70,7 @@ git clone https://github.com/RocketResearch-Inc/compair_core.git
70
70
  cd compair_core
71
71
  python -m venv .venv
72
72
  source .venv/bin/activate
73
- pip install -e .[dev]
73
+ pip install -e ".[dev]"
74
74
  ```
75
75
 
76
76
  ## Containers
@@ -97,7 +97,7 @@ See `compair_core/server/settings.py` for the full settings surface.
97
97
  python -m venv .venv
98
98
  source .venv/bin/activate
99
99
  pip install -e .[dev]
100
- uvicorn compair_core.server.app:app --reload
100
+ uvicorn compair_core.server.app:create_app --factory --reload
101
101
  ```
102
102
 
103
103
  The API will be available at http://127.0.0.1:8000 and supports the Swagger UI at `/docs`.
@@ -0,0 +1,5 @@
1
+ compair_core-0.3.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
2
+ compair_core-0.3.1.dist-info/METADATA,sha256=I7eh0b6GwaAqI3XASxC-qYVQDVVLCpdTXWadD3CZ7hI,4466
3
+ compair_core-0.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ compair_core-0.3.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ compair_core-0.3.1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- compair_core-0.3.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
2
- compair_core-0.3.0.dist-info/METADATA,sha256=Z8SuBSGNpGc27vK8DT1_AVXsaIIqTQOW2wkaJImEm9E,4447
3
- compair_core-0.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
- compair_core-0.3.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
- compair_core-0.3.0.dist-info/RECORD,,