Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/psycofdj/xtdpy

High level Python development library
https://github.com/psycofdj/xtdpy

argument-parser configuration-parser http-client http-server logging python

Last synced: 2 months ago
JSON representation

High level Python development library

Awesome Lists containing this project

README

        

**Table of Contents**

- [Installing](#installing)
- [Develop](#develop)
- [Prerequisites](#prerequisites)
- [Documentation](#documentation)
- [Project status](#project-status)

# Installing

From Python Package index :
```bash
# for python2 (default)
sudo pip install xtd
# for python3
sudo pip3 install xtd
```

From PPA Packages :

Link: https://launchpad.net/~psycofdj/+archive/ubuntu/xtdpy
```bash
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
```bash
sudo apt-get install graphviz
sudo pip3 install -r requirements.dev.txt
```

## Documentation

[Readthedocs online documentation](http://xtd.readthedocs.io/en/latest/xtd.html)

# Project status

Unstable but usable.

[![PyPI version](https://badge.fury.io/py/xtd.svg)](https://badge.fury.io/py/xtd)
[![Build Status](https://travis-ci.org/psycofdj/xtdpy.svg?branch=master)](https://travis-ci.org/psycofdj/xtdpy)
[![Documentation Status](https://readthedocs.org/projects/xtd/badge/?version=latest)](http://xtd.readthedocs.org/en/latest/xtd.html?badge=latest)