bikram


Namebikram JSON
Version 2.1.3 PyPI version JSON
download
home_pagehttps://github.com/aerawatcorp/bikram
SummaryUtilities to work with Bikram/Vikram Samwat dates.
upload_time2024-06-20 06:16:52
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT license
keywords bikram bikram samwat vikram samwat nepali date
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            bikram
------

.. image:: https://img.shields.io/pypi/v/bikram.svg
        :target: https://pypi.python.org/pypi/bikram

.. image:: https://img.shields.io/travis/poudel/bikram.svg
        :target: https://travis-ci.org/poudel/bikram

.. image:: https://readthedocs.org/projects/bikram/badge/?version=latest
        :target: https://bikram.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Utilities to work with Bikram/Vikram Samwat dates. Documentation: https://bikram.readthedocs.io.


Getting started
---------------

* Install the :code:`bikram` package: https://bikram.readthedocs.io/installation.html.
* Read the usage guide: https://bikram.readthedocs.io/usage.html.
* Read the module reference guide: https://bikram.readthedocs.io/bikram.html.


Features
--------

* Convert Bikram Samwat dates to AD and vice versa in a few line of codes.
  Intended to be useful for Nepali software developers.
* Well tested and readable source code.
* Date operations, i.e. addition/subtraction,
  supported with :code:`datetime.date` and :code:`datetime.timedelta` within range.
* Supports comparison with :code:`datetime.date` and :code:`datetime.timedelta` objects.
* Supports string formatting of `samwat` dates.


Caveats
-------

* Is not very helpful if the date falls outside the map of BS years to days in month.


Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

2.1.0 to 2.1.3 (2024-06-20)
---------------------------
* Few changes have been made to make the date map accurate as reported by several contributors.
* 2062 BS Date changes and confirmed as per the Nepal RajPatra
* 2081 BS Date changes and confirmed as per the calendar published in 2081
* out of bound checks as suggested by Dipendra Nath (dipee), FIRST_AD_YEAR, LAST_AD_YEAR constanst introduced.
* 2.1.3 - Bump to push the change log

1.0.0 (2018-03-15)
------------------

* Added usage guide and module docs.
* Added :code:`pipenv` support.
* Removed :code:`tox`.
* Removed support for python versions older than 3.6.


0.1.2 (2016-11-13)
------------------

* Minor test fixes.


0.1.0 (2016-11-13)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aerawatcorp/bikram",
    "name": "bikram",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "bikram bikram samwat vikram samwat nepali date",
    "author": null,
    "author_email": "aerawatcorp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/43/f3d3040ddc632876836ddae447ff5a4ebeb9646322623522f49b282ec517/bikram-2.1.3.tar.gz",
    "platform": null,
    "description": "bikram\n------\n\n.. image:: https://img.shields.io/pypi/v/bikram.svg\n        :target: https://pypi.python.org/pypi/bikram\n\n.. image:: https://img.shields.io/travis/poudel/bikram.svg\n        :target: https://travis-ci.org/poudel/bikram\n\n.. image:: https://readthedocs.org/projects/bikram/badge/?version=latest\n        :target: https://bikram.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n\nUtilities to work with Bikram/Vikram Samwat dates. Documentation: https://bikram.readthedocs.io.\n\n\nGetting started\n---------------\n\n* Install the :code:`bikram` package: https://bikram.readthedocs.io/installation.html.\n* Read the usage guide: https://bikram.readthedocs.io/usage.html.\n* Read the module reference guide: https://bikram.readthedocs.io/bikram.html.\n\n\nFeatures\n--------\n\n* Convert Bikram Samwat dates to AD and vice versa in a few line of codes.\n  Intended to be useful for Nepali software developers.\n* Well tested and readable source code.\n* Date operations, i.e. addition/subtraction,\n  supported with :code:`datetime.date` and :code:`datetime.timedelta` within range.\n* Supports comparison with :code:`datetime.date` and :code:`datetime.timedelta` objects.\n* Supports string formatting of `samwat` dates.\n\n\nCaveats\n-------\n\n* Is not very helpful if the date falls outside the map of BS years to days in month.\n\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n\n=======\nHistory\n=======\n\n2.1.0 to 2.1.3 (2024-06-20)\n---------------------------\n* Few changes have been made to make the date map accurate as reported by several contributors.\n* 2062 BS Date changes and confirmed as per the Nepal RajPatra\n* 2081 BS Date changes and confirmed as per the calendar published in 2081\n* out of bound checks as suggested by Dipendra Nath (dipee), FIRST_AD_YEAR, LAST_AD_YEAR constanst introduced.\n* 2.1.3 - Bump to push the change log\n\n1.0.0 (2018-03-15)\n------------------\n\n* Added usage guide and module docs.\n* Added :code:`pipenv` support.\n* Removed :code:`tox`.\n* Removed support for python versions older than 3.6.\n\n\n0.1.2 (2016-11-13)\n------------------\n\n* Minor test fixes.\n\n\n0.1.0 (2016-11-13)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Utilities to work with Bikram/Vikram Samwat dates.",
    "version": "2.1.3",
    "project_urls": {
        "Homepage": "https://github.com/aerawatcorp/bikram"
    },
    "split_keywords": [
        "bikram",
        "bikram",
        "samwat",
        "vikram",
        "samwat",
        "nepali",
        "date"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a43f3d3040ddc632876836ddae447ff5a4ebeb9646322623522f49b282ec517",
                "md5": "d9838c747b3b6d7a9a5574e0e7b625e9",
                "sha256": "8dd78e76e8aa4ad2a28335661201d0b95875c9d383765054455d2eb70a9c90af"
            },
            "downloads": -1,
            "filename": "bikram-2.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d9838c747b3b6d7a9a5574e0e7b625e9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 22670,
            "upload_time": "2024-06-20T06:16:52",
            "upload_time_iso_8601": "2024-06-20T06:16:52.400120Z",
            "url": "https://files.pythonhosted.org/packages/3a/43/f3d3040ddc632876836ddae447ff5a4ebeb9646322623522f49b282ec517/bikram-2.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-20 06:16:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aerawatcorp",
    "github_project": "bikram",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "bikram"
}
        
Elapsed time: 0.30912s