Metadata-Version: 2.1
Name: kollavarsham
Version: 1.6.0
Summary: Convert Gregorian date to Kollavarsham date and vice versa
Home-page: http://kollavarsham.org
Author: The Kollavarsham Team<info@kollavarsham.org>
License: MIT
Project-URL: Source, https://github.com/acme/hello-jsii.git
Description: # [kollavarsham](http://kollavarsham.org/)
        
        [![NPM version](https://badge.fury.io/js/kollavarsham.svg)](https://badge.fury.io/js/kollavarsham) [![PyPI version](https://badge.fury.io/py/kollavarsham.svg)](https://badge.fury.io/py/kollavarsham) [![Build Status](https://img.shields.io/travis/kollavarsham/kollavarsham-js.svg)](https://travis-ci.org/kollavarsham/kollavarsham-js) [![Dependency Status](https://img.shields.io/david/kollavarsham/kollavarsham-js.svg)](https://david-dm.org/kollavarsham/kollavarsham-js) [![Dev-Dependency Status](https://img.shields.io/david/dev/kollavarsham/kollavarsham-js.svg)](https://david-dm.org/kollavarsham/kollavarsham-js#info=devDependencies&view=table) [![Coverage Status](https://coveralls.io/repos/github/kollavarsham/kollavarsham-js/badge.svg?branch=master)](https://coveralls.io/github/kollavarsham/kollavarsham-js?branch=master)
        
        > Convert Gregorian date to Kollavarsham date and vice versa
        
        ## Install
        
        ```sh
        $ npm install --save kollavarsham
        ```
        
        ## Usage
        
        ```js
        import { Kollavarsham } from 'kollavarsham';
        
        const options = {
          system: 'SuryaSiddhanta',
          latitude: 10,
          longitude: 76.2
        };
        
        const kollavarsham = new Kollavarsham(options);
        
        const todayInMalayalamEra = kollavarsham.fromGregorianDate(new Date());
        
        const today = kollavarsham.toGregorianDate(todayInMalayalamEra);
        ```
        
        ## Documentation
        
        Check out the [Kollavarsham class](https://kollavarsham.org/kollavarsham-js/module-kollavarsham.Kollavarsham.html) within the API documentation as this is the entry point into the library.
        
        ## CLI app
        
        Check out the [cli](https://www.npmjs.com/package/kollavarsham-cli) module ([GitHub repo](https://github.com/kollavarsham/cli)) for the `kollavarsham` cross-platform CLI app
        
        ```plain
        npm install -g kollavarsham-cli
        
        kollavarsham --help
        ```
        
        ## Release History
        
        Check out the history at [GitHub Releases](https://github.com/kollavarsham/kollavarsham-js/releases)
        
        ## License
        
        Copyright (c) 2014-2020 The Kollavarsham Team. Licensed under the [MIT license](http://kollavarsham.org/LICENSE.txt).
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
