@mitoc/constants

0.4.1 • Public • Published

Build Status PyPI version

MITOC Constants

This is a set of constants for use across MIT Outing Club infrastructure.

MITOC has a number of projects, many of which reference values used in other databases or deployed projects. These projects may be deployed separately, so there's value in having shared values at constants in an external package.

Releasing a new version

It's recommended to keep the Python and TypeScript versions in lock-step. Even if no changes were made in one of the two, it's best to release both at the same time.

pypi/Python

First, augment the version in setup.py. Then:

rm -rf dist/ build/ mitoc_const.egg-info/
pipenv run python setup.py sdist bdist_wheel
pipenv run twine upload dist/*
git push origin master

npm/TypeScript

npm run build
npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i @mitoc/constants

Weekly Downloads

0

Version

0.4.1

License

MIT

Unpacked Size

18.6 kB

Total Files

25

Last publish

Collaborators

  • davidcain