jen-soft / tools

monky tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

description

Short tools for using in interactive-python

install

F=$(python -c "import site; print(site.getsitepackages()[0]+'/p.py')")
sudo wget -v -N raw.githubusercontent.com/jen-soft/tools/master/p.py -O $F

using

import p
p.dir( str, True, 7 )
>>> p.dir( str, True, 7 )
_formatter_field_name_split    decode        format     islower    ljust        rfind         rstrip        swapcase 
_formatter_parser              encode        index      isspace    lower        rindex        split         title    
capitalize                     endswith      isalnum    istitle    lstrip       rjust         splitlines    translate
center                         expandtabs    isalpha    isupper    partition    rpartition    startswith    upper    
count                          find          isdigit    join       replace      rsplit        strip         zfill    
>>> data = {'id': 1, 'name': 'jen'}
>>> p.json(data)
{
  "id": 1,
  "username": "jen-soft"
}

license

Licensed under the Apache License, Version 2.0

http://www.apache.org/licenses/LICENSE-2.0

About

monky tools

License:Other


Languages

Language:Python 100.0%