Metadata-Version: 2.1
Name: ttcal
Version: 1.0.4
Summary: UNKNOWN
Home-page: https://github.com/datakortet/ttcal
Author: Bjorn Pettersen
Author-email: bp@datakortet.no
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: six
Requires-Dist: future

.. image:: https://travis-ci.org/datakortet/ttcal.svg?branch=master
    :target: https://travis-ci.org/datakortet/ttcal

.. image:: https://coveralls.io/repos/github/datakortet/ttcal/badge.svg?branch=master
    :target: https://coveralls.io/github/datakortet/ttcal


ttcal - calendar calculations
=============================================================


Installing from PyPI
--------------------

This is what you want if you just want to use ttcal:

   pip install ttcal


As a source package
-------------------

This is what you want if you are developing ttcal or want 
to make local changes to the source code.

   pip install -e <path>


See docs/ folder for documentation.


