BVN brand values: colours, studio addresses, and company information.
Project description
BVN Values
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
- Make your changes
- Update the version in
src/bvn_values/__init__.py - Commit and push
- Create a git tag:
git tag v0.2.0 && git push origin v0.2.0 - 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:
- Go to the bvn_values publishing settings on PyPI
- Add a new publisher with:
- Owner:
bvn-architecture - Repository:
py-brand - Workflow:
publish.yml - Environment:
pypi
- Owner:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e3e95fd0de82d375f03769c81bb36c9cf0eb44dae88bfcf288c9cd277bc3c7e
|
|
| MD5 |
65ba0420f9131d221b67e5697ae3686d
|
|
| BLAKE2b-256 |
835b8c1027c4a7fb1d6601c8cd6af57df58322e1e2f4ff45b88ec0fdf670ef7c
|
Provenance
The following attestation bundles were made for bvn_values-0.2.0.tar.gz:
Publisher:
publish.yml on bvn-architecture/py-brand
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bvn_values-0.2.0.tar.gz -
Subject digest:
3e3e95fd0de82d375f03769c81bb36c9cf0eb44dae88bfcf288c9cd277bc3c7e - Sigstore transparency entry: 1087921641
- Sigstore integration time:
-
Permalink:
bvn-architecture/py-brand@9cdb7aeea5be26f155777a451ba2a3cf98ea334e -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/bvn-architecture
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9cdb7aeea5be26f155777a451ba2a3cf98ea334e -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca880242e3f024f51f6b0385f08d6b9c17f7325c566cf3e0b45a6f94dd06e51f
|
|
| MD5 |
4259c853d07173160f7ec9ab21f0becf
|
|
| BLAKE2b-256 |
32752593e50b6cbdc530083f155010f7f3d85bcdb53c6d380d4fe7dbe379d3e5
|
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
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
bvn_values-0.2.0-py3-none-any.whl -
Subject digest:
ca880242e3f024f51f6b0385f08d6b9c17f7325c566cf3e0b45a6f94dd06e51f - Sigstore transparency entry: 1087921744
- Sigstore integration time:
-
Permalink:
bvn-architecture/py-brand@9cdb7aeea5be26f155777a451ba2a3cf98ea334e -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/bvn-architecture
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9cdb7aeea5be26f155777a451ba2a3cf98ea334e -
Trigger Event:
push
-
Statement type: