Metadata-Version: 2.1
Name: kitdex
Version: 0.0.2
Summary: An index for where to find your kit.
Home-page: UNKNOWN
Author: Julian Stirling
Author-email: julian@julianstirling.co.uk
License: GPLv3
Project-URL: Bug Tracker, https://gitlab.com/julianstirling/kitdex/issues
Project-URL: Source Code, https://gitlab.com/julianstirling/kitdex
Description: # KitDex
        
        KitDex is a simple program to record where tools and other "kit" is stored in a workshop. It then generates a printable index for your workshop.
        
        It is not designed for inventory management.
        
        ## Development status
        
        KitDex is designed for my own needs organising a couple of workshops. It is not sophisticated at all.
        
        ## Installation
        
        KitDex requires PDFLaTeX to be installed and on your computer's PATH.
        
        KitDex is a python program requiring python 3.6 and above. Install KitDex with:
        
        `pip install kitdex`
        
        ## Usage
        
        #### First use
        
        Run:
        
        `kidex -n directory.yml`
        
        This should open the interactive editor. Start by populating a list of locations that kit can be stored at.
        
        Once you have populated the location list you can add kit to the directory.
        
        #### To edit the same directory
        
        Run:
        
        `kidex directory.yml`
        
Keywords: Organisation,Hardware
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
