This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# encoding: utf-8 | |
import datetime | |
import sys | |
from workalendar.asia import Japan | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pyparsing quick reference: A Python text processing tool | |
http://infohost.nmt.edu/tcc/help/pubs/pyparsing/web/removeQuotes.html | |
- [ ] pyparsing | |
- [ ] python2.5サポートしているのは1.5.7まで https://pypi.python.org/pypi/pyparsing/1.5.7 | |
- http://d.hatena.ne.jp/shive/20091204/1259904048 | |
- [ ] http://pyparsing.wikispaces.com/ |
NewerOlder