Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techgaun/ad-bs-converter.py
Python implementation of https://github.com/techgaun/ad-bs-converter
https://github.com/techgaun/ad-bs-converter.py
bs-converter date-converter hacktoberfest python python-3
Last synced: 29 days ago
JSON representation
Python implementation of https://github.com/techgaun/ad-bs-converter
- Host: GitHub
- URL: https://github.com/techgaun/ad-bs-converter.py
- Owner: techgaun
- License: apache-2.0
- Created: 2016-09-14T06:20:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T09:54:13.000Z (about 6 years ago)
- Last Synced: 2024-04-14T06:04:57.943Z (7 months ago)
- Topics: bs-converter, date-converter, hacktoberfest, python, python-3
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ad-bs-converter.py [![Build Status](https://semaphoreci.com/api/v1/techgaun/ad-bs-converter-py/branches/master/badge.svg)](https://semaphoreci.com/techgaun/ad-bs-converter-py)
> Python implementation of https://github.com/techgaun/ad-bs-converter
### Installation
```
pip install adbs
```### Usage
```python
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](https://github.com/techgaun/ad-bs-converter).