Metadata-Version: 1.1
Name: kicost
Version: 1.1.8
Summary: Build cost spreadsheet for a KiCad project.
Home-page: https://hildogjr.github.io/KiCost
Author: XESS Corporation
Author-email: info@xess.com
License: MIT
Project-URL: Doc, https://hildogjr.github.io/KiCost
Project-URL: Git, https://github.com/hildogjr/KiCost
Description: ===============================
        KiCost
        ===============================
        
        .. image:: https://img.shields.io/github/workflow/status/hildogjr/KiCost/Python%20application
                :target: https://github.com/hildogjr/KiCost/actions
        
        .. image:: https://img.shields.io/pypi/v/kicost.svg
                :target: https://pypi.python.org/pypi/kicost
        
        KiCost script, also with Graphical User Interface - GUI, under MIT license for
        generate part-cost spreadsheets for circuit boards developed with KiCad and others EDAs.
        
        * Free software: MIT license
        * Documentation: https://hildogjr.github.io/KiCost/.
        * Quick start: https://www.youtube.com/watch?v=AeccxROpDfY.
        
        KiCost is powered by the `Kitspace <https://kitspace.org/>`_ PartInfo API. `Partinfo <https://github.com/kitspace/partinfo>`_ hooks into paid-for 3rd party services. If you find KiCost useful please donate to the `Kitspace Open Collective <https://opencollective.com/kitspace>`_. If Kitspace doesn't receive enough donations then this free service will have to be shut down.
        
        .. image:: https://raw.githubusercontent.com/hildogjr/KiCost/master/kicost/kitspace.png
                :target: https://opencollective.com/kitspace
        
        Features
        --------
        
        * Easy installation via `pip` (see on documentation folder).
        * Processes the BOM XML file from your KiCad schematic to create a part-cost spreadsheet by
          scraping the web sites of several popular distributors for price and inventory data.
          (You can also enter your own quantity-adjusted pricing data for specialized parts or those
          not found at the supported distributors.);
        * Processes also BOM files from Altium, Proteus, Eagle, Upverter and hand made CSVs;
        * The spreadsheet contains quantity-adjusted pricing from each distributor for 
          individual parts and the total board;
        * Enter the number of boards to be built in a spreadsheet cell and all the pricing
          for the total board and individual parts is updated;
        * The spreadsheet also shows the current inventory on-hand for each part at each distributor;
        * Enter the quantity of each part that you want to purchase from each distributor and
          lists of part numbers and quantities will appear in formats that you can cut-and-paste
          directly into the website ordering page of each distributor.
        
        .. image:: https://raw.githubusercontent.com/hildogjr/KiCost/master/docs/block_diag.png
        .. image:: https://raw.githubusercontent.com/hildogjr/KiCost/master/docs/gui.png
        
        
        Latest updates
        --------------
        
        1.1.8 (2022-05-09)
        ______________________
        * Add Digi-Key API
        * Add Mouser API
        * Add Farnell/Newark API (Element14)
        * Add TME API
        * Add cache for all APIs (including KitSpace and Octopart)
        
        
        1.1.6 (2021-10-14)
        ______________________
        * Fix the Farnell import code order
        * Fix LCSC link and add BOM import links of all
        * Fix reference sorting and crashes
        * Add the user custom field capability to order quote
        * Add cell size adjust algorithm (use --max_column_width 0 to disable it)
        * Add ``pricing`` processing for subparts.
        * Add now the spreadsheet doesn't need to be recomputed after loading.
        * Add ``--split_extra_fields`` to specify more fields to split for subparts.
        * Add ``--board_qty`` to specify the number of boards.
        * Add ``--force_en_us`` to workaround wxWidgets issues.
        
        
        1.1.4 (2020-03-24)
        ______________________
        * Add TME and Arrow to Kitspace API.
        * Others cosmetic and internal changes.
        
        Access https://github.com/hildogjr/KiCost/blob/master/kicost/HISTORY.rst for full development history.
Keywords: KiCAD,BOM,electronics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
