Skip to main content

BVN brand values: colours, studio addresses, and company information.

Project description

BVN Values

PyPI version

A Python package containing BVN brand values: colours, studio addresses, and company information.

Installation

The package is on PyPI and GitHub.

pip install bvn_values

Usage

Company info

from bvn_values import company_name, website_url, abn, acn, social_media

print(company_name)  # "BVN"
print(website_url)   # "https://www.bvn.com.au"
print(abn)           # "46 010 724 339"
print(acn)           # "010 724 339"
print(social_media)  # {"instagram": "...", "linkedin": "..."}

Brand colours

Colours match the official palette at brand.bvn.com.au, with hex, RGB, and CMYK values.

from bvn_values import get_brand_colours

colours = get_brand_colours()
print(colours["purple"]["hex"])   # "#6d67bd"
print(colours["purple"]["rgb"])   # (109, 103, 189)
print(colours["purple"]["cmyk"])  # (42, 46, 0, 26)

Studios

from bvn_values import studios, get_studio_html

# Access studio data
sydney = studios["sydney"]
print(sydney["phone"])        # "+61 2 8297 7200"
print(sydney["email"])        # "sydney@bvn.com.au"
print(sydney["timezone"])     # "Australia/Sydney"
print(sydney["coordinates"])  # {"latitude": -33.8718, "longitude": 151.2085}

# Generate an HTML address snippet
html = get_studio_html("sydney")
print(html)

Which gives:

<address>
  <strong>BVN Sydney</strong><br>
  Level 11<br>
  255 Pitt Street<br>
  Sydney NSW 2000<br>
  Australia<br>
  <a href="tel:+61282977200">+61 2 8297 7200</a><br>
  <a href="mailto:sydney@bvn.com.au">sydney@bvn.com.au</a>
</address>

Available studios: brisbane, sydney, london, new_york.

CLI

python -m bvn_values

Contributing

  1. Make your changes
  2. Update the version in src/bvn_values/__init__.py
  3. Commit and push
  4. Create a git tag: git tag v0.2.0 && git push origin v0.2.0
  5. The GitHub Action will build and publish to PyPI automatically

First-time PyPI setup

This package uses Trusted Publishers for PyPI authentication (no API tokens needed).

A repository maintainer needs to configure the publisher on PyPI once:

  1. Go to the bvn_values publishing settings on PyPI
  2. Add a new publisher with:
    • Owner: bvn-architecture
    • Repository: py-brand
    • Workflow: publish.yml
    • Environment: pypi

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

bvn_values-0.2.0.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

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

bvn_values-0.2.0-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file bvn_values-0.2.0.tar.gz.

File metadata

  • Download URL: bvn_values-0.2.0.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bvn_values-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3e3e95fd0de82d375f03769c81bb36c9cf0eb44dae88bfcf288c9cd277bc3c7e
MD5 65ba0420f9131d221b67e5697ae3686d
BLAKE2b-256 835b8c1027c4a7fb1d6601c8cd6af57df58322e1e2f4ff45b88ec0fdf670ef7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for bvn_values-0.2.0.tar.gz:

Publisher: publish.yml on bvn-architecture/py-brand

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

File details

Details for the file bvn_values-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: bvn_values-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for bvn_values-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ca880242e3f024f51f6b0385f08d6b9c17f7325c566cf3e0b45a6f94dd06e51f
MD5 4259c853d07173160f7ec9ab21f0becf
BLAKE2b-256 32752593e50b6cbdc530083f155010f7f3d85bcdb53c6d380d4fe7dbe379d3e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bvn_values-0.2.0-py3-none-any.whl:

Publisher: publish.yml on bvn-architecture/py-brand

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