psycofdj / xtdpy

High level Python development library

Home Page:http://xtd.readthedocs.io/en/latest/xtd.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

Installing

From Python Package index :

# for python2 (default)
sudo pip install xtd
# for python3
sudo pip3 install xtd

From PPA Packages :

Link: https://launchpad.net/~psycofdj/+archive/ubuntu/xtdpy

sudo add-apt-repository ppa:psycofdj/xtdpy
sudo apt-get update
# for python2 (default)
sudo apt-get install python-xtd
# for python3 (default)
sudo apt-get install python3-xtd

Develop

Prerequisites

sudo apt-get install graphviz
sudo pip3 install -r requirements.dev.txt

Documentation

Readthedocs online documentation

Project status

Unstable but usable.

PyPI version Build Status Documentation Status

About

High level Python development library

http://xtd.readthedocs.io/en/latest/xtd.html

License:GNU General Public License v3.0


Languages

Language:Python 98.5%Language:Makefile 1.2%Language:Shell 0.3%