Skip to main content

Composite: social surface — chat + profiles + reviews

Project description

stapel-social

license status llms.txt

Не опубликовано на PyPI. Установка из исходников: pip install git+https://github.com/usestapel/stapel-social Composite: social surface — chat + profiles + reviews.

Likes/favourites are NOT included yet: stapel-engagement does not exist. They arrive as a MINOR bump of this composite once it does.

Assemble (one line)

pip install stapel-tools
stapel-assemble mysocial --libs social
cd mysocial && make test

That expands social through the STAPEL_LIBS requires closure and wires every member module into INSTALLED_APPS, requirements.txt, urls.py and CONFIG.MD, then runs the verify gates.

Manual wiring (no scaffold)

# settings.py
from stapel_social import preset

INSTALLED_APPS = [
    # ... django/stapel-core baseline (incl. stapel_core.django.projections)
    "stapel_chat",
    "stapel_profiles",
    "stapel_reviews",
    "stapel_social",
]
for _k, _v in preset.SETTINGS_DEFAULTS.items():
    globals().setdefault(_k, _v)

# urls.py
from django.urls import include, path

urlpatterns = [
    path("chat/", include("stapel_chat.urls")),
    path("profiles/api/", include("stapel_profiles.urls")),
    path("reviews/", include("stapel_reviews.urls")),
]

Config checklist (fill these, in the generated project's CONFIG.MD too)

Key Note
STAPEL_REVIEWS["TARGET_TYPES"] prefilled by stapel_social.preset.SETTINGS_DEFAULTS (targets profile)
STAPEL_CHAT[...] see stapel-chat CONFIG.MD
STAPEL_PROFILES[...] see stapel-profiles CONFIG.MD

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stapel_social-0.1.5.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

stapel_social-0.1.5-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file stapel_social-0.1.5.tar.gz.

File metadata

  • Download URL: stapel_social-0.1.5.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for stapel_social-0.1.5.tar.gz
Algorithm Hash digest
SHA256 8af4daa8630c20a96e3c8a84d4a79e81c122bc38db97a3bd57bf0291cc33b6fc
MD5 109b6724bbdb8a342be8952c2c5eb3a6
BLAKE2b-256 f69621d82996603fccbd0755bee4559f43934b69e9d69811de49dd126a3531af

See more details on using hashes here.

Provenance

The following attestation bundles were made for stapel_social-0.1.5.tar.gz:

Publisher: publish.yml on usestapel/stapel-social

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file stapel_social-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: stapel_social-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 9.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for stapel_social-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 851c17674b592fed18094b918a289a2b7e0389328cb010a38240178b4b77c048
MD5 8e4714d77d5bbfc5a0d737c1f7d14e28
BLAKE2b-256 c254d5690545d47e2ba0d75857d88e78e9e8a1fca88a9378a9dc2b4422bc3db8

See more details on using hashes here.

Provenance

The following attestation bundles were made for stapel_social-0.1.5-py3-none-any.whl:

Publisher: publish.yml on usestapel/stapel-social

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page