Metadata-Version: 1.1
Name: bookkeep
Version: 0.2.2
Summary: bookeep keeps track of units, bounds, and immutable items.
Home-page: https://github.com/yoelcortes/bookkeep
Author: Yoel Cortes-Pena
Author-email: yoelcortes@gmail.com
License: MIT
Download-URL: https://github.com/yoelcortes/bookkeep.git
Description: ========
        bookkeep 
        ========
        
        .. image:: http://img.shields.io/pypi/v/bookkeep.svg?style=flat
           :target: https://pypi.python.org/pypi/bookkeep
           :alt: Version_status
        .. image:: http://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
           :target: https://bookkeep.readthedocs.io/en/latest/
           :alt: Documentation
        .. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
           :target: https://github.com/yoelcortes/bookkeep/blob/master/LICENSE.txt
           :alt: license
        
        
        .. contents::
        
        What is bookkeep?
        --------------------
        
        bookkeep is a python package created by Yoel Cortes-Pena for keeping track of units of measure, measurment bounds, and immutable items. The package mainly features the SmartBook, a dictionary subclass that incorporates `pint Quantity objects  <https://pint.readthedocs.io/en/latest/>`__ for managing units of measure.
        
        Installation
        ------------
        
        Get the latest version of bookkeep from
        https://pypi.python.org/pypi/bookkeep/
        
        If you have an installation of Python with pip, simple install it with:
        
            $ pip install bookkeep
        
        To get the git version, run:
        
            $ git clone git://github.com/yoelcortes/bookkeep
        
        Documentation
        -------------
        
        bookkeep's documentation is available on the web:
        
            http://bookkeep.readthedocs.io/
        
        Latest source code
        ------------------
        
        The latest development version of bookeep's sources can be obtained at
        
            https://github.com/yoelcortes/bookkeep
        
        
        Bug reports
        -----------
        
        To report bugs, please use the bookkeep's Bug Tracker at:
        
            https://github.com/yoelcortes/bookkeep
        
        
        License information
        -------------------
        
        See ``LICENSE.txt`` for information on the terms & conditions for usage
        of this software, and a DISCLAIMER OF ALL WARRANTIES.
        
        Although not required by the bookkeep license, if it is convenient for you,
        please cite bookkeep if used in your work. Please also consider contributing
        any changes you make back, and benefit the community.
        
        
        Citation
        --------
        
        To cite bookkeep in publications use::
        
            Yoel Cortes-Pena (2018). bookkeep: an easy way to track quantities
            https://github.com/yoelcortes/bookkeep
        
Platform: Windows
