Skip to main content

A simple URL Shortener

Project description

2015-10-09: Broke compatibility with all Python versions except of 2.7

v0.0.21

A simple favourites / URL shortening app in Python. Work in progress. The idea is to have a simple, working web application linked with a set of tools - which could be used in larger projects.

Uses:

  • Bottle (microframework), Skeleton

  • PostgreSQL with SQLAlchemy (ORM), fallback to SQLite

  • cookiecutter-bottle template, bumpversion, vendor, crashreporter

  • playing with testing, using unittest, nosetests, tox, behave, WebTest

Works with Travis CI, successfull builds are deployed to Heroku: http://fathomless-everglades-8154.herokuapp.com/

At some moment it will work with Openshift as well.

Quickstart

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

devinit.sh
devrun.sh

I am struggling a bit with releasing to PyPi, it will work soon.

# no uncommited changes at this point
devucl.sh
bumpversion --allow-dirty patch
git add .
git commit -m "Bump version: x.x.x → y.y.y"
git tag vy.y.y
git push
git push --tags
# .pypirc must be prepared, see http://peterdowns.com/posts/first-time-with-pypi.html
# python setup.py register -r pypitest
# python setup.py sdist upload -r pypitest
# python setup.py register -r pypi
# python setup.py sdist upload -r pypi
# python setup.py sdist bdist_wheel upload
https://travis-ci.org/BartGo/bottle-cuturl.svg?branch=master https://semaphoreci.com/api/v1/projects/82f94cd9-6144-4e99-966e-649ca567a603/531764/badge.svg Codeship Status Drone.IO Status Requirements Status Code Issues PyPI Bitdeli badge

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Bottle-Cuturl-0.0.21.zip (52.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page