# Date-convert-AD-BS
A Lightweight package that allows to convert AD to BS and vice versa.
## Installation
You can install the package using pip:
```
pip install date-convert-ad-bs
or
pip3 install date-convert-ad-bs
```
## Usage
To use the package, simply import it and call its functions:
```python
from dateconvert import DateConvert
converter = DateConvert()
print(converter.ad_to_bs(1993,5,29))
print(converter.bs_to_ad(2050,2,11))
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Ulleri-Tech/date-convert-AD-BS",
"name": "date-convert-ad-bs",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,Convert Date,AD to BS,BS to AD",
"author": "Ulleri Tech (Binij Shrestha)",
"author_email": "<uller@ulleri.tech>",
"download_url": "https://files.pythonhosted.org/packages/b3/81/c246570d3e44899444b9824ffa27600ee9b4612206686fcd02243c03dc4b/date-convert-ad-bs-1.1.4.tar.gz",
"platform": null,
"description": "\n# Date-convert-AD-BS\n\nA Lightweight package that allows to convert AD to BS and vice versa.\n\n## Installation\n\nYou can install the package using pip:\n\n```\npip install date-convert-ad-bs\n\nor\n\npip3 install date-convert-ad-bs\n\n```\n\n## Usage\n\nTo use the package, simply import it and call its functions:\n\n```python\nfrom dateconvert import DateConvert\n\nconverter = DateConvert()\n\nprint(converter.ad_to_bs(1993,5,29))\nprint(converter.bs_to_ad(2050,2,11))\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Convert AD to BS and vice versa",
"version": "1.1.4",
"split_keywords": [
"python",
"convert date",
"ad to bs",
"bs to ad"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c204ea35eb3db8cc7125e655df936555f89ac64c24d50b81eb7174411253e4a5",
"md5": "20a2352ad045ec5efc78ba2dbed130d5",
"sha256": "b4af734d87926b528924e49f6edd24e63aeeaf9cd768b9070d12786a4be3e662"
},
"downloads": -1,
"filename": "date_convert_ad_bs-1.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "20a2352ad045ec5efc78ba2dbed130d5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4704,
"upload_time": "2023-03-13T17:57:26",
"upload_time_iso_8601": "2023-03-13T17:57:26.514412Z",
"url": "https://files.pythonhosted.org/packages/c2/04/ea35eb3db8cc7125e655df936555f89ac64c24d50b81eb7174411253e4a5/date_convert_ad_bs-1.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b381c246570d3e44899444b9824ffa27600ee9b4612206686fcd02243c03dc4b",
"md5": "77393a5ca9a22ccb48989b0d0355a81a",
"sha256": "c5cb78493a98a13207fcb51f134ac0bc2374c1304cb9bc367bb3924d3b876281"
},
"downloads": -1,
"filename": "date-convert-ad-bs-1.1.4.tar.gz",
"has_sig": false,
"md5_digest": "77393a5ca9a22ccb48989b0d0355a81a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4643,
"upload_time": "2023-03-13T17:57:23",
"upload_time_iso_8601": "2023-03-13T17:57:23.552898Z",
"url": "https://files.pythonhosted.org/packages/b3/81/c246570d3e44899444b9824ffa27600ee9b4612206686fcd02243c03dc4b/date-convert-ad-bs-1.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-13 17:57:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "Ulleri-Tech",
"github_project": "date-convert-AD-BS",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "date-convert-ad-bs"
}