Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
/ lr-utils Public archive

Some hopefully useful functionality for LR Flask apps

License

Notifications You must be signed in to change notification settings

LandRegistry/lr-utils

Repository files navigation

Build Status

Some stuff used by more than one LR Flask app

Using these utilities

Add the following to your requirements.txt

lrutils==0.1.1

Push new versions to PYPI public repository

Note this code is currently hosted on PYPI. The LR may want to run their own PYPI repo in LR envs and host this and other LR packages there. An easy way to do this is use localshop.

The travis build will push tagged versions of this package to pypy (currently using my account - this should be transferred to an LR dev/webops person, or as mentioned above pushed to your own pypi)

When you want to push a new version
  • Set version number in setup.py
git tag [version number] -m "update version"
git push --tags origin master

About

Some hopefully useful functionality for LR Flask apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages