Metadata-Version: 1.2
Name: kicost
Version: 1.1.15
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.15 (2022-12-15)
        _____________________
        * Fix avoid showing secrets in logs
        * Fix confusing options overwrite
        
        
        1.1.14 (2022-12-14)
        ______________________
        * Fix TME component URLs
        * Fix installation problems when tqdm isn't installed
        * Add Nexar API (replaces Octopart)
        * Add mechanism so all config API options have a related environment variable
        * Add option to exclude Digi-Key marketplace products
        * Add mechanism to specify availability for local distributors
        
        1.1.12 (2022-09-27)
        ______________________
        * Fix problems when trying to use Digi-Key API, but not available
        * Fix progress bar in the GUI not working for Python 3.10+
        
        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
