ad-bs-converter.py

Python implementation of https://github.com/techgaun/ad-bs-converter

APACHE-2.0 License

Downloads
59
Stars
4
Committers
1

ad-bs-converter.py Build Status

Python implementation of https://github.com/techgaun/ad-bs-converter

Installation

pip install adbs

Usage

import adbs
print(adbs.ad_to_bs('2016/8/17'))
print(adbs.bs_to_ad('2073/6/1'))

This implementation is based on the javascript version.

Package Rankings
Top 21.94% on Pypi.org
Badges
Extracted from project README
Build Status
Related Projects