python-cuturl

A simple Python web app + lots of tools

MIT License

Stars
3
Committers
5

=============
Python-cuturl

v0.0.23

A simple favourites / URL shortening app in Python. Work in progress. A project to test tools and environments.

http://fathomless-everglades-8154.herokuapp.com/

Quickstart

Running in development mode (prepare virtual environment and run the app inside):

.. code-block:: bash

./devinit.sh
./devrun.sh

.. code-block:: bash

./devucl.sh
./dnv/Scripts/bumpversion --allow-dirty patch
git add .
git commit -m "Bump version to y.y.yy"
git tag vy.y.y
git push
git push --tags

.. image:: https://travis-ci.org/BartGo/python-cuturl.svg?branch=master :target: https://travis-ci.org/BartGo/python-cuturl

.. image:: https://requires.io/github/BartGo/python-cuturl/requirements.svg?branch=master :target: https://requires.io/github/BartGo/python-cuturl/requirements/?branch=master :alt: Requirements Status