Metadata-Version: 2.4
Name: scenic-pack-bazaar
Version: 0.1.0
Summary: A desert bazaar asset pack for scenic-bpy: adobe dwellings, watchtower, fountain, palms, lanterns, market carts.
Project-URL: Repository, https://github.com/satyam-fp/scenic-bpy
Author: Satyam Kumar
License-Expression: MIT
Keywords: 3d,asset-pack,blender,scenic-bpy
Requires-Python: >=3.11
Requires-Dist: scenic-bpy>=1.4
Description-Content-Type: text/markdown

# scenic-pack-bazaar

A desert bazaar asset pack for [scenic-bpy](https://pypi.org/project/scenic-bpy/).
Satisfies the settlement contract (`dwelling / landmark / centerpiece / flora /
light_source / clutter`), so one layout engine can dress a whole souk.

```python
from scenic_pack_bazaar import bazaar

app.include(bazaar)           # components appear as "bazaar.dwelling", ...
# or, via the entry point, no import needed:
app.include("bazaar")
```

Every component is seeded and parametric: `dwelling(seed=3)` is a distinct
adobe house with its own trim color, awning stripes, and lit windows.
