Metadata-Version: 1.1
Name: Chips-CNC-Toolmanager
Version: 0.1.a1
Summary: CNC tool test and management suite
Home-page: https://bitbucket.org/sebste/chips
Author: Sebastian Stetter
Author-email: sebastian.stetter@gmail.com
License: GPL License v2
Description: # README #
        
        ### Cips ###
        
        Chips is a CNC machinist's tool that helps you finding the best feed and speed values for your machines, tools and materials and manages your best feeds & speeds recipes.
        
        With Chips, you can:
        - create tests for tools and materials
        - generate g-code for your test cases
        - evaluate your test cuts and keep track of your best recipes with the recipe database
        - calculators for various basic machining parameters
        - easily find the right tools for your machines and materials with the tools and material database
        - completely test driven, so your recipes perfectly match the abilities of your machine
        
        
        ### How do I get set up? ###
        
        * Installation from using pip
        
        You need Python2 and PyQt4 pip already installed since they can not be installed through the pip command.
        
        run 'sudo pip install Chips-CNC-Tool-Manager' to install as root
        or run 'pip install -U Chips-CNC-Tool-Manager' to install locally as regular user
        run 'Chips' to run programm
        
        * Dependencies
        	Python2
        	PyQt4
        	camelot==13.04.13-gpl-pyqt
        
        
        * installation with setup.py
         TODO...
        
        ### Who do I talk to? ###
        
        * Repo owner: Sebastian Stetter
        
Keywords: machining,CNC,tools,CAM,g-code,workshop
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Environment :: X11 Applications
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Other/Nonlisted Topic
