Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days ago
JSON representation
A simple Python web app + lots of tools
- Host: GitHub
- URL: https://github.com/bartgo/python-cuturl
- Owner: BartGo
- License: mit
- Created: 2015-02-23T16:53:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T02:03:39.000Z (over 1 year ago)
- Last Synced: 2024-10-14T08:40:40.543Z (24 days ago)
- Topics: bash, flask, python, travis-ci
- Language: Python
- Homepage:
- Size: 329 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
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