Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

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

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).