mostlyai-mock 0.1.17__py3-none-any.whl → 0.1.18__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.
mostlyai/mock/__init__.py CHANGED
@@ -15,4 +15,4 @@
15
15
  from mostlyai.mock.core import sample
16
16
 
17
17
  __all__ = ["sample"]
18
- __version__ = "0.1.17" # Do not set this manually. Use poetry version [params].
18
+ __version__ = "0.1.18" # Do not set this manually. Use poetry version [params].
mostlyai/mock/core.py CHANGED
@@ -1368,7 +1368,7 @@ def sample(
1368
1368
  "customer_id": {"prompt": "the unique id of the customer", "dtype": "string"},
1369
1369
  "name": {"prompt": "first name and last name of the customer", "dtype": "string"},
1370
1370
  },
1371
- "primary_key": "customer_id", # single string; no composite keys allowed; primary keys must have string dtype
1371
+ "primary_key": "customer_id", # no composite keys allowed;
1372
1372
  },
1373
1373
  "warehouses": {
1374
1374
  "prompt": "Warehouses of a hardware store",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mostlyai-mock
3
- Version: 0.1.17
3
+ Version: 0.1.18
4
4
  Summary: Synthetic Mock Data
5
5
  Project-URL: homepage, https://github.com/mostly-ai/mostlyai-mock
6
6
  Project-URL: repository, https://github.com/mostly-ai/mostlyai-mock
@@ -0,0 +1,8 @@
1
+ mostlyai/mock/__init__.py,sha256=UKmnKlQ7fZVvB0ckh9_nXjojAE0JGa2Kd2mT0Ci8cDU,715
2
+ mostlyai/mock/core.py,sha256=oGSpIXINL7R1X7ZN5dtdwItaPXDD0mGvkakA0CEzmwI,66880
3
+ mostlyai/mock/mcp_server.py,sha256=uDLg0SeMPV2VZhXviM-F769W0xlmhGwlmQiQhY0Q-Ik,2365
4
+ mostlyai_mock-0.1.18.dist-info/METADATA,sha256=EmLjpo-D-wJefswHIMk3TCK9TvzLML-3Sjo0OEi9qAI,14257
5
+ mostlyai_mock-0.1.18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ mostlyai_mock-0.1.18.dist-info/entry_points.txt,sha256=XDbppUIAaCWW0nresVep8zb71pkzZuFA16jCBHq8CU8,61
7
+ mostlyai_mock-0.1.18.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
+ mostlyai_mock-0.1.18.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- mostlyai/mock/__init__.py,sha256=VUJwBx49mfFX0lyJmt_E5ult9minXb5Qq2vH5Ha4JEc,715
2
- mostlyai/mock/core.py,sha256=9XjDtaRpR7eLXeyWu-_n4G6YqBpp3aG_1IFYBU5cY_o,66931
3
- mostlyai/mock/mcp_server.py,sha256=uDLg0SeMPV2VZhXviM-F769W0xlmhGwlmQiQhY0Q-Ik,2365
4
- mostlyai_mock-0.1.17.dist-info/METADATA,sha256=mvkNVr76bdcq_u93GUyTk5Cmv9Nk56Yw7vJEAwAUaEE,14257
5
- mostlyai_mock-0.1.17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
- mostlyai_mock-0.1.17.dist-info/entry_points.txt,sha256=XDbppUIAaCWW0nresVep8zb71pkzZuFA16jCBHq8CU8,61
7
- mostlyai_mock-0.1.17.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
- mostlyai_mock-0.1.17.dist-info/RECORD,,