How to use the kipart.__init__.__version__ function in kipart

To help you get started, we’ve selected a few kipart examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github xesscorp / KiPart / kipart / __main__.py View on Github external
def main():
    parser = ap.ArgumentParser(
        description="Generate single & multi-unit schematic symbols for KiCad from a CSV file."
    )

    parser.add_argument(
        "-v", "--version", action="version", version="KiPart " + __version__
    )
    parser.add_argument(
        "input_files",
        nargs="+",
        type=str,
        metavar="file1.[csv|zip] file2.[csv|zip] ...",
        help="Files for parts in CSV format or as CSV files in .zip archives.",
    )
    parser.add_argument(
        "-r",
        "--reader",
        nargs="?",
        type=str.lower,
        choices=[
            "generic",
            "xilinxultra",

kipart

Part creator for KiCad.

MIT
Latest version published 9 months ago

Package Health Score

61 / 100
Full package analysis

Similar packages