Skip to content
/ nab Public

Python text munging in the spirit of awk, sed, and Perl

Notifications You must be signed in to change notification settings

hindman/nab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


nab

Blah blah.

Virtualenv setup:

V=3.6.5
N=nab
deactivate
rmvirtualenv $N-$V
pyenv shell $V
mkvirtualenv $N-$V
pip install -e .[dev,test]

About

Python text munging in the spirit of awk, sed, and Perl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages