Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/psycofdj/xtdpy
- Owner: psycofdj
- License: gpl-3.0
- Created: 2016-03-24T13:46:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T17:45:19.000Z (almost 8 years ago)
- Last Synced: 2024-10-07T10:56:17.735Z (3 months ago)
- Topics: argument-parser, configuration-parser, http-client, http-server, logging, python
- Language: Python
- Homepage: http://xtd.readthedocs.io/en/latest/xtd.html
- Size: 294 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)