Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bartgo/python-cuturl

A simple Python web app + lots of tools
https://github.com/bartgo/python-cuturl

bash flask python travis-ci

Last synced: 3 days ago
JSON representation

A simple Python web app + lots of tools

Awesome Lists containing this project

README

        

=============
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