https://github.com/bzed/go.debian.net
Debian short url service
https://github.com/bzed/go.debian.net
Last synced: 8 months ago
JSON representation
Debian short url service
- Host: GitHub
- URL: https://github.com/bzed/go.debian.net
- Owner: bzed
- License: other
- Created: 2016-05-08T19:22:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T20:49:33.000Z (over 4 years ago)
- Last Synced: 2025-10-12T11:28:01.721Z (8 months ago)
- Language: Python
- Homepage: http://deb.li
- Size: 200 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[](https://www.quantifiedcode.com/app/project/93a458066fab4194bcb717a0e0ce4ceb)
Dependencies:
-------------
* Python 2.6 or python-simplejson
* python-application
* python-flask (>= 0.2)
* python-sqlalchemy (>= 0.5)
* python-psycopg2
* python-pylibmc or python-memcached
In case you want to use fcgi:
* python-flup
dependencies Python3 support test results:
-------------
```
user@go.debian.net$ caniusepython3 -r requirements.txt
Finding and checking dependencies ...
You have 0 projects blocking you from using Python 3!
```
Python3 install support:
-------------
All the libraries used in this project are packaged in Debian (Ubuntu too) except python-memcached
How to install:
-------------
* Python 2.6+:
```
user@go.debian.net$ sudo bash ./install.sh
```
* Python 3.x:
```
user@go.debian.net$ sudo bash ./install.sh python3
```