├── README.md ├── bib-content.satyh ├── bib-style.satyh ├── bib.satyh ├── convert ├── convert.py └── references.bib ├── pysaty ├── __init__.py └── pysaty.py ├── test.saty └── util.satyh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoudai/bib-satysfi/HEAD/README.md -------------------------------------------------------------------------------- /bib-content.satyh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoudai/bib-satysfi/HEAD/bib-content.satyh -------------------------------------------------------------------------------- /bib-style.satyh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoudai/bib-satysfi/HEAD/bib-style.satyh -------------------------------------------------------------------------------- /bib.satyh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoudai/bib-satysfi/HEAD/bib.satyh -------------------------------------------------------------------------------- /convert/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoudai/bib-satysfi/HEAD/convert/convert.py -------------------------------------------------------------------------------- /convert/references.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoudai/bib-satysfi/HEAD/convert/references.bib -------------------------------------------------------------------------------- /pysaty/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pysaty/pysaty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoudai/bib-satysfi/HEAD/pysaty/pysaty.py -------------------------------------------------------------------------------- /test.saty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoudai/bib-satysfi/HEAD/test.saty -------------------------------------------------------------------------------- /util.satyh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shoudai/bib-satysfi/HEAD/util.satyh --------------------------------------------------------------------------------