Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.02 KB

BVN Values

PyPI version

This is a super simple package that contains the specific colours and words.

installation

The package is here on pypi and here on github.

pip install bvn_values

Things you can do with this

There are currently only two things this can do:

  • company_name is a function that gives you the name of the company.
  • get_bvn_brand_colours is a function that returns a dictionary of brand colours.

That's it! (for now)

contributing

This is being managed with flit.

  1. make your changes
  2. test them yourself. (no formal tests yet, so (⊙x⊙;) )
  3. bump the version number. Given that this is a value module, just the z part of the x.y.z version number
  4. run flit publish. You'll need to coordinate with Ben to get write access to pypi though. (A problem for another day.)