# Nepali Date Converter
This is a simple project that converts dates between nepali and english dates.
## Installation
Run the following command to install:
'''python
pip install nepali_date_converter
'''
## Usage
'''python
# Generate "2080-03-18"
from nepali_date_converter import english_to_nepali_converter
english_to_nepali_converter(2023,7,3)
# Generate "2023-07-03"
from nepali_date_converter import nepali_to_english_converter
nepali_to_english_converter(2080, 3, 18)
'''
# Developing nepali_date_converter
To install nepali_date_converter, along with the tools you need to develop and run tests, run the following in your virtualenv:
'''bash
$ pip install -e .[dev]
'''
Raw data
{
"_id": null,
"home_page": "https://github.com/GKisi27/nepali_date_converter",
"name": "nepali-date-converter",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,tutorial,date_converter,bikram sambat,nepali date converter,nepali datetime,bs to ad converter,ad to bs converter,nepali datetime",
"author": "Gopal kisi",
"author_email": "gkisi2772@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/21/12/c7e339d1c61e806de77bf3c8ce18848902e520cc8e3bb3470280240bf91d/nepali_date_converter-0.0.1.tar.gz",
"platform": null,
"description": "# Nepali Date Converter\r\n\r\nThis is a simple project that converts dates between nepali and english dates.\r\n\r\n\r\n## Installation\r\nRun the following command to install:\r\n\r\n'''python\r\npip install nepali_date_converter\r\n'''\r\n\r\n## Usage\r\n\r\n'''python\r\n\r\n# Generate \"2080-03-18\"\r\nfrom nepali_date_converter import english_to_nepali_converter\r\nenglish_to_nepali_converter(2023,7,3)\r\n\r\n# Generate \"2023-07-03\"\r\nfrom nepali_date_converter import nepali_to_english_converter\r\nnepali_to_english_converter(2080, 3, 18)\r\n'''\r\n\r\n# Developing nepali_date_converter\r\n\r\nTo install nepali_date_converter, along with the tools you need to develop and run tests, run the following in your virtualenv:\r\n\r\n'''bash\r\n$ pip install -e .[dev]\r\n'''\r\n",
"bugtrack_url": null,
"license": "",
"summary": "NepaliDateConverter",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/GKisi27/nepali_date_converter"
},
"split_keywords": [
"python",
"tutorial",
"date_converter",
"bikram sambat",
"nepali date converter",
"nepali datetime",
"bs to ad converter",
"ad to bs converter",
"nepali datetime"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "518b51a203ddc8f8ca040c9f52d5aa81cc71f32d60e36ae77ae6e86c38a95476",
"md5": "3301be8aa476d10916f1097eb0e96142",
"sha256": "465a0a913816b9b2005c97a484bf911c81483452a940c8690a8ffdb77baeed12"
},
"downloads": -1,
"filename": "nepali_date_converter-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3301be8aa476d10916f1097eb0e96142",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3126,
"upload_time": "2023-07-03T11:16:26",
"upload_time_iso_8601": "2023-07-03T11:16:26.782912Z",
"url": "https://files.pythonhosted.org/packages/51/8b/51a203ddc8f8ca040c9f52d5aa81cc71f32d60e36ae77ae6e86c38a95476/nepali_date_converter-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2112c7e339d1c61e806de77bf3c8ce18848902e520cc8e3bb3470280240bf91d",
"md5": "dd246e5401a8feaf0a44e74bd715cffb",
"sha256": "3d4e0b0ad98869e7edce13f84952d5984007708535abde1e701b2ef70ce83049"
},
"downloads": -1,
"filename": "nepali_date_converter-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "dd246e5401a8feaf0a44e74bd715cffb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24046,
"upload_time": "2023-07-03T11:16:28",
"upload_time_iso_8601": "2023-07-03T11:16:28.888526Z",
"url": "https://files.pythonhosted.org/packages/21/12/c7e339d1c61e806de77bf3c8ce18848902e520cc8e3bb3470280240bf91d/nepali_date_converter-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-03 11:16:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "GKisi27",
"github_project": "nepali_date_converter",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "nepali-date-converter"
}