From ed0707b150abf4dac19e507acd06a49971844916 Mon Sep 17 00:00:00 2001 From: Jeremy Mack Wright Date: Mon, 17 Apr 2017 09:49:00 -0400 Subject: [PATCH] Restructred the repo so that the module files are in the root directory and can be used with FreeCAD-addons. --- .../cadquery-lib/cadquery.egg-info/PKG-INFO | 154 ------------------ .../cadquery.egg-info/SOURCES.txt | 29 ---- .../cadquery.egg-info/dependency_links.txt | 1 - .../cadquery.egg-info/not-zip-safe | 1 - .../cadquery.egg-info/top_level.txt | 2 - CadQuery/CadQuery_rc.py => CadQuery_rc.py | 0 .../Ex000_Introduction.py | 0 .../Ex001_Simple_Block.py | 0 .../Ex002_Block_With_Bored_Center_Hole.py | 0 ...03_Pillow_Block_With_Counterbored_Holes.py | 0 .../Ex004_Extruded_Cylindrical_Plate.py | 0 .../Ex005_Extruded_Lines_and_Arcs.py | 0 .../Ex006_Moving_the_Current_Working_Point.py | 0 .../Ex007_Using_Point_Lists.py | 0 .../Ex008_Polygon_Creation.py | 0 .../Examples => Examples}/Ex009_Polylines.py | 0 .../Ex010_Defining_an_Edge_with_a_Spline.py | 0 .../Ex011_Mirroring_Symmetric_Geometry.py | 0 .../Ex012_Creating_Workplanes_on_Faces.py | 0 .../Ex013_Locating_a_Workplane_on_a_Vertex.py | 0 .../Ex014_Offset_Workplanes.py | 0 .../Ex015_Rotated_Workplanes.py | 0 .../Ex016_Using_Construction_Geometry.py | 0 .../Ex017_Shelling_to_Create_Thin_Features.py | 0 .../Ex018_Making_Lofts.py | 0 .../Ex019_Counter_Sunk_Holes.py | 0 .../Ex020_Rounding_Corners_with_Fillets.py | 0 .../Ex021_Splitting_an_Object.py | 0 .../Ex022_Classic_OCC_Bottle.py | 0 .../Ex023_Parametric_Enclosure.py | 0 ...x024_Using_FreeCAD_Solids_as_CQ_Objects.py | 0 .../Examples => Examples}/Ex025_Revolution.py | 0 .../Examples => Examples}/Ex026_Lego_Brick.py | 0 .../Ex027_Remote_Enclosure.py | 0 .../Examples => Examples}/Ex028_Numpy.py | 0 .../Examples => Examples}/Ex029_Braille.py | 0 ...arious_Holes_for_Connector_Installation.py | 0 .../Examples => Examples}/Ex031_Sweep.py | 0 .../Ex032_3D_Printer_Extruder_Support.py | 0 ...Chamfer_With_Logical_Selector_Operators.py | 0 {CadQuery/Gui => Gui}/Command.py | 0 {CadQuery/Gui => Gui}/ExportCQ.py | 0 {CadQuery/Gui => Gui}/ImportCQ.py | 0 {CadQuery/Gui => Gui}/Resources/CadQuery.qrc | 0 .../Gui => Gui}/Resources/icons/CQ_Logo.svg | 0 .../Gui => Gui}/Resources/icons/CQ_Logo.svg~ | 0 {CadQuery/Gui => Gui}/__init__.py | 0 CadQuery/Helpers.py => Helpers.py | 0 CadQuery/Init.py => Init.py | 0 CadQuery/InitGui.py => InitGui.py | 0 {CadQuery/Libs => Libs}/builtins/__init__.py | 0 .../Libs => Libs}/cadquery-lib/.coverage | 0 .../Libs => Libs}/cadquery-lib/.gitignore | 0 .../Libs => Libs}/cadquery-lib/.travis.yml | 0 .../Libs => Libs}/cadquery-lib/AUTHORS.md | 0 {CadQuery/Libs => Libs}/cadquery-lib/LICENSE | 0 {CadQuery/Libs => Libs}/cadquery-lib/MANIFEST | 0 .../Libs => Libs}/cadquery-lib/MANIFEST.in | 0 .../Libs => Libs}/cadquery-lib/README.md | 0 .../Libs => Libs}/cadquery-lib/README.txt | 0 .../Libs => Libs}/cadquery-lib/build-docs.sh | 0 .../cadquery-lib/cadquery/README.txt | 0 .../cadquery-lib/cadquery/__init__.py | 0 .../cadquery-lib/cadquery/contrib/__init__.py | 0 .../Libs => Libs}/cadquery-lib/cadquery/cq.py | 0 .../cadquery-lib/cadquery/cq_directive.py | 0 .../cadquery-lib/cadquery/cqgi.py | 0 .../cadquery/freecad_impl/README.txt | 0 .../cadquery/freecad_impl/__init__.py | 0 .../cadquery/freecad_impl/exporters.py | 0 .../cadquery/freecad_impl/geom.py | 0 .../cadquery/freecad_impl/importers.py | 0 .../cadquery/freecad_impl/shapes.py | 0 .../cadquery-lib/cadquery/plugins/__init__.py | 0 .../cadquery-lib/cadquery/selectors.py | 0 .../Libs => Libs}/cadquery-lib/changes.md | 0 .../Libs => Libs}/cadquery-lib/doc/README | 0 .../doc/_static/ParametricPulley.PNG | Bin .../cadquery-lib/doc/_static/block.png | Bin .../doc/_static/cadquery_cheatsheet.html | 0 .../cadquery-lib/doc/_static/cqlogo.png | Bin .../doc/_static/hyOzd-cablefix.png | Bin .../doc/_static/hyOzd-finished.jpg | Bin .../cadquery-lib/doc/_static/new_badge.png | Bin .../doc/_static/parametric-cup-screencap.PNG | Bin .../parametric-pillowblock-screencap.png | Bin .../cadquery-lib/doc/_static/pillowblock.png | Bin .../cadquery-lib/doc/_static/quickstart-1.png | Bin .../cadquery-lib/doc/_static/quickstart-2.png | Bin .../cadquery-lib/doc/_static/quickstart-3.png | Bin .../cadquery-lib/doc/_static/quickstart-4.png | Bin .../cadquery-lib/doc/_static/quickstart-5.png | Bin .../cadquery-lib/doc/_static/quickstart.png | Bin .../doc/_static/quickstart/000.png | Bin .../doc/_static/quickstart/001.png | Bin .../doc/_static/quickstart/002.png | Bin .../doc/_static/quickstart/003.png | Bin .../doc/_static/quickstart/004.png | Bin .../doc/_static/quickstart/005.png | Bin .../cadquery-lib/doc/_static/simpleblock.png | Bin .../cadquery-lib/doc/apireference.rst | 0 .../cadquery-lib/doc/classreference.rst | 0 .../Libs => Libs}/cadquery-lib/doc/conf.py | 0 .../Libs => Libs}/cadquery-lib/doc/cqgi.rst | 0 .../cadquery-lib/doc/designprinciples.rst | 0 .../cadquery-lib/doc/examples.rst | 0 .../cadquery-lib/doc/extending.rst | 0 .../cadquery-lib/doc/fileformat.rst | 0 .../Libs => Libs}/cadquery-lib/doc/index.rst | 0 .../cadquery-lib/doc/installation.rst | 0 .../Libs => Libs}/cadquery-lib/doc/intro.rst | 0 .../Libs => Libs}/cadquery-lib/doc/primer.rst | 0 .../cadquery-lib/doc/quickstart.rst | 0 .../cadquery-lib/doc/roadmap.rst | 0 .../cadquery-lib/doc/selectors.rst | 0 .../examples/FreeCAD/Ex001_Simple_Block.py | 0 .../Ex002_Block_With_Bored_Center_Hole.py | 0 ...03_Pillow_Block_With_Counterbored_Holes.py | 0 .../Ex004_Extruded_Cylindrical_Plate.py | 0 .../FreeCAD/Ex005_Extruded_Lines_and_Arcs.py | 0 .../Ex006_Moving_the_Current_Working_Point.py | 0 .../FreeCAD/Ex007_Using_Point_Lists.py | 0 .../FreeCAD/Ex008_Polygon_Creation.py | 0 .../examples/FreeCAD/Ex009_Polylines.py | 0 .../Ex010_Defining_an_Edge_with_a_Spline.py | 0 .../Ex011_Mirroring_Symmetric_Geometry.py | 0 .../Ex012_Creating_Workplanes_on_Faces.py | 0 .../Ex013_Locating_a_Workplane_on_a_Vertex.py | 0 .../FreeCAD/Ex014_Offset_Workplanes.py | 0 .../FreeCAD/Ex015_Rotated_Workplanes.py | 0 .../Ex016_Using_Construction_Geometry.py | 0 .../Ex017_Shelling_to_Create_Thin_Features.py | 0 .../examples/FreeCAD/Ex018_Making_Lofts.py | 0 .../FreeCAD/Ex019_Counter_Sunk_Holes.py | 0 .../Ex020_Rounding_Corners_with_Fillets.py | 0 .../FreeCAD/Ex021_Splitting_an_Object.py | 0 .../FreeCAD/Ex022_Classic_OCC_Bottle.py | 0 .../FreeCAD/Ex023_Parametric_Enclosure.py | 0 ...x024_Using_FreeCAD_Solids_as_CQ_Objects.py | 0 .../examples/FreeCAD/Ex025_Revolution.py | 0 .../cadquery-lib/registering.txt | 0 .../cadquery-lib/requirements-dev.txt | 0 .../cadquery-lib/requirements.txt | 0 .../Libs => Libs}/cadquery-lib/runtests.py | 0 .../Libs => Libs}/cadquery-lib/setup.cfg | 0 {CadQuery/Libs => Libs}/cadquery-lib/setup.py | 0 .../cadquery-lib/tests/README.txt | 0 .../cadquery-lib/tests/TestCQGI.py | 0 .../cadquery-lib/tests/TestCQSelectors.py | 0 .../cadquery-lib/tests/TestCadObjects.py | 0 .../cadquery-lib/tests/TestCadQuery.py | 0 .../cadquery-lib/tests/TestExporters.py | 0 .../cadquery-lib/tests/TestImporters.py | 0 .../cadquery-lib/tests/TestWorkplanes.py | 0 .../cadquery-lib/tests/__init__.py | 0 {CadQuery/Libs => Libs}/docutils/__init__.py | 0 {CadQuery/Libs => Libs}/docutils/_compat.py | 0 {CadQuery/Libs => Libs}/docutils/core.py | 0 {CadQuery/Libs => Libs}/docutils/examples.py | 0 {CadQuery/Libs => Libs}/docutils/frontend.py | 0 {CadQuery/Libs => Libs}/docutils/io.py | 0 .../docutils/languages/__init__.py | 0 .../Libs => Libs}/docutils/languages/af.py | 0 .../Libs => Libs}/docutils/languages/ca.py | 0 .../Libs => Libs}/docutils/languages/cs.py | 0 .../Libs => Libs}/docutils/languages/da.py | 0 .../Libs => Libs}/docutils/languages/de.py | 0 .../Libs => Libs}/docutils/languages/en.py | 0 .../Libs => Libs}/docutils/languages/eo.py | 0 .../Libs => Libs}/docutils/languages/es.py | 0 .../Libs => Libs}/docutils/languages/fi.py | 0 .../Libs => Libs}/docutils/languages/fr.py | 0 .../Libs => Libs}/docutils/languages/gl.py | 0 .../Libs => Libs}/docutils/languages/he.py | 0 .../Libs => Libs}/docutils/languages/it.py | 0 .../Libs => Libs}/docutils/languages/ja.py | 0 .../Libs => Libs}/docutils/languages/lt.py | 0 .../Libs => Libs}/docutils/languages/nl.py | 0 .../Libs => Libs}/docutils/languages/pl.py | 0 .../Libs => Libs}/docutils/languages/pt_br.py | 0 .../Libs => Libs}/docutils/languages/ru.py | 0 .../Libs => Libs}/docutils/languages/sk.py | 0 .../Libs => Libs}/docutils/languages/sv.py | 0 .../Libs => Libs}/docutils/languages/zh_cn.py | 0 .../Libs => Libs}/docutils/languages/zh_tw.py | 0 {CadQuery/Libs => Libs}/docutils/nodes.py | 0 .../docutils/parsers/__init__.py | 0 .../Libs => Libs}/docutils/parsers/null.py | 0 .../docutils/parsers/rst/__init__.py | 0 .../parsers/rst/directives/__init__.py | 0 .../parsers/rst/directives/admonitions.py | 0 .../docutils/parsers/rst/directives/body.py | 0 .../docutils/parsers/rst/directives/html.py | 0 .../docutils/parsers/rst/directives/images.py | 0 .../docutils/parsers/rst/directives/misc.py | 0 .../docutils/parsers/rst/directives/parts.py | 0 .../parsers/rst/directives/references.py | 0 .../docutils/parsers/rst/directives/tables.py | 0 .../docutils/parsers/rst/include/README.txt | 0 .../docutils/parsers/rst/include/isoamsa.txt | 0 .../docutils/parsers/rst/include/isoamsb.txt | 0 .../docutils/parsers/rst/include/isoamsc.txt | 0 .../docutils/parsers/rst/include/isoamsn.txt | 0 .../docutils/parsers/rst/include/isoamso.txt | 0 .../docutils/parsers/rst/include/isoamsr.txt | 0 .../docutils/parsers/rst/include/isobox.txt | 0 .../docutils/parsers/rst/include/isocyr1.txt | 0 .../docutils/parsers/rst/include/isocyr2.txt | 0 .../docutils/parsers/rst/include/isodia.txt | 0 .../docutils/parsers/rst/include/isogrk1.txt | 0 .../docutils/parsers/rst/include/isogrk2.txt | 0 .../docutils/parsers/rst/include/isogrk3.txt | 0 .../parsers/rst/include/isogrk4-wide.txt | 0 .../docutils/parsers/rst/include/isogrk4.txt | 0 .../docutils/parsers/rst/include/isolat1.txt | 0 .../docutils/parsers/rst/include/isolat2.txt | 0 .../parsers/rst/include/isomfrk-wide.txt | 0 .../docutils/parsers/rst/include/isomfrk.txt | 0 .../parsers/rst/include/isomopf-wide.txt | 0 .../docutils/parsers/rst/include/isomopf.txt | 0 .../parsers/rst/include/isomscr-wide.txt | 0 .../docutils/parsers/rst/include/isomscr.txt | 0 .../docutils/parsers/rst/include/isonum.txt | 0 .../docutils/parsers/rst/include/isopub.txt | 0 .../docutils/parsers/rst/include/isotech.txt | 0 .../docutils/parsers/rst/include/mmlalias.txt | 0 .../parsers/rst/include/mmlextra-wide.txt | 0 .../docutils/parsers/rst/include/mmlextra.txt | 0 .../docutils/parsers/rst/include/s5defs.txt | 0 .../parsers/rst/include/xhtml1-lat1.txt | 0 .../parsers/rst/include/xhtml1-special.txt | 0 .../parsers/rst/include/xhtml1-symbol.txt | 0 .../parsers/rst/languages/__init__.py | 0 .../docutils/parsers/rst/languages/af.py | 0 .../docutils/parsers/rst/languages/ca.py | 0 .../docutils/parsers/rst/languages/cs.py | 0 .../docutils/parsers/rst/languages/da.py | 0 .../docutils/parsers/rst/languages/de.py | 0 .../docutils/parsers/rst/languages/en.py | 0 .../docutils/parsers/rst/languages/eo.py | 0 .../docutils/parsers/rst/languages/es.py | 0 .../docutils/parsers/rst/languages/fi.py | 0 .../docutils/parsers/rst/languages/fr.py | 0 .../docutils/parsers/rst/languages/gl.py | 0 .../docutils/parsers/rst/languages/he.py | 0 .../docutils/parsers/rst/languages/it.py | 0 .../docutils/parsers/rst/languages/ja.py | 0 .../docutils/parsers/rst/languages/lt.py | 0 .../docutils/parsers/rst/languages/nl.py | 0 .../docutils/parsers/rst/languages/pl.py | 0 .../docutils/parsers/rst/languages/pt_br.py | 0 .../docutils/parsers/rst/languages/ru.py | 0 .../docutils/parsers/rst/languages/sk.py | 0 .../docutils/parsers/rst/languages/sv.py | 0 .../docutils/parsers/rst/languages/zh_cn.py | 0 .../docutils/parsers/rst/languages/zh_tw.py | 0 .../docutils/parsers/rst/roles.py | 0 .../docutils/parsers/rst/states.py | 0 .../docutils/parsers/rst/tableparser.py | 0 .../docutils/readers/__init__.py | 0 .../Libs => Libs}/docutils/readers/doctree.py | 0 .../Libs => Libs}/docutils/readers/pep.py | 0 .../docutils/readers/standalone.py | 0 .../Libs => Libs}/docutils/statemachine.py | 0 .../docutils/transforms/__init__.py | 0 .../docutils/transforms/components.py | 0 .../docutils/transforms/frontmatter.py | 0 .../Libs => Libs}/docutils/transforms/misc.py | 0 .../docutils/transforms/parts.py | 0 .../Libs => Libs}/docutils/transforms/peps.py | 0 .../docutils/transforms/references.py | 0 .../docutils/transforms/universal.py | 0 .../docutils/transforms/writer_aux.py | 0 .../Libs => Libs}/docutils/utils/__init__.py | 0 .../docutils/utils/code_analyzer.py | 0 .../docutils/utils/error_reporting.py | 0 .../docutils/utils/math/__init__.py | 0 .../docutils/utils/math/latex2mathml.py | 0 .../docutils/utils/math/math2html.py | 0 .../docutils/utils/math/tex2unichar.py | 0 .../docutils/utils/math/unichar2tex.py | 0 .../docutils/utils/punctuation_chars.py | 0 .../Libs => Libs}/docutils/utils/roman.py | 0 .../docutils/utils/smartquotes.py | 0 .../docutils/utils/urischemes.py | 0 .../docutils/writers/__init__.py | 0 .../docutils/writers/docutils_xml.py | 0 .../docutils/writers/html4css1/__init__.py | 0 .../docutils/writers/html4css1/html4css1.css | 0 .../docutils/writers/html4css1/math.css | 0 .../docutils/writers/html4css1/template.txt | 0 .../docutils/writers/latex2e/__init__.py | 0 .../docutils/writers/latex2e/default.tex | 0 .../docutils/writers/latex2e/titlepage.tex | 0 .../docutils/writers/latex2e/xelatex.tex | 0 .../Libs => Libs}/docutils/writers/manpage.py | 0 .../Libs => Libs}/docutils/writers/null.py | 0 .../docutils/writers/odf_odt/__init__.py | 0 .../writers/odf_odt/pygmentsformatter.py | 0 .../docutils/writers/odf_odt/styles.odt | Bin .../docutils/writers/pep_html/__init__.py | 0 .../docutils/writers/pep_html/pep.css | 0 .../docutils/writers/pep_html/template.txt | 0 .../docutils/writers/pseudoxml.py | 0 .../docutils/writers/s5_html/__init__.py | 0 .../writers/s5_html/themes/README.txt | 0 .../writers/s5_html/themes/big-black/__base__ | 0 .../s5_html/themes/big-black/framing.css | 0 .../s5_html/themes/big-black/pretty.css | 0 .../s5_html/themes/big-white/framing.css | 0 .../s5_html/themes/big-white/pretty.css | 0 .../writers/s5_html/themes/default/blank.gif | Bin .../s5_html/themes/default/framing.css | 0 .../s5_html/themes/default/iepngfix.htc | 0 .../writers/s5_html/themes/default/opera.css | 0 .../s5_html/themes/default/outline.css | 0 .../writers/s5_html/themes/default/pretty.css | 0 .../writers/s5_html/themes/default/print.css | 0 .../s5_html/themes/default/s5-core.css | 0 .../writers/s5_html/themes/default/slides.css | 0 .../writers/s5_html/themes/default/slides.js | 0 .../s5_html/themes/medium-black/__base__ | 0 .../s5_html/themes/medium-black/pretty.css | 0 .../s5_html/themes/medium-white/framing.css | 0 .../s5_html/themes/medium-white/pretty.css | 0 .../s5_html/themes/small-black/__base__ | 0 .../s5_html/themes/small-black/pretty.css | 0 .../s5_html/themes/small-white/framing.css | 0 .../s5_html/themes/small-white/pretty.css | 0 .../docutils/writers/xetex/__init__.py | 0 {CadQuery/Libs => Libs}/future/__init__.py | 0 .../future/backports/__init__.py | 0 .../future/backports/_markupbase.py | 0 .../future/backports/datetime.py | 0 .../future/backports/email/__init__.py | 0 .../future/backports/email/_encoded_words.py | 0 .../backports/email/_header_value_parser.py | 0 .../future/backports/email/_parseaddr.py | 0 .../future/backports/email/_policybase.py | 0 .../future/backports/email/base64mime.py | 0 .../future/backports/email/charset.py | 0 .../future/backports/email/encoders.py | 0 .../future/backports/email/errors.py | 0 .../future/backports/email/feedparser.py | 0 .../future/backports/email/generator.py | 0 .../future/backports/email/header.py | 0 .../future/backports/email/headerregistry.py | 0 .../future/backports/email/iterators.py | 0 .../future/backports/email/message.py | 0 .../future/backports/email/mime/__init__.py | 0 .../backports/email/mime/application.py | 0 .../future/backports/email/mime/audio.py | 0 .../future/backports/email/mime/base.py | 0 .../future/backports/email/mime/image.py | 0 .../future/backports/email/mime/message.py | 0 .../future/backports/email/mime/multipart.py | 0 .../backports/email/mime/nonmultipart.py | 0 .../future/backports/email/mime/text.py | 0 .../future/backports/email/parser.py | 0 .../future/backports/email/policy.py | 0 .../future/backports/email/quoprimime.py | 0 .../future/backports/email/utils.py | 0 .../future/backports/html/__init__.py | 0 .../future/backports/html/entities.py | 0 .../future/backports/html/parser.py | 0 .../future/backports/http/__init__.py | 0 .../future/backports/http/client.py | 0 .../future/backports/http/cookiejar.py | 0 .../future/backports/http/cookies.py | 0 .../future/backports/http/server.py | 0 .../Libs => Libs}/future/backports/misc.py | 0 .../Libs => Libs}/future/backports/socket.py | 0 .../future/backports/socketserver.py | 0 .../future/backports/test/__init__.py | 0 .../future/backports/test/badcert.pem | 0 .../future/backports/test/badkey.pem | 0 .../future/backports/test/dh512.pem | 0 .../test/https_svn_python_org_root.pem | 0 .../future/backports/test/keycert.passwd.pem | 0 .../future/backports/test/keycert.pem | 0 .../future/backports/test/keycert2.pem | 0 .../future/backports/test/nokia.pem | 0 .../future/backports/test/nullbytecert.pem | 0 .../future/backports/test/nullcert.pem | 0 .../future/backports/test/pystone.py | 0 .../future/backports/test/sha256.pem | 0 .../future/backports/test/ssl_cert.pem | 0 .../future/backports/test/ssl_key.passwd.pem | 0 .../future/backports/test/ssl_key.pem | 0 .../future/backports/test/ssl_servers.py | 0 .../future/backports/test/support.py | 0 .../future/backports/total_ordering.py | 0 .../future/backports/urllib/__init__.py | 0 .../future/backports/urllib/error.py | 0 .../future/backports/urllib/parse.py | 0 .../future/backports/urllib/request.py | 0 .../future/backports/urllib/response.py | 0 .../future/backports/urllib/robotparser.py | 0 .../future/backports/xmlrpc/__init__.py | 0 .../future/backports/xmlrpc/client.py | 0 .../future/backports/xmlrpc/server.py | 0 .../Libs => Libs}/future/builtins/__init__.py | 0 .../Libs => Libs}/future/builtins/disabled.py | 0 .../future/builtins/iterators.py | 0 .../Libs => Libs}/future/builtins/misc.py | 0 .../Libs => Libs}/future/builtins/newnext.py | 0 .../Libs => Libs}/future/builtins/newround.py | 0 .../Libs => Libs}/future/builtins/newsuper.py | 0 .../Libs => Libs}/future/moves/__init__.py | 0 .../future/moves/_dummy_thread.py | 0 .../Libs => Libs}/future/moves/_markupbase.py | 0 .../Libs => Libs}/future/moves/_thread.py | 0 .../Libs => Libs}/future/moves/builtins.py | 0 .../Libs => Libs}/future/moves/collections.py | 0 .../future/moves/configparser.py | 0 .../Libs => Libs}/future/moves/copyreg.py | 0 .../future/moves/dbm/__init__.py | 0 .../Libs => Libs}/future/moves/dbm/dumb.py | 0 .../Libs => Libs}/future/moves/dbm/gnu.py | 0 .../Libs => Libs}/future/moves/dbm/ndbm.py | 0 .../future/moves/html/__init__.py | 0 .../future/moves/html/entities.py | 0 .../Libs => Libs}/future/moves/html/parser.py | 0 .../future/moves/http/__init__.py | 0 .../Libs => Libs}/future/moves/http/client.py | 0 .../future/moves/http/cookiejar.py | 0 .../future/moves/http/cookies.py | 0 .../Libs => Libs}/future/moves/http/server.py | 0 .../Libs => Libs}/future/moves/itertools.py | 0 .../Libs => Libs}/future/moves/pickle.py | 0 {CadQuery/Libs => Libs}/future/moves/queue.py | 0 .../Libs => Libs}/future/moves/reprlib.py | 0 .../future/moves/socketserver.py | 0 .../Libs => Libs}/future/moves/subprocess.py | 0 {CadQuery/Libs => Libs}/future/moves/sys.py | 0 .../future/moves/test/__init__.py | 0 .../future/moves/test/support.py | 0 .../future/moves/tkinter/__init__.py | 0 .../future/moves/tkinter/colorchooser.py | 0 .../future/moves/tkinter/commondialog.py | 0 .../future/moves/tkinter/constants.py | 0 .../future/moves/tkinter/dialog.py | 0 .../Libs => Libs}/future/moves/tkinter/dnd.py | 0 .../future/moves/tkinter/filedialog.py | 0 .../future/moves/tkinter/font.py | 0 .../future/moves/tkinter/messagebox.py | 0 .../future/moves/tkinter/scrolledtext.py | 0 .../future/moves/tkinter/simpledialog.py | 0 .../Libs => Libs}/future/moves/tkinter/tix.py | 0 .../Libs => Libs}/future/moves/tkinter/ttk.py | 0 .../future/moves/urllib/__init__.py | 0 .../future/moves/urllib/error.py | 0 .../future/moves/urllib/parse.py | 0 .../future/moves/urllib/request.py | 0 .../future/moves/urllib/response.py | 0 .../future/moves/urllib/robotparser.py | 0 .../Libs => Libs}/future/moves/winreg.py | 0 .../future/moves/xmlrpc/__init__.py | 0 .../future/moves/xmlrpc/client.py | 0 .../future/moves/xmlrpc/server.py | 0 .../future/standard_library/__init__.py | 0 .../Libs => Libs}/future/tests/__init__.py | 0 {CadQuery/Libs => Libs}/future/tests/base.py | 0 .../Libs => Libs}/future/types/__init__.py | 0 .../Libs => Libs}/future/types/newbytes.py | 0 .../Libs => Libs}/future/types/newdict.py | 0 .../Libs => Libs}/future/types/newint.py | 0 .../Libs => Libs}/future/types/newlist.py | 0 .../future/types/newmemoryview.py | 0 .../Libs => Libs}/future/types/newobject.py | 0 .../Libs => Libs}/future/types/newopen.py | 0 .../Libs => Libs}/future/types/newrange.py | 0 .../Libs => Libs}/future/types/newstr.py | 0 .../Libs => Libs}/future/utils/__init__.py | 0 .../future/utils/surrogateescape.py | 0 {CadQuery/Libs => Libs}/jedi/__init__.py | 0 {CadQuery/Libs => Libs}/jedi/__main__.py | 0 .../Libs => Libs}/jedi/_compatibility.py | 0 {CadQuery/Libs => Libs}/jedi/api/__init__.py | 0 {CadQuery/Libs => Libs}/jedi/api/classes.py | 0 {CadQuery/Libs => Libs}/jedi/api/helpers.py | 0 .../Libs => Libs}/jedi/api/interpreter.py | 0 {CadQuery/Libs => Libs}/jedi/api/keywords.py | 0 .../Libs => Libs}/jedi/api/replstartup.py | 0 {CadQuery/Libs => Libs}/jedi/api/usages.py | 0 {CadQuery/Libs => Libs}/jedi/cache.py | 0 {CadQuery/Libs => Libs}/jedi/common.py | 0 {CadQuery/Libs => Libs}/jedi/debug.py | 0 .../Libs => Libs}/jedi/evaluate/__init__.py | 0 .../Libs => Libs}/jedi/evaluate/analysis.py | 0 .../Libs => Libs}/jedi/evaluate/cache.py | 0 .../jedi/evaluate/compiled/__init__.py | 0 .../jedi/evaluate/compiled/fake.py | 0 .../evaluate/compiled/fake/_functools.pym | 0 .../jedi/evaluate/compiled/fake/_sqlite3.pym | 0 .../jedi/evaluate/compiled/fake/_sre.pym | 0 .../jedi/evaluate/compiled/fake/_weakref.pym | 0 .../jedi/evaluate/compiled/fake/builtins.pym | 0 .../jedi/evaluate/compiled/fake/datetime.pym | 0 .../jedi/evaluate/compiled/fake/io.pym | 0 .../jedi/evaluate/compiled/fake/posix.pym | 0 .../Libs => Libs}/jedi/evaluate/docstrings.py | 0 .../Libs => Libs}/jedi/evaluate/dynamic.py | 0 .../Libs => Libs}/jedi/evaluate/finder.py | 0 .../jedi/evaluate/flow_analysis.py | 0 .../Libs => Libs}/jedi/evaluate/helpers.py | 0 .../Libs => Libs}/jedi/evaluate/imports.py | 0 .../Libs => Libs}/jedi/evaluate/iterable.py | 0 .../Libs => Libs}/jedi/evaluate/param.py | 0 .../Libs => Libs}/jedi/evaluate/precedence.py | 0 .../Libs => Libs}/jedi/evaluate/recursion.py | 0 .../jedi/evaluate/representation.py | 0 .../Libs => Libs}/jedi/evaluate/stdlib.py | 0 .../Libs => Libs}/jedi/evaluate/sys_path.py | 0 .../Libs => Libs}/jedi/parser/__init__.py | 0 {CadQuery/Libs => Libs}/jedi/parser/fast.py | 0 .../Libs => Libs}/jedi/parser/grammar2.7.txt | 0 .../Libs => Libs}/jedi/parser/grammar3.4.txt | 0 .../jedi/parser/pgen2/__init__.py | 0 .../jedi/parser/pgen2/grammar.py | 0 .../Libs => Libs}/jedi/parser/pgen2/parse.py | 0 .../Libs => Libs}/jedi/parser/pgen2/pgen.py | 0 {CadQuery/Libs => Libs}/jedi/parser/token.py | 0 .../Libs => Libs}/jedi/parser/tokenize.py | 0 {CadQuery/Libs => Libs}/jedi/parser/tree.py | 0 .../Libs => Libs}/jedi/parser/user_context.py | 0 {CadQuery/Libs => Libs}/jedi/refactoring.py | 0 {CadQuery/Libs => Libs}/jedi/settings.py | 0 {CadQuery/Libs => Libs}/jedi/utils.py | 0 {CadQuery/Libs => Libs}/pep8.py | 0 {CadQuery/Libs => Libs}/pint/__init__.py | 0 .../Libs => Libs}/pint/compat/__init__.py | 0 .../Libs => Libs}/pint/compat/chainmap.py | 0 .../Libs => Libs}/pint/compat/lrucache.py | 0 .../Libs => Libs}/pint/compat/nullhandler.py | 0 .../pint/compat/transformdict.py | 0 {CadQuery/Libs => Libs}/pint/constants_en.txt | 0 {CadQuery/Libs => Libs}/pint/context.py | 0 {CadQuery/Libs => Libs}/pint/default_en.txt | 0 {CadQuery/Libs => Libs}/pint/formatting.py | 0 {CadQuery/Libs => Libs}/pint/measurement.py | 0 {CadQuery/Libs => Libs}/pint/quantity.py | 0 .../Libs => Libs}/pint/testsuite/__init__.py | 0 .../Libs => Libs}/pint/testsuite/helpers.py | 0 .../pint/testsuite/parameterized.py | 0 .../pint/testsuite/test_contexts.py | 0 .../pint/testsuite/test_formatter.py | 0 .../pint/testsuite/test_issues.py | 0 .../pint/testsuite/test_measurement.py | 0 .../pint/testsuite/test_numpy.py | 0 .../pint/testsuite/test_pitheorem.py | 0 .../pint/testsuite/test_quantity.py | 0 .../pint/testsuite/test_umath.py | 0 .../Libs => Libs}/pint/testsuite/test_unit.py | 0 .../Libs => Libs}/pint/testsuite/test_util.py | 0 {CadQuery/Libs => Libs}/pint/unit.py | 0 {CadQuery/Libs => Libs}/pint/util.py | 0 {CadQuery/Libs => Libs}/pyflakes/__init__.py | 0 {CadQuery/Libs => Libs}/pyflakes/__main__.py | 0 {CadQuery/Libs => Libs}/pyflakes/api.py | 0 {CadQuery/Libs => Libs}/pyflakes/checker.py | 0 {CadQuery/Libs => Libs}/pyflakes/messages.py | 0 {CadQuery/Libs => Libs}/pyflakes/reporter.py | 0 .../pyflakes/scripts/__init__.py | 0 .../pyflakes/scripts/pyflakes.py | 0 .../Libs => Libs}/pyflakes/test/__init__.py | 0 .../Libs => Libs}/pyflakes/test/harness.py | 0 .../Libs => Libs}/pyflakes/test/test_api.py | 0 .../pyflakes/test/test_doctests.py | 0 .../pyflakes/test/test_imports.py | 0 .../Libs => Libs}/pyflakes/test/test_other.py | 0 ..._return_with_arguments_inside_generator.py | 0 .../pyflakes/test/test_undefined_names.py | 0 {CadQuery/Libs => Libs}/pygments/__init__.py | 0 {CadQuery/Libs => Libs}/pygments/cmdline.py | 0 {CadQuery/Libs => Libs}/pygments/console.py | 0 {CadQuery/Libs => Libs}/pygments/filter.py | 0 .../pygments/filters/__init__.py | 0 {CadQuery/Libs => Libs}/pygments/formatter.py | 0 .../pygments/formatters/__init__.py | 0 .../pygments/formatters/_mapping.py | 0 .../pygments/formatters/bbcode.py | 0 .../Libs => Libs}/pygments/formatters/html.py | 0 .../Libs => Libs}/pygments/formatters/img.py | 0 .../pygments/formatters/latex.py | 0 .../pygments/formatters/other.py | 0 .../Libs => Libs}/pygments/formatters/rtf.py | 0 .../Libs => Libs}/pygments/formatters/svg.py | 0 .../pygments/formatters/terminal.py | 0 .../pygments/formatters/terminal256.py | 0 {CadQuery/Libs => Libs}/pygments/lexer.py | 0 .../Libs => Libs}/pygments/lexers/__init__.py | 0 .../pygments/lexers/_asy_builtins.py | 0 .../pygments/lexers/_cl_builtins.py | 0 .../pygments/lexers/_cocoa_builtins.py | 0 .../pygments/lexers/_lasso_builtins.py | 0 .../pygments/lexers/_lua_builtins.py | 0 .../Libs => Libs}/pygments/lexers/_mapping.py | 0 .../pygments/lexers/_mql_builtins.py | 0 .../pygments/lexers/_openedge_builtins.py | 0 .../pygments/lexers/_php_builtins.py | 0 .../pygments/lexers/_postgres_builtins.py | 0 .../pygments/lexers/_scilab_builtins.py | 0 .../pygments/lexers/_sourcemod_builtins.py | 0 .../pygments/lexers/_stan_builtins.py | 0 .../pygments/lexers/_vim_builtins.py | 0 .../pygments/lexers/actionscript.py | 0 .../Libs => Libs}/pygments/lexers/agile.py | 0 .../Libs => Libs}/pygments/lexers/algebra.py | 0 .../Libs => Libs}/pygments/lexers/ambient.py | 0 .../Libs => Libs}/pygments/lexers/apl.py | 0 .../Libs => Libs}/pygments/lexers/asm.py | 0 .../pygments/lexers/automation.py | 0 .../Libs => Libs}/pygments/lexers/basic.py | 0 .../Libs => Libs}/pygments/lexers/business.py | 0 .../Libs => Libs}/pygments/lexers/c_cpp.py | 0 .../Libs => Libs}/pygments/lexers/c_like.py | 0 .../Libs => Libs}/pygments/lexers/chapel.py | 0 .../Libs => Libs}/pygments/lexers/compiled.py | 0 .../Libs => Libs}/pygments/lexers/configs.py | 0 .../Libs => Libs}/pygments/lexers/console.py | 0 .../Libs => Libs}/pygments/lexers/css.py | 0 {CadQuery/Libs => Libs}/pygments/lexers/d.py | 0 .../Libs => Libs}/pygments/lexers/dalvik.py | 0 .../Libs => Libs}/pygments/lexers/data.py | 0 .../Libs => Libs}/pygments/lexers/diff.py | 0 .../Libs => Libs}/pygments/lexers/dotnet.py | 0 .../Libs => Libs}/pygments/lexers/dsls.py | 0 .../Libs => Libs}/pygments/lexers/dylan.py | 0 .../Libs => Libs}/pygments/lexers/ecl.py | 0 .../Libs => Libs}/pygments/lexers/eiffel.py | 0 .../Libs => Libs}/pygments/lexers/erlang.py | 0 .../Libs => Libs}/pygments/lexers/esoteric.py | 0 .../Libs => Libs}/pygments/lexers/factor.py | 0 .../Libs => Libs}/pygments/lexers/fantom.py | 0 .../Libs => Libs}/pygments/lexers/felix.py | 0 .../Libs => Libs}/pygments/lexers/fortran.py | 0 .../Libs => Libs}/pygments/lexers/foxpro.py | 0 .../pygments/lexers/functional.py | 0 {CadQuery/Libs => Libs}/pygments/lexers/go.py | 0 .../Libs => Libs}/pygments/lexers/graph.py | 0 .../Libs => Libs}/pygments/lexers/graphics.py | 0 .../Libs => Libs}/pygments/lexers/haskell.py | 0 .../Libs => Libs}/pygments/lexers/haxe.py | 0 .../Libs => Libs}/pygments/lexers/hdl.py | 0 .../Libs => Libs}/pygments/lexers/html.py | 0 .../Libs => Libs}/pygments/lexers/idl.py | 0 .../Libs => Libs}/pygments/lexers/igor.py | 0 .../Libs => Libs}/pygments/lexers/inferno.py | 0 .../pygments/lexers/installers.py | 0 .../pygments/lexers/int_fiction.py | 0 .../Libs => Libs}/pygments/lexers/iolang.py | 0 .../pygments/lexers/javascript.py | 0 .../Libs => Libs}/pygments/lexers/julia.py | 0 .../Libs => Libs}/pygments/lexers/jvm.py | 0 .../Libs => Libs}/pygments/lexers/lisp.py | 0 .../Libs => Libs}/pygments/lexers/make.py | 0 .../Libs => Libs}/pygments/lexers/markup.py | 0 .../Libs => Libs}/pygments/lexers/math.py | 0 .../Libs => Libs}/pygments/lexers/matlab.py | 0 {CadQuery/Libs => Libs}/pygments/lexers/ml.py | 0 .../Libs => Libs}/pygments/lexers/modeling.py | 0 .../Libs => Libs}/pygments/lexers/nimrod.py | 0 .../Libs => Libs}/pygments/lexers/nit.py | 0 .../Libs => Libs}/pygments/lexers/nix.py | 0 .../pygments/lexers/objective.py | 0 .../Libs => Libs}/pygments/lexers/ooc.py | 0 .../Libs => Libs}/pygments/lexers/other.py | 0 .../Libs => Libs}/pygments/lexers/parsers.py | 0 .../Libs => Libs}/pygments/lexers/pascal.py | 0 .../Libs => Libs}/pygments/lexers/pawn.py | 0 .../Libs => Libs}/pygments/lexers/perl.py | 0 .../Libs => Libs}/pygments/lexers/php.py | 0 .../Libs => Libs}/pygments/lexers/prolog.py | 0 .../Libs => Libs}/pygments/lexers/python.py | 0 {CadQuery/Libs => Libs}/pygments/lexers/r.py | 0 .../Libs => Libs}/pygments/lexers/rdf.py | 0 .../Libs => Libs}/pygments/lexers/rebol.py | 0 .../Libs => Libs}/pygments/lexers/resource.py | 0 .../pygments/lexers/robotframework.py | 0 .../Libs => Libs}/pygments/lexers/ruby.py | 0 .../Libs => Libs}/pygments/lexers/rust.py | 0 .../pygments/lexers/scripting.py | 0 .../Libs => Libs}/pygments/lexers/shell.py | 0 .../pygments/lexers/smalltalk.py | 0 .../Libs => Libs}/pygments/lexers/snobol.py | 0 .../Libs => Libs}/pygments/lexers/special.py | 0 .../Libs => Libs}/pygments/lexers/sql.py | 0 .../Libs => Libs}/pygments/lexers/tcl.py | 0 .../pygments/lexers/templates.py | 0 .../Libs => Libs}/pygments/lexers/testing.py | 0 .../Libs => Libs}/pygments/lexers/text.py | 0 .../Libs => Libs}/pygments/lexers/textedit.py | 0 .../Libs => Libs}/pygments/lexers/textfmts.py | 0 .../Libs => Libs}/pygments/lexers/theorem.py | 0 .../Libs => Libs}/pygments/lexers/urbi.py | 0 .../Libs => Libs}/pygments/lexers/web.py | 0 .../Libs => Libs}/pygments/lexers/webmisc.py | 0 {CadQuery/Libs => Libs}/pygments/modeline.py | 0 {CadQuery/Libs => Libs}/pygments/plugin.py | 0 {CadQuery/Libs => Libs}/pygments/regexopt.py | 0 {CadQuery/Libs => Libs}/pygments/scanner.py | 0 {CadQuery/Libs => Libs}/pygments/sphinxext.py | 0 {CadQuery/Libs => Libs}/pygments/style.py | 0 .../Libs => Libs}/pygments/styles/__init__.py | 0 .../Libs => Libs}/pygments/styles/autumn.py | 0 .../Libs => Libs}/pygments/styles/borland.py | 0 {CadQuery/Libs => Libs}/pygments/styles/bw.py | 0 .../Libs => Libs}/pygments/styles/colorful.py | 0 .../Libs => Libs}/pygments/styles/default.py | 0 .../Libs => Libs}/pygments/styles/emacs.py | 0 .../Libs => Libs}/pygments/styles/friendly.py | 0 .../Libs => Libs}/pygments/styles/fruity.py | 0 .../Libs => Libs}/pygments/styles/igor.py | 0 .../Libs => Libs}/pygments/styles/manni.py | 0 .../Libs => Libs}/pygments/styles/monokai.py | 0 .../Libs => Libs}/pygments/styles/murphy.py | 0 .../Libs => Libs}/pygments/styles/native.py | 0 .../pygments/styles/paraiso_dark.py | 0 .../pygments/styles/paraiso_light.py | 0 .../Libs => Libs}/pygments/styles/pastie.py | 0 .../Libs => Libs}/pygments/styles/perldoc.py | 0 .../Libs => Libs}/pygments/styles/rrt.py | 0 .../Libs => Libs}/pygments/styles/tango.py | 0 .../Libs => Libs}/pygments/styles/trac.py | 0 .../Libs => Libs}/pygments/styles/vim.py | 0 {CadQuery/Libs => Libs}/pygments/styles/vs.py | 0 .../Libs => Libs}/pygments/styles/xcode.py | 0 {CadQuery/Libs => Libs}/pygments/token.py | 0 {CadQuery/Libs => Libs}/pygments/unistring.py | 0 {CadQuery/Libs => Libs}/pygments/util.py | 0 {CadQuery/Libs => Libs}/pyparsing.py | 0 {CadQuery/Libs => Libs}/pyqode/__init__.py | 0 .../Libs => Libs}/pyqode/core/__init__.py | 0 .../pyqode/core/_designer_plugins/__init__.py | 0 .../_designer_plugins/code_edit_plugin.py | 0 .../_designer_plugins/errors_table_plugin.py | 0 .../interactive_console_plugin.py | 0 .../_designer_plugins/tab_widget_plugin.py | 0 .../pyqode/core/_forms/__init__.py | 0 .../pyqode/core/_forms/dlg_encodings_ui.py | 0 .../pyqode/core/_forms/dlg_goto_line_ui.py | 0 .../dlg_preferred_encodings_editor_ui.py | 0 .../core/_forms/dlg_unsaved_files_ui.py | 0 .../pyqode/core/_forms/pnl_encoding_ui.py | 0 .../pyqode/core/_forms/popup_open_files_ui.py | 0 .../pyqode/core/_forms/pyqode_core_rc.py | 0 .../pyqode/core/_forms/search_panel_ui.py | 0 .../Libs => Libs}/pyqode/core/api/__init__.py | 0 .../Libs => Libs}/pyqode/core/api/client.py | 0 .../pyqode/core/api/code_edit.py | 0 .../pyqode/core/api/decoration.py | 0 .../pyqode/core/api/encodings.py | 0 .../Libs => Libs}/pyqode/core/api/folding.py | 0 .../Libs => Libs}/pyqode/core/api/manager.py | 0 .../Libs => Libs}/pyqode/core/api/mode.py | 0 .../Libs => Libs}/pyqode/core/api/panel.py | 0 .../pyqode/core/api/syntax_highlighter.py | 0 .../Libs => Libs}/pyqode/core/api/utils.py | 0 .../pyqode/core/backend/__init__.py | 0 .../pyqode/core/backend/server.py | 0 .../pyqode/core/backend/workers.py | 0 {CadQuery/Libs => Libs}/pyqode/core/cache.py | 0 .../pyqode/core/dialogs/__init__.py | 0 .../pyqode/core/dialogs/encodings.py | 0 .../Libs => Libs}/pyqode/core/dialogs/goto.py | 0 .../pyqode/core/dialogs/unsaved_files.py | 0 {CadQuery/Libs => Libs}/pyqode/core/icons.py | 0 .../pyqode/core/managers/__init__.py | 0 .../pyqode/core/managers/backend.py | 0 .../pyqode/core/managers/decorations.py | 0 .../pyqode/core/managers/file.py | 0 .../pyqode/core/managers/modes.py | 0 .../pyqode/core/managers/panels.py | 0 .../pyqode/core/modes/__init__.py | 0 .../pyqode/core/modes/autocomplete.py | 0 .../pyqode/core/modes/autoindent.py | 0 .../pyqode/core/modes/backspace.py | 0 .../pyqode/core/modes/caret_line_highlight.py | 0 .../pyqode/core/modes/case_converter.py | 0 .../pyqode/core/modes/checker.py | 0 .../pyqode/core/modes/code_completion.py | 0 .../pyqode/core/modes/extended_selection.py | 0 .../pyqode/core/modes/filewatcher.py | 0 .../pyqode/core/modes/indenter.py | 0 .../pyqode/core/modes/matcher.py | 0 .../pyqode/core/modes/occurences.py | 0 .../pyqode/core/modes/outline.py | 0 .../pyqode/core/modes/pygments_sh.py | 0 .../pyqode/core/modes/right_margin.py | 0 .../pyqode/core/modes/wordclick.py | 0 .../Libs => Libs}/pyqode/core/modes/zoom.py | 0 .../pyqode/core/panels/__init__.py | 0 .../pyqode/core/panels/checker.py | 0 .../pyqode/core/panels/encodings.py | 0 .../pyqode/core/panels/folding.py | 0 .../pyqode/core/panels/global_checker.py | 0 .../pyqode/core/panels/line_number.py | 0 .../pyqode/core/panels/marker.py | 0 .../pyqode/core/panels/search_and_replace.py | 0 {CadQuery/Libs => Libs}/pyqode/core/share.py | 0 .../pyqode/core/styles/__init__.py | 0 .../pyqode/core/styles/darcula.py | 0 .../Libs => Libs}/pyqode/core/styles/qt.py | 0 .../pyqode/core/tools/__init__.py | 0 .../pyqode/core/tools/console.py | 0 .../pyqode/core/widgets/__init__.py | 0 .../pyqode/core/widgets/code_edits.py | 0 .../pyqode/core/widgets/encodings.py | 0 .../pyqode/core/widgets/errors_table.py | 0 .../core/widgets/file_icons_provider.py | 0 .../core/widgets/filesystem_treeview.py | 0 .../pyqode/core/widgets/interactive.py | 0 .../pyqode/core/widgets/menu_recents.py | 0 .../pyqode/core/widgets/outline.py | 0 .../pyqode/core/widgets/prompt_line_edit.py | 0 .../core/widgets/splittable_tab_widget.py | 0 .../pyqode/core/widgets/tab_bar.py | 0 .../Libs => Libs}/pyqode/core/widgets/tabs.py | 0 .../Libs => Libs}/pyqode/python/__init__.py | 0 .../pyqode/python/_forms/__init__.py | 0 .../python/_forms/pyqode_python_icons_rc.py | 0 .../pyqode/python/backend/__init__.py | 0 .../pyqode/python/backend/pep8utils.py | 0 .../pyqode/python/backend/server.py | 0 .../pyqode/python/backend/workers.py | 0 .../pyqode/python/designer_plugin.py | 0 .../Libs => Libs}/pyqode/python/folding.py | 0 .../pyqode/python/managers/__init__.py | 0 .../pyqode/python/managers/file.py | 0 .../pyqode/python/modes/__init__.py | 0 .../pyqode/python/modes/autocomplete.py | 0 .../pyqode/python/modes/autoindent.py | 0 .../pyqode/python/modes/calltips.py | 0 .../pyqode/python/modes/comments.py | 0 .../pyqode/python/modes/frosted_checker.py | 0 .../pyqode/python/modes/goto_assignements.py | 0 .../pyqode/python/modes/indenter.py | 0 .../pyqode/python/modes/pep8_checker.py | 0 .../Libs => Libs}/pyqode/python/modes/sh.py | 0 .../pyqode/python/panels/__init__.py | 0 .../pyqode/python/panels/quick_doc.py | 0 .../pyqode/python/panels/symbol_browser.py | 0 .../pyqode/python/widgets/__init__.py | 0 .../pyqode/python/widgets/code_edit.py | 0 .../pyqode/python/widgets/interactive.py | 0 .../pyqode/python/widgets/outline.py | 0 {CadQuery/Libs => Libs}/pyqode/qt/QtCore.py | 0 .../Libs => Libs}/pyqode/qt/QtDesigner.py | 0 {CadQuery/Libs => Libs}/pyqode/qt/QtGui.py | 0 .../Libs => Libs}/pyqode/qt/QtNetwork.py | 0 {CadQuery/Libs => Libs}/pyqode/qt/QtTest.py | 0 .../Libs => Libs}/pyqode/qt/QtWidgets.py | 0 {CadQuery/Libs => Libs}/pyqode/qt/__init__.py | 0 CadQuery/Settings.py => Settings.py | 0 CadQuery/Shared.py => Shared.py | 0 .../script_template.py | 0 .../Tools => Tools}/package_libraries.py | 0 CadQuery/__init__.py => __init__.py | 0 CadQuery/cq_server.py => cq_server.py | 0 .../module_locator.py => module_locator.py | 0 861 files changed, 187 deletions(-) delete mode 100644 CadQuery/Libs/cadquery-lib/cadquery.egg-info/PKG-INFO delete mode 100644 CadQuery/Libs/cadquery-lib/cadquery.egg-info/SOURCES.txt delete mode 100644 CadQuery/Libs/cadquery-lib/cadquery.egg-info/dependency_links.txt delete mode 100644 CadQuery/Libs/cadquery-lib/cadquery.egg-info/not-zip-safe delete mode 100644 CadQuery/Libs/cadquery-lib/cadquery.egg-info/top_level.txt rename CadQuery/CadQuery_rc.py => CadQuery_rc.py (100%) rename {CadQuery/Examples => Examples}/Ex000_Introduction.py (100%) rename {CadQuery/Examples => Examples}/Ex001_Simple_Block.py (100%) rename {CadQuery/Examples => Examples}/Ex002_Block_With_Bored_Center_Hole.py (100%) rename {CadQuery/Examples => Examples}/Ex003_Pillow_Block_With_Counterbored_Holes.py (100%) rename {CadQuery/Examples => Examples}/Ex004_Extruded_Cylindrical_Plate.py (100%) rename {CadQuery/Examples => Examples}/Ex005_Extruded_Lines_and_Arcs.py (100%) rename {CadQuery/Examples => Examples}/Ex006_Moving_the_Current_Working_Point.py (100%) rename {CadQuery/Examples => Examples}/Ex007_Using_Point_Lists.py (100%) rename {CadQuery/Examples => Examples}/Ex008_Polygon_Creation.py (100%) rename {CadQuery/Examples => Examples}/Ex009_Polylines.py (100%) rename {CadQuery/Examples => Examples}/Ex010_Defining_an_Edge_with_a_Spline.py (100%) rename {CadQuery/Examples => Examples}/Ex011_Mirroring_Symmetric_Geometry.py (100%) rename {CadQuery/Examples => Examples}/Ex012_Creating_Workplanes_on_Faces.py (100%) rename {CadQuery/Examples => Examples}/Ex013_Locating_a_Workplane_on_a_Vertex.py (100%) rename {CadQuery/Examples => Examples}/Ex014_Offset_Workplanes.py (100%) rename {CadQuery/Examples => Examples}/Ex015_Rotated_Workplanes.py (100%) rename {CadQuery/Examples => Examples}/Ex016_Using_Construction_Geometry.py (100%) rename {CadQuery/Examples => Examples}/Ex017_Shelling_to_Create_Thin_Features.py (100%) rename {CadQuery/Examples => Examples}/Ex018_Making_Lofts.py (100%) rename {CadQuery/Examples => Examples}/Ex019_Counter_Sunk_Holes.py (100%) rename {CadQuery/Examples => Examples}/Ex020_Rounding_Corners_with_Fillets.py (100%) rename {CadQuery/Examples => Examples}/Ex021_Splitting_an_Object.py (100%) rename {CadQuery/Examples => Examples}/Ex022_Classic_OCC_Bottle.py (100%) rename {CadQuery/Examples => Examples}/Ex023_Parametric_Enclosure.py (100%) rename {CadQuery/Examples => Examples}/Ex024_Using_FreeCAD_Solids_as_CQ_Objects.py (100%) rename {CadQuery/Examples => Examples}/Ex025_Revolution.py (100%) rename {CadQuery/Examples => Examples}/Ex026_Lego_Brick.py (100%) rename {CadQuery/Examples => Examples}/Ex027_Remote_Enclosure.py (100%) rename {CadQuery/Examples => Examples}/Ex028_Numpy.py (100%) rename {CadQuery/Examples => Examples}/Ex029_Braille.py (100%) rename {CadQuery/Examples => Examples}/Ex030_Panel_with_Various_Holes_for_Connector_Installation.py (100%) rename {CadQuery/Examples => Examples}/Ex031_Sweep.py (100%) rename {CadQuery/Examples => Examples}/Ex032_3D_Printer_Extruder_Support.py (100%) rename {CadQuery/Examples => Examples}/Ex033_Shelled_Cube_Inside_Chamfer_With_Logical_Selector_Operators.py (100%) rename {CadQuery/Gui => Gui}/Command.py (100%) rename {CadQuery/Gui => Gui}/ExportCQ.py (100%) rename {CadQuery/Gui => Gui}/ImportCQ.py (100%) rename {CadQuery/Gui => Gui}/Resources/CadQuery.qrc (100%) rename {CadQuery/Gui => Gui}/Resources/icons/CQ_Logo.svg (100%) rename {CadQuery/Gui => Gui}/Resources/icons/CQ_Logo.svg~ (100%) rename {CadQuery/Gui => Gui}/__init__.py (100%) rename CadQuery/Helpers.py => Helpers.py (100%) rename CadQuery/Init.py => Init.py (100%) rename CadQuery/InitGui.py => InitGui.py (100%) rename {CadQuery/Libs => Libs}/builtins/__init__.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/.coverage (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/.gitignore (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/.travis.yml (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/AUTHORS.md (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/LICENSE (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/MANIFEST (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/MANIFEST.in (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/README.md (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/README.txt (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/build-docs.sh (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/README.txt (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/__init__.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/contrib/__init__.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/cq.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/cq_directive.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/cqgi.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/freecad_impl/README.txt (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/freecad_impl/__init__.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/freecad_impl/exporters.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/freecad_impl/geom.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/freecad_impl/importers.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/freecad_impl/shapes.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/plugins/__init__.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/cadquery/selectors.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/changes.md (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/README (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/ParametricPulley.PNG (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/block.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/cadquery_cheatsheet.html (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/cqlogo.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/hyOzd-cablefix.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/hyOzd-finished.jpg (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/new_badge.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/parametric-cup-screencap.PNG (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/parametric-pillowblock-screencap.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/pillowblock.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/quickstart-1.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/quickstart-2.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/quickstart-3.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/quickstart-4.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/quickstart-5.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/quickstart.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/quickstart/000.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/quickstart/001.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/quickstart/002.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/quickstart/003.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/quickstart/004.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/quickstart/005.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/_static/simpleblock.png (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/apireference.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/classreference.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/conf.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/cqgi.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/designprinciples.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/examples.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/extending.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/fileformat.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/index.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/installation.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/intro.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/primer.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/quickstart.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/roadmap.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/doc/selectors.rst (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex001_Simple_Block.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex002_Block_With_Bored_Center_Hole.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex003_Pillow_Block_With_Counterbored_Holes.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex004_Extruded_Cylindrical_Plate.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex005_Extruded_Lines_and_Arcs.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex006_Moving_the_Current_Working_Point.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex007_Using_Point_Lists.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex008_Polygon_Creation.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex009_Polylines.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex010_Defining_an_Edge_with_a_Spline.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex011_Mirroring_Symmetric_Geometry.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex012_Creating_Workplanes_on_Faces.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex013_Locating_a_Workplane_on_a_Vertex.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex014_Offset_Workplanes.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex015_Rotated_Workplanes.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex016_Using_Construction_Geometry.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex017_Shelling_to_Create_Thin_Features.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex018_Making_Lofts.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex019_Counter_Sunk_Holes.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex020_Rounding_Corners_with_Fillets.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex021_Splitting_an_Object.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex022_Classic_OCC_Bottle.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex023_Parametric_Enclosure.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex024_Using_FreeCAD_Solids_as_CQ_Objects.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/examples/FreeCAD/Ex025_Revolution.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/registering.txt (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/requirements-dev.txt (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/requirements.txt (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/runtests.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/setup.cfg (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/setup.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/tests/README.txt (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/tests/TestCQGI.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/tests/TestCQSelectors.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/tests/TestCadObjects.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/tests/TestCadQuery.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/tests/TestExporters.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/tests/TestImporters.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/tests/TestWorkplanes.py (100%) rename {CadQuery/Libs => Libs}/cadquery-lib/tests/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/_compat.py (100%) rename {CadQuery/Libs => Libs}/docutils/core.py (100%) rename {CadQuery/Libs => Libs}/docutils/examples.py (100%) rename {CadQuery/Libs => Libs}/docutils/frontend.py (100%) rename {CadQuery/Libs => Libs}/docutils/io.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/af.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/ca.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/cs.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/da.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/de.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/en.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/eo.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/es.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/fi.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/fr.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/gl.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/he.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/it.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/ja.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/lt.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/nl.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/pl.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/pt_br.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/ru.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/sk.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/sv.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/zh_cn.py (100%) rename {CadQuery/Libs => Libs}/docutils/languages/zh_tw.py (100%) rename {CadQuery/Libs => Libs}/docutils/nodes.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/null.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/directives/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/directives/admonitions.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/directives/body.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/directives/html.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/directives/images.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/directives/misc.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/directives/parts.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/directives/references.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/directives/tables.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/README.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isoamsa.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isoamsb.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isoamsc.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isoamsn.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isoamso.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isoamsr.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isobox.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isocyr1.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isocyr2.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isodia.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isogrk1.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isogrk2.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isogrk3.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isogrk4-wide.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isogrk4.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isolat1.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isolat2.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isomfrk-wide.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isomfrk.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isomopf-wide.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isomopf.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isomscr-wide.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isomscr.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isonum.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isopub.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/isotech.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/mmlalias.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/mmlextra-wide.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/mmlextra.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/s5defs.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/xhtml1-lat1.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/xhtml1-special.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/include/xhtml1-symbol.txt (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/af.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/ca.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/cs.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/da.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/de.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/en.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/eo.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/es.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/fi.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/fr.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/gl.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/he.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/it.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/ja.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/lt.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/nl.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/pl.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/pt_br.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/ru.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/sk.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/sv.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/zh_cn.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/languages/zh_tw.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/roles.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/states.py (100%) rename {CadQuery/Libs => Libs}/docutils/parsers/rst/tableparser.py (100%) rename {CadQuery/Libs => Libs}/docutils/readers/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/readers/doctree.py (100%) rename {CadQuery/Libs => Libs}/docutils/readers/pep.py (100%) rename {CadQuery/Libs => Libs}/docutils/readers/standalone.py (100%) rename {CadQuery/Libs => Libs}/docutils/statemachine.py (100%) rename {CadQuery/Libs => Libs}/docutils/transforms/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/transforms/components.py (100%) rename {CadQuery/Libs => Libs}/docutils/transforms/frontmatter.py (100%) rename {CadQuery/Libs => Libs}/docutils/transforms/misc.py (100%) rename {CadQuery/Libs => Libs}/docutils/transforms/parts.py (100%) rename {CadQuery/Libs => Libs}/docutils/transforms/peps.py (100%) rename {CadQuery/Libs => Libs}/docutils/transforms/references.py (100%) rename {CadQuery/Libs => Libs}/docutils/transforms/universal.py (100%) rename {CadQuery/Libs => Libs}/docutils/transforms/writer_aux.py (100%) rename {CadQuery/Libs => Libs}/docutils/utils/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/utils/code_analyzer.py (100%) rename {CadQuery/Libs => Libs}/docutils/utils/error_reporting.py (100%) rename {CadQuery/Libs => Libs}/docutils/utils/math/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/utils/math/latex2mathml.py (100%) rename {CadQuery/Libs => Libs}/docutils/utils/math/math2html.py (100%) rename {CadQuery/Libs => Libs}/docutils/utils/math/tex2unichar.py (100%) rename {CadQuery/Libs => Libs}/docutils/utils/math/unichar2tex.py (100%) rename {CadQuery/Libs => Libs}/docutils/utils/punctuation_chars.py (100%) rename {CadQuery/Libs => Libs}/docutils/utils/roman.py (100%) rename {CadQuery/Libs => Libs}/docutils/utils/smartquotes.py (100%) rename {CadQuery/Libs => Libs}/docutils/utils/urischemes.py (100%) rename {CadQuery/Libs => Libs}/docutils/writers/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/writers/docutils_xml.py (100%) rename {CadQuery/Libs => Libs}/docutils/writers/html4css1/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/writers/html4css1/html4css1.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/html4css1/math.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/html4css1/template.txt (100%) rename {CadQuery/Libs => Libs}/docutils/writers/latex2e/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/writers/latex2e/default.tex (100%) rename {CadQuery/Libs => Libs}/docutils/writers/latex2e/titlepage.tex (100%) rename {CadQuery/Libs => Libs}/docutils/writers/latex2e/xelatex.tex (100%) rename {CadQuery/Libs => Libs}/docutils/writers/manpage.py (100%) rename {CadQuery/Libs => Libs}/docutils/writers/null.py (100%) rename {CadQuery/Libs => Libs}/docutils/writers/odf_odt/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/writers/odf_odt/pygmentsformatter.py (100%) rename {CadQuery/Libs => Libs}/docutils/writers/odf_odt/styles.odt (100%) rename {CadQuery/Libs => Libs}/docutils/writers/pep_html/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/writers/pep_html/pep.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/pep_html/template.txt (100%) rename {CadQuery/Libs => Libs}/docutils/writers/pseudoxml.py (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/__init__.py (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/README.txt (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/big-black/__base__ (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/big-black/framing.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/big-black/pretty.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/big-white/framing.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/big-white/pretty.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/default/blank.gif (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/default/framing.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/default/iepngfix.htc (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/default/opera.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/default/outline.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/default/pretty.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/default/print.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/default/s5-core.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/default/slides.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/default/slides.js (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/medium-black/__base__ (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/medium-black/pretty.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/medium-white/framing.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/medium-white/pretty.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/small-black/__base__ (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/small-black/pretty.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/small-white/framing.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/s5_html/themes/small-white/pretty.css (100%) rename {CadQuery/Libs => Libs}/docutils/writers/xetex/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/backports/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/backports/_markupbase.py (100%) rename {CadQuery/Libs => Libs}/future/backports/datetime.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/_encoded_words.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/_header_value_parser.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/_parseaddr.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/_policybase.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/base64mime.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/charset.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/encoders.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/errors.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/feedparser.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/generator.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/header.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/headerregistry.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/iterators.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/message.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/mime/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/mime/application.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/mime/audio.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/mime/base.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/mime/image.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/mime/message.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/mime/multipart.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/mime/nonmultipart.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/mime/text.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/parser.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/policy.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/quoprimime.py (100%) rename {CadQuery/Libs => Libs}/future/backports/email/utils.py (100%) rename {CadQuery/Libs => Libs}/future/backports/html/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/backports/html/entities.py (100%) rename {CadQuery/Libs => Libs}/future/backports/html/parser.py (100%) rename {CadQuery/Libs => Libs}/future/backports/http/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/backports/http/client.py (100%) rename {CadQuery/Libs => Libs}/future/backports/http/cookiejar.py (100%) rename {CadQuery/Libs => Libs}/future/backports/http/cookies.py (100%) rename {CadQuery/Libs => Libs}/future/backports/http/server.py (100%) rename {CadQuery/Libs => Libs}/future/backports/misc.py (100%) rename {CadQuery/Libs => Libs}/future/backports/socket.py (100%) rename {CadQuery/Libs => Libs}/future/backports/socketserver.py (100%) rename {CadQuery/Libs => Libs}/future/backports/test/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/backports/test/badcert.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/badkey.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/dh512.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/https_svn_python_org_root.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/keycert.passwd.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/keycert.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/keycert2.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/nokia.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/nullbytecert.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/nullcert.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/pystone.py (100%) rename {CadQuery/Libs => Libs}/future/backports/test/sha256.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/ssl_cert.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/ssl_key.passwd.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/ssl_key.pem (100%) rename {CadQuery/Libs => Libs}/future/backports/test/ssl_servers.py (100%) rename {CadQuery/Libs => Libs}/future/backports/test/support.py (100%) rename {CadQuery/Libs => Libs}/future/backports/total_ordering.py (100%) rename {CadQuery/Libs => Libs}/future/backports/urllib/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/backports/urllib/error.py (100%) rename {CadQuery/Libs => Libs}/future/backports/urllib/parse.py (100%) rename {CadQuery/Libs => Libs}/future/backports/urllib/request.py (100%) rename {CadQuery/Libs => Libs}/future/backports/urllib/response.py (100%) rename {CadQuery/Libs => Libs}/future/backports/urllib/robotparser.py (100%) rename {CadQuery/Libs => Libs}/future/backports/xmlrpc/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/backports/xmlrpc/client.py (100%) rename {CadQuery/Libs => Libs}/future/backports/xmlrpc/server.py (100%) rename {CadQuery/Libs => Libs}/future/builtins/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/builtins/disabled.py (100%) rename {CadQuery/Libs => Libs}/future/builtins/iterators.py (100%) rename {CadQuery/Libs => Libs}/future/builtins/misc.py (100%) rename {CadQuery/Libs => Libs}/future/builtins/newnext.py (100%) rename {CadQuery/Libs => Libs}/future/builtins/newround.py (100%) rename {CadQuery/Libs => Libs}/future/builtins/newsuper.py (100%) rename {CadQuery/Libs => Libs}/future/moves/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/moves/_dummy_thread.py (100%) rename {CadQuery/Libs => Libs}/future/moves/_markupbase.py (100%) rename {CadQuery/Libs => Libs}/future/moves/_thread.py (100%) rename {CadQuery/Libs => Libs}/future/moves/builtins.py (100%) rename {CadQuery/Libs => Libs}/future/moves/collections.py (100%) rename {CadQuery/Libs => Libs}/future/moves/configparser.py (100%) rename {CadQuery/Libs => Libs}/future/moves/copyreg.py (100%) rename {CadQuery/Libs => Libs}/future/moves/dbm/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/moves/dbm/dumb.py (100%) rename {CadQuery/Libs => Libs}/future/moves/dbm/gnu.py (100%) rename {CadQuery/Libs => Libs}/future/moves/dbm/ndbm.py (100%) rename {CadQuery/Libs => Libs}/future/moves/html/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/moves/html/entities.py (100%) rename {CadQuery/Libs => Libs}/future/moves/html/parser.py (100%) rename {CadQuery/Libs => Libs}/future/moves/http/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/moves/http/client.py (100%) rename {CadQuery/Libs => Libs}/future/moves/http/cookiejar.py (100%) rename {CadQuery/Libs => Libs}/future/moves/http/cookies.py (100%) rename {CadQuery/Libs => Libs}/future/moves/http/server.py (100%) rename {CadQuery/Libs => Libs}/future/moves/itertools.py (100%) rename {CadQuery/Libs => Libs}/future/moves/pickle.py (100%) rename {CadQuery/Libs => Libs}/future/moves/queue.py (100%) rename {CadQuery/Libs => Libs}/future/moves/reprlib.py (100%) rename {CadQuery/Libs => Libs}/future/moves/socketserver.py (100%) rename {CadQuery/Libs => Libs}/future/moves/subprocess.py (100%) rename {CadQuery/Libs => Libs}/future/moves/sys.py (100%) rename {CadQuery/Libs => Libs}/future/moves/test/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/moves/test/support.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/colorchooser.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/commondialog.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/constants.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/dialog.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/dnd.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/filedialog.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/font.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/messagebox.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/scrolledtext.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/simpledialog.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/tix.py (100%) rename {CadQuery/Libs => Libs}/future/moves/tkinter/ttk.py (100%) rename {CadQuery/Libs => Libs}/future/moves/urllib/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/moves/urllib/error.py (100%) rename {CadQuery/Libs => Libs}/future/moves/urllib/parse.py (100%) rename {CadQuery/Libs => Libs}/future/moves/urllib/request.py (100%) rename {CadQuery/Libs => Libs}/future/moves/urllib/response.py (100%) rename {CadQuery/Libs => Libs}/future/moves/urllib/robotparser.py (100%) rename {CadQuery/Libs => Libs}/future/moves/winreg.py (100%) rename {CadQuery/Libs => Libs}/future/moves/xmlrpc/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/moves/xmlrpc/client.py (100%) rename {CadQuery/Libs => Libs}/future/moves/xmlrpc/server.py (100%) rename {CadQuery/Libs => Libs}/future/standard_library/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/tests/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/tests/base.py (100%) rename {CadQuery/Libs => Libs}/future/types/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/types/newbytes.py (100%) rename {CadQuery/Libs => Libs}/future/types/newdict.py (100%) rename {CadQuery/Libs => Libs}/future/types/newint.py (100%) rename {CadQuery/Libs => Libs}/future/types/newlist.py (100%) rename {CadQuery/Libs => Libs}/future/types/newmemoryview.py (100%) rename {CadQuery/Libs => Libs}/future/types/newobject.py (100%) rename {CadQuery/Libs => Libs}/future/types/newopen.py (100%) rename {CadQuery/Libs => Libs}/future/types/newrange.py (100%) rename {CadQuery/Libs => Libs}/future/types/newstr.py (100%) rename {CadQuery/Libs => Libs}/future/utils/__init__.py (100%) rename {CadQuery/Libs => Libs}/future/utils/surrogateescape.py (100%) rename {CadQuery/Libs => Libs}/jedi/__init__.py (100%) rename {CadQuery/Libs => Libs}/jedi/__main__.py (100%) rename {CadQuery/Libs => Libs}/jedi/_compatibility.py (100%) rename {CadQuery/Libs => Libs}/jedi/api/__init__.py (100%) rename {CadQuery/Libs => Libs}/jedi/api/classes.py (100%) rename {CadQuery/Libs => Libs}/jedi/api/helpers.py (100%) rename {CadQuery/Libs => Libs}/jedi/api/interpreter.py (100%) rename {CadQuery/Libs => Libs}/jedi/api/keywords.py (100%) rename {CadQuery/Libs => Libs}/jedi/api/replstartup.py (100%) rename {CadQuery/Libs => Libs}/jedi/api/usages.py (100%) rename {CadQuery/Libs => Libs}/jedi/cache.py (100%) rename {CadQuery/Libs => Libs}/jedi/common.py (100%) rename {CadQuery/Libs => Libs}/jedi/debug.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/__init__.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/analysis.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/cache.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/compiled/__init__.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/compiled/fake.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/compiled/fake/_functools.pym (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/compiled/fake/_sqlite3.pym (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/compiled/fake/_sre.pym (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/compiled/fake/_weakref.pym (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/compiled/fake/builtins.pym (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/compiled/fake/datetime.pym (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/compiled/fake/io.pym (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/compiled/fake/posix.pym (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/docstrings.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/dynamic.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/finder.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/flow_analysis.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/helpers.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/imports.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/iterable.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/param.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/precedence.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/recursion.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/representation.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/stdlib.py (100%) rename {CadQuery/Libs => Libs}/jedi/evaluate/sys_path.py (100%) rename {CadQuery/Libs => Libs}/jedi/parser/__init__.py (100%) rename {CadQuery/Libs => Libs}/jedi/parser/fast.py (100%) rename {CadQuery/Libs => Libs}/jedi/parser/grammar2.7.txt (100%) rename {CadQuery/Libs => Libs}/jedi/parser/grammar3.4.txt (100%) rename {CadQuery/Libs => Libs}/jedi/parser/pgen2/__init__.py (100%) rename {CadQuery/Libs => Libs}/jedi/parser/pgen2/grammar.py (100%) rename {CadQuery/Libs => Libs}/jedi/parser/pgen2/parse.py (100%) rename {CadQuery/Libs => Libs}/jedi/parser/pgen2/pgen.py (100%) rename {CadQuery/Libs => Libs}/jedi/parser/token.py (100%) rename {CadQuery/Libs => Libs}/jedi/parser/tokenize.py (100%) rename {CadQuery/Libs => Libs}/jedi/parser/tree.py (100%) rename {CadQuery/Libs => Libs}/jedi/parser/user_context.py (100%) rename {CadQuery/Libs => Libs}/jedi/refactoring.py (100%) rename {CadQuery/Libs => Libs}/jedi/settings.py (100%) rename {CadQuery/Libs => Libs}/jedi/utils.py (100%) rename {CadQuery/Libs => Libs}/pep8.py (100%) rename {CadQuery/Libs => Libs}/pint/__init__.py (100%) rename {CadQuery/Libs => Libs}/pint/compat/__init__.py (100%) rename {CadQuery/Libs => Libs}/pint/compat/chainmap.py (100%) rename {CadQuery/Libs => Libs}/pint/compat/lrucache.py (100%) rename {CadQuery/Libs => Libs}/pint/compat/nullhandler.py (100%) rename {CadQuery/Libs => Libs}/pint/compat/transformdict.py (100%) rename {CadQuery/Libs => Libs}/pint/constants_en.txt (100%) rename {CadQuery/Libs => Libs}/pint/context.py (100%) rename {CadQuery/Libs => Libs}/pint/default_en.txt (100%) rename {CadQuery/Libs => Libs}/pint/formatting.py (100%) rename {CadQuery/Libs => Libs}/pint/measurement.py (100%) rename {CadQuery/Libs => Libs}/pint/quantity.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/__init__.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/helpers.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/parameterized.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/test_contexts.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/test_formatter.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/test_issues.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/test_measurement.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/test_numpy.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/test_pitheorem.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/test_quantity.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/test_umath.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/test_unit.py (100%) rename {CadQuery/Libs => Libs}/pint/testsuite/test_util.py (100%) rename {CadQuery/Libs => Libs}/pint/unit.py (100%) rename {CadQuery/Libs => Libs}/pint/util.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/__main__.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/api.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/checker.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/messages.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/reporter.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/scripts/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/scripts/pyflakes.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/test/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/test/harness.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/test/test_api.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/test/test_doctests.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/test/test_imports.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/test/test_other.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/test/test_return_with_arguments_inside_generator.py (100%) rename {CadQuery/Libs => Libs}/pyflakes/test/test_undefined_names.py (100%) rename {CadQuery/Libs => Libs}/pygments/__init__.py (100%) rename {CadQuery/Libs => Libs}/pygments/cmdline.py (100%) rename {CadQuery/Libs => Libs}/pygments/console.py (100%) rename {CadQuery/Libs => Libs}/pygments/filter.py (100%) rename {CadQuery/Libs => Libs}/pygments/filters/__init__.py (100%) rename {CadQuery/Libs => Libs}/pygments/formatter.py (100%) rename {CadQuery/Libs => Libs}/pygments/formatters/__init__.py (100%) rename {CadQuery/Libs => Libs}/pygments/formatters/_mapping.py (100%) rename {CadQuery/Libs => Libs}/pygments/formatters/bbcode.py (100%) rename {CadQuery/Libs => Libs}/pygments/formatters/html.py (100%) rename {CadQuery/Libs => Libs}/pygments/formatters/img.py (100%) rename {CadQuery/Libs => Libs}/pygments/formatters/latex.py (100%) rename {CadQuery/Libs => Libs}/pygments/formatters/other.py (100%) rename {CadQuery/Libs => Libs}/pygments/formatters/rtf.py (100%) rename {CadQuery/Libs => Libs}/pygments/formatters/svg.py (100%) rename {CadQuery/Libs => Libs}/pygments/formatters/terminal.py (100%) rename {CadQuery/Libs => Libs}/pygments/formatters/terminal256.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexer.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/__init__.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_asy_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_cl_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_cocoa_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_lasso_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_lua_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_mapping.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_mql_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_openedge_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_php_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_postgres_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_scilab_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_sourcemod_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_stan_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/_vim_builtins.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/actionscript.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/agile.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/algebra.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/ambient.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/apl.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/asm.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/automation.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/basic.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/business.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/c_cpp.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/c_like.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/chapel.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/compiled.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/configs.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/console.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/css.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/d.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/dalvik.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/data.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/diff.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/dotnet.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/dsls.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/dylan.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/ecl.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/eiffel.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/erlang.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/esoteric.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/factor.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/fantom.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/felix.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/fortran.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/foxpro.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/functional.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/go.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/graph.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/graphics.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/haskell.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/haxe.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/hdl.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/html.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/idl.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/igor.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/inferno.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/installers.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/int_fiction.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/iolang.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/javascript.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/julia.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/jvm.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/lisp.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/make.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/markup.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/math.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/matlab.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/ml.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/modeling.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/nimrod.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/nit.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/nix.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/objective.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/ooc.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/other.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/parsers.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/pascal.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/pawn.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/perl.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/php.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/prolog.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/python.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/r.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/rdf.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/rebol.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/resource.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/robotframework.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/ruby.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/rust.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/scripting.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/shell.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/smalltalk.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/snobol.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/special.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/sql.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/tcl.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/templates.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/testing.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/text.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/textedit.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/textfmts.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/theorem.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/urbi.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/web.py (100%) rename {CadQuery/Libs => Libs}/pygments/lexers/webmisc.py (100%) rename {CadQuery/Libs => Libs}/pygments/modeline.py (100%) rename {CadQuery/Libs => Libs}/pygments/plugin.py (100%) rename {CadQuery/Libs => Libs}/pygments/regexopt.py (100%) rename {CadQuery/Libs => Libs}/pygments/scanner.py (100%) rename {CadQuery/Libs => Libs}/pygments/sphinxext.py (100%) rename {CadQuery/Libs => Libs}/pygments/style.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/__init__.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/autumn.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/borland.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/bw.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/colorful.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/default.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/emacs.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/friendly.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/fruity.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/igor.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/manni.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/monokai.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/murphy.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/native.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/paraiso_dark.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/paraiso_light.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/pastie.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/perldoc.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/rrt.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/tango.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/trac.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/vim.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/vs.py (100%) rename {CadQuery/Libs => Libs}/pygments/styles/xcode.py (100%) rename {CadQuery/Libs => Libs}/pygments/token.py (100%) rename {CadQuery/Libs => Libs}/pygments/unistring.py (100%) rename {CadQuery/Libs => Libs}/pygments/util.py (100%) rename {CadQuery/Libs => Libs}/pyparsing.py (100%) rename {CadQuery/Libs => Libs}/pyqode/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_designer_plugins/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_designer_plugins/code_edit_plugin.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_designer_plugins/errors_table_plugin.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_designer_plugins/interactive_console_plugin.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_designer_plugins/tab_widget_plugin.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_forms/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_forms/dlg_encodings_ui.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_forms/dlg_goto_line_ui.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_forms/dlg_preferred_encodings_editor_ui.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_forms/dlg_unsaved_files_ui.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_forms/pnl_encoding_ui.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_forms/popup_open_files_ui.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_forms/pyqode_core_rc.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/_forms/search_panel_ui.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/api/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/api/client.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/api/code_edit.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/api/decoration.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/api/encodings.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/api/folding.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/api/manager.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/api/mode.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/api/panel.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/api/syntax_highlighter.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/api/utils.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/backend/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/backend/server.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/backend/workers.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/cache.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/dialogs/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/dialogs/encodings.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/dialogs/goto.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/dialogs/unsaved_files.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/icons.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/managers/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/managers/backend.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/managers/decorations.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/managers/file.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/managers/modes.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/managers/panels.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/autocomplete.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/autoindent.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/backspace.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/caret_line_highlight.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/case_converter.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/checker.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/code_completion.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/extended_selection.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/filewatcher.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/indenter.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/matcher.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/occurences.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/outline.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/pygments_sh.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/right_margin.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/wordclick.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/modes/zoom.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/panels/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/panels/checker.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/panels/encodings.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/panels/folding.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/panels/global_checker.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/panels/line_number.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/panels/marker.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/panels/search_and_replace.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/share.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/styles/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/styles/darcula.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/styles/qt.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/tools/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/tools/console.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/code_edits.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/encodings.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/errors_table.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/file_icons_provider.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/filesystem_treeview.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/interactive.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/menu_recents.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/outline.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/prompt_line_edit.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/splittable_tab_widget.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/tab_bar.py (100%) rename {CadQuery/Libs => Libs}/pyqode/core/widgets/tabs.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/_forms/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/_forms/pyqode_python_icons_rc.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/backend/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/backend/pep8utils.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/backend/server.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/backend/workers.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/designer_plugin.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/folding.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/managers/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/managers/file.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/modes/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/modes/autocomplete.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/modes/autoindent.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/modes/calltips.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/modes/comments.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/modes/frosted_checker.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/modes/goto_assignements.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/modes/indenter.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/modes/pep8_checker.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/modes/sh.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/panels/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/panels/quick_doc.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/panels/symbol_browser.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/widgets/__init__.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/widgets/code_edit.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/widgets/interactive.py (100%) rename {CadQuery/Libs => Libs}/pyqode/python/widgets/outline.py (100%) rename {CadQuery/Libs => Libs}/pyqode/qt/QtCore.py (100%) rename {CadQuery/Libs => Libs}/pyqode/qt/QtDesigner.py (100%) rename {CadQuery/Libs => Libs}/pyqode/qt/QtGui.py (100%) rename {CadQuery/Libs => Libs}/pyqode/qt/QtNetwork.py (100%) rename {CadQuery/Libs => Libs}/pyqode/qt/QtTest.py (100%) rename {CadQuery/Libs => Libs}/pyqode/qt/QtWidgets.py (100%) rename {CadQuery/Libs => Libs}/pyqode/qt/__init__.py (100%) rename CadQuery/Settings.py => Settings.py (100%) rename CadQuery/Shared.py => Shared.py (100%) rename {CadQuery/Templates => Templates}/script_template.py (100%) rename {CadQuery/Tools => Tools}/package_libraries.py (100%) rename CadQuery/__init__.py => __init__.py (100%) rename CadQuery/cq_server.py => cq_server.py (100%) rename CadQuery/module_locator.py => module_locator.py (100%) diff --git a/CadQuery/Libs/cadquery-lib/cadquery.egg-info/PKG-INFO b/CadQuery/Libs/cadquery-lib/cadquery.egg-info/PKG-INFO deleted file mode 100644 index 823c3bd..0000000 --- a/CadQuery/Libs/cadquery-lib/cadquery.egg-info/PKG-INFO +++ /dev/null @@ -1,154 +0,0 @@ -Metadata-Version: 1.1 -Name: cadquery -Version: 1.0.0 -Summary: CadQuery is a parametric scripting language for creating and traversing CAD models -Home-page: https://github.com/dcowden/cadquery -Author: David Cowden -Author-email: dave.cowden@gmail.com -License: Apache Public License 2.0 -Description: What is a CadQuery? - ======================================== - - [![Travis Build Status](https://travis-ci.org/dcowden/cadquery.svg)](https://travis-ci.org/dcowden/cadquery) - [![Coverage Status](https://coveralls.io/repos/dcowden/cadquery/badge.svg)](https://coveralls.io/r/dcowden/cadquery) - [![GitHub version](https://badge.fury.io/gh/dcowden%2Fcadquery.svg)](https://github.com/dcowden/cadquery/releases/tag/v0.3.0) - [![License](https://img.shields.io/badge/license-LGPL-lightgrey.svg)](https://github.com/dcowden/cadquery/blob/master/LICENSE) - - CadQuery is an intuitive, easy-to-use python based language for building parametric 3D CAD models. CadQuery is for 3D CAD what jQuery is for javascript. Imagine selecting Faces of a 3d object the same way you select DOM objects with JQuery! - - CadQuery has several goals: - - * Build models with scripts that are as close as possible to how you'd describe the object to a human. - * Create parametric models that can be very easily customized by end users - * Output high quality CAD formats like STEP and AMF in addition to traditional STL - * Provide a non-proprietary, plain text model format that can be edited and executed with only a web browser - - Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. - - Full Documentation - ============================ - You can find the full cadquery documentation at http://dcowden.github.io/cadquery - - - Getting Started With CadQuery - ======================================== - - The easiest way to get started with CadQuery is to Install FreeCAD (version 14+) (http://www.freecadweb.org/), and then to use our great CadQuery-FreeCAD plugin here: https://github.com/jmwright/cadquery-freecad-module - - - It includes the latest version of cadquery alreadby bundled, and has super-easy installation on Mac, Windows, and Unix. - - It has tons of awesome features like integration with FreeCAD so you can see your objects, code-autocompletion, an examples bundle, and script saving/loading. Its definitely the best way to kick the tires! - - We also have a Google Group to make it easy to get help from other CadQuery users. Please join the group and introduce yourself, and we would also love to hear what you are doing with CadQuery. https://groups.google.com/forum/#!forum/cadquery - - - - Why CadQuery instead of OpenSCAD? - ======================================== - - CadQuery is based on OpenCasCade. CadQuery shares many features with OpenSCAD, another open source, script based, parametric model generator. - - The primary advantage of OpenSCAD is the large number of already existing model libaries that exist already. So why not simply use OpenSCAD? - - CadQuery scripts have several key advantages over OpenSCAD: - - 1. **The scripts use a standard programming language**, python, and thus can benefit from the associated infrastructure. - This includes many standard libraries and IDEs - - 2. **More powerful CAD kernel** OpenCascade is much more powerful than CGAL. Features supported natively - by OCC include NURBS, splines, surface sewing, STL repair, STEP import/export, and other complex operations, - in addition to the standard CSG operations supported by CGAL - - 3. **Ability to import/export STEP** We think the ability to begin with a STEP model, created in a CAD package, - and then add parametric features is key. This is possible in OpenSCAD using STL, but STL is a lossy format - - 4. **Less Code and easier scripting** CadQuery scripts require less code to create most objects, because it is possible to locate - features based on the position of other features, workplanes, vertices, etc. - - 5. **Better Performance** CadQuery scripts can build STL, STEP, and AMF faster than OpenSCAD. - - License - ======== - - CadQuery is licensed under the terms of the Apache Public License, version 2.0. - A copy of the license can be found at http://www.apache.org/licenses/LICENSE-2.0 - - Where is the GUI? - ================== - - If you would like IDE support, you can use CadQuery inside of FreeCAD. There's an excellent plugin module here https://github.com/jmwright/cadquery-freecad-module - - CadQuery also provides the backbone of http://parametricparts.com, so the easiest way to see it in action is to review the samples and objects there. - - Installing -- FreeStanding Installation - ======================================== - - Use these steps if you would like to write CadQuery scripts as a python API. In this case, FreeCAD is used only as a CAD kernel. - - 1. install FreeCAD, version 0.12 or greater for your platform. http://sourceforge.net/projects/free-cad/. - - 2. adjust your path if necessary. FreeCAD bundles a python interpreter, but you'll probably want to use your own, - preferably one that has virtualenv available. To use FreeCAD from any python interpreter, just append the FreeCAD - lib directory to your path. On (*Nix):: - - import sys - sys.path.append('/usr/lib/freecad/lib') - - or on Windows:: - - import sys - sys.path.append('/c/apps/FreeCAD/bin') - - *NOTE* FreeCAD on Windows will not work with python 2.7-- you must use pthon 2.6.X!!!! - - 3. install cadquery:: - - pip install cadquery - - 3. test your installation:: - - from cadquery import * - box = Workplane("XY").box(1,2,3) - exporters.toString(box,'STL') - - You're up and running! - - Installing -- Using CadQuery from Inside FreeCAD - ================================================= - - Use the Excellent CadQuery-FreeCAD plugin here: - https://github.com/jmwright/cadquery-freecad-module - - It includes a distribution of the latest version of cadquery. - - Where does the name CadQuery come from? - ======================================== - - CadQuery is inspired by ( `jQuery `_ ), a popular framework that - revolutionized web development involving javascript. - - If you are familiar with how jQuery, you will probably recognize several jQuery features that CadQuery uses: - - * A fluent api to create clean, easy to read code - * Language features that make selection and iteration incredibly easy - * - * Ability to use the library along side other python libraries - * Clear and complete documentation, with plenty of samples. - - -Platform: any -Classifier: Development Status :: 5 - Production/Stable -Classifier: Intended Audience :: Developers -Classifier: Intended Audience :: End Users/Desktop -Classifier: Intended Audience :: Information Technology -Classifier: Intended Audience :: Science/Research -Classifier: Intended Audience :: System Administrators -Classifier: License :: OSI Approved :: Apache Software License -Classifier: Operating System :: POSIX -Classifier: Operating System :: MacOS -Classifier: Operating System :: Unix -Classifier: Programming Language :: Python -Classifier: Topic :: Software Development :: Libraries :: Python Modules -Classifier: Topic :: Internet -Classifier: Topic :: Scientific/Engineering diff --git a/CadQuery/Libs/cadquery-lib/cadquery.egg-info/SOURCES.txt b/CadQuery/Libs/cadquery-lib/cadquery.egg-info/SOURCES.txt deleted file mode 100644 index 0507b5e..0000000 --- a/CadQuery/Libs/cadquery-lib/cadquery.egg-info/SOURCES.txt +++ /dev/null @@ -1,29 +0,0 @@ -MANIFEST.in -README.txt -setup.cfg -setup.py -cadquery/__init__.py -cadquery/cq.py -cadquery/cq_directive.py -cadquery/cqgi.py -cadquery/selectors.py -cadquery.egg-info/PKG-INFO -cadquery.egg-info/SOURCES.txt -cadquery.egg-info/dependency_links.txt -cadquery.egg-info/not-zip-safe -cadquery.egg-info/top_level.txt -cadquery/contrib/__init__.py -cadquery/freecad_impl/__init__.py -cadquery/freecad_impl/exporters.py -cadquery/freecad_impl/geom.py -cadquery/freecad_impl/importers.py -cadquery/freecad_impl/shapes.py -cadquery/plugins/__init__.py -tests/TestCQGI.py -tests/TestCQSelectors.py -tests/TestCadObjects.py -tests/TestCadQuery.py -tests/TestExporters.py -tests/TestImporters.py -tests/TestWorkplanes.py -tests/__init__.py \ No newline at end of file diff --git a/CadQuery/Libs/cadquery-lib/cadquery.egg-info/dependency_links.txt b/CadQuery/Libs/cadquery-lib/cadquery.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/CadQuery/Libs/cadquery-lib/cadquery.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/CadQuery/Libs/cadquery-lib/cadquery.egg-info/not-zip-safe b/CadQuery/Libs/cadquery-lib/cadquery.egg-info/not-zip-safe deleted file mode 100644 index 8b13789..0000000 --- a/CadQuery/Libs/cadquery-lib/cadquery.egg-info/not-zip-safe +++ /dev/null @@ -1 +0,0 @@ - diff --git a/CadQuery/Libs/cadquery-lib/cadquery.egg-info/top_level.txt b/CadQuery/Libs/cadquery-lib/cadquery.egg-info/top_level.txt deleted file mode 100644 index 2bbe7fc..0000000 --- a/CadQuery/Libs/cadquery-lib/cadquery.egg-info/top_level.txt +++ /dev/null @@ -1,2 +0,0 @@ -cadquery -tests diff --git a/CadQuery/CadQuery_rc.py b/CadQuery_rc.py similarity index 100% rename from CadQuery/CadQuery_rc.py rename to CadQuery_rc.py diff --git a/CadQuery/Examples/Ex000_Introduction.py b/Examples/Ex000_Introduction.py similarity index 100% rename from CadQuery/Examples/Ex000_Introduction.py rename to Examples/Ex000_Introduction.py diff --git a/CadQuery/Examples/Ex001_Simple_Block.py b/Examples/Ex001_Simple_Block.py similarity index 100% rename from CadQuery/Examples/Ex001_Simple_Block.py rename to Examples/Ex001_Simple_Block.py diff --git a/CadQuery/Examples/Ex002_Block_With_Bored_Center_Hole.py b/Examples/Ex002_Block_With_Bored_Center_Hole.py similarity index 100% rename from CadQuery/Examples/Ex002_Block_With_Bored_Center_Hole.py rename to Examples/Ex002_Block_With_Bored_Center_Hole.py diff --git a/CadQuery/Examples/Ex003_Pillow_Block_With_Counterbored_Holes.py b/Examples/Ex003_Pillow_Block_With_Counterbored_Holes.py similarity index 100% rename from CadQuery/Examples/Ex003_Pillow_Block_With_Counterbored_Holes.py rename to Examples/Ex003_Pillow_Block_With_Counterbored_Holes.py diff --git a/CadQuery/Examples/Ex004_Extruded_Cylindrical_Plate.py b/Examples/Ex004_Extruded_Cylindrical_Plate.py similarity index 100% rename from CadQuery/Examples/Ex004_Extruded_Cylindrical_Plate.py rename to Examples/Ex004_Extruded_Cylindrical_Plate.py diff --git a/CadQuery/Examples/Ex005_Extruded_Lines_and_Arcs.py b/Examples/Ex005_Extruded_Lines_and_Arcs.py similarity index 100% rename from CadQuery/Examples/Ex005_Extruded_Lines_and_Arcs.py rename to Examples/Ex005_Extruded_Lines_and_Arcs.py diff --git a/CadQuery/Examples/Ex006_Moving_the_Current_Working_Point.py b/Examples/Ex006_Moving_the_Current_Working_Point.py similarity index 100% rename from CadQuery/Examples/Ex006_Moving_the_Current_Working_Point.py rename to Examples/Ex006_Moving_the_Current_Working_Point.py diff --git a/CadQuery/Examples/Ex007_Using_Point_Lists.py b/Examples/Ex007_Using_Point_Lists.py similarity index 100% rename from CadQuery/Examples/Ex007_Using_Point_Lists.py rename to Examples/Ex007_Using_Point_Lists.py diff --git a/CadQuery/Examples/Ex008_Polygon_Creation.py b/Examples/Ex008_Polygon_Creation.py similarity index 100% rename from CadQuery/Examples/Ex008_Polygon_Creation.py rename to Examples/Ex008_Polygon_Creation.py diff --git a/CadQuery/Examples/Ex009_Polylines.py b/Examples/Ex009_Polylines.py similarity index 100% rename from CadQuery/Examples/Ex009_Polylines.py rename to Examples/Ex009_Polylines.py diff --git a/CadQuery/Examples/Ex010_Defining_an_Edge_with_a_Spline.py b/Examples/Ex010_Defining_an_Edge_with_a_Spline.py similarity index 100% rename from CadQuery/Examples/Ex010_Defining_an_Edge_with_a_Spline.py rename to Examples/Ex010_Defining_an_Edge_with_a_Spline.py diff --git a/CadQuery/Examples/Ex011_Mirroring_Symmetric_Geometry.py b/Examples/Ex011_Mirroring_Symmetric_Geometry.py similarity index 100% rename from CadQuery/Examples/Ex011_Mirroring_Symmetric_Geometry.py rename to Examples/Ex011_Mirroring_Symmetric_Geometry.py diff --git a/CadQuery/Examples/Ex012_Creating_Workplanes_on_Faces.py b/Examples/Ex012_Creating_Workplanes_on_Faces.py similarity index 100% rename from CadQuery/Examples/Ex012_Creating_Workplanes_on_Faces.py rename to Examples/Ex012_Creating_Workplanes_on_Faces.py diff --git a/CadQuery/Examples/Ex013_Locating_a_Workplane_on_a_Vertex.py b/Examples/Ex013_Locating_a_Workplane_on_a_Vertex.py similarity index 100% rename from CadQuery/Examples/Ex013_Locating_a_Workplane_on_a_Vertex.py rename to Examples/Ex013_Locating_a_Workplane_on_a_Vertex.py diff --git a/CadQuery/Examples/Ex014_Offset_Workplanes.py b/Examples/Ex014_Offset_Workplanes.py similarity index 100% rename from CadQuery/Examples/Ex014_Offset_Workplanes.py rename to Examples/Ex014_Offset_Workplanes.py diff --git a/CadQuery/Examples/Ex015_Rotated_Workplanes.py b/Examples/Ex015_Rotated_Workplanes.py similarity index 100% rename from CadQuery/Examples/Ex015_Rotated_Workplanes.py rename to Examples/Ex015_Rotated_Workplanes.py diff --git a/CadQuery/Examples/Ex016_Using_Construction_Geometry.py b/Examples/Ex016_Using_Construction_Geometry.py similarity index 100% rename from CadQuery/Examples/Ex016_Using_Construction_Geometry.py rename to Examples/Ex016_Using_Construction_Geometry.py diff --git a/CadQuery/Examples/Ex017_Shelling_to_Create_Thin_Features.py b/Examples/Ex017_Shelling_to_Create_Thin_Features.py similarity index 100% rename from CadQuery/Examples/Ex017_Shelling_to_Create_Thin_Features.py rename to Examples/Ex017_Shelling_to_Create_Thin_Features.py diff --git a/CadQuery/Examples/Ex018_Making_Lofts.py b/Examples/Ex018_Making_Lofts.py similarity index 100% rename from CadQuery/Examples/Ex018_Making_Lofts.py rename to Examples/Ex018_Making_Lofts.py diff --git a/CadQuery/Examples/Ex019_Counter_Sunk_Holes.py b/Examples/Ex019_Counter_Sunk_Holes.py similarity index 100% rename from CadQuery/Examples/Ex019_Counter_Sunk_Holes.py rename to Examples/Ex019_Counter_Sunk_Holes.py diff --git a/CadQuery/Examples/Ex020_Rounding_Corners_with_Fillets.py b/Examples/Ex020_Rounding_Corners_with_Fillets.py similarity index 100% rename from CadQuery/Examples/Ex020_Rounding_Corners_with_Fillets.py rename to Examples/Ex020_Rounding_Corners_with_Fillets.py diff --git a/CadQuery/Examples/Ex021_Splitting_an_Object.py b/Examples/Ex021_Splitting_an_Object.py similarity index 100% rename from CadQuery/Examples/Ex021_Splitting_an_Object.py rename to Examples/Ex021_Splitting_an_Object.py diff --git a/CadQuery/Examples/Ex022_Classic_OCC_Bottle.py b/Examples/Ex022_Classic_OCC_Bottle.py similarity index 100% rename from CadQuery/Examples/Ex022_Classic_OCC_Bottle.py rename to Examples/Ex022_Classic_OCC_Bottle.py diff --git a/CadQuery/Examples/Ex023_Parametric_Enclosure.py b/Examples/Ex023_Parametric_Enclosure.py similarity index 100% rename from CadQuery/Examples/Ex023_Parametric_Enclosure.py rename to Examples/Ex023_Parametric_Enclosure.py diff --git a/CadQuery/Examples/Ex024_Using_FreeCAD_Solids_as_CQ_Objects.py b/Examples/Ex024_Using_FreeCAD_Solids_as_CQ_Objects.py similarity index 100% rename from CadQuery/Examples/Ex024_Using_FreeCAD_Solids_as_CQ_Objects.py rename to Examples/Ex024_Using_FreeCAD_Solids_as_CQ_Objects.py diff --git a/CadQuery/Examples/Ex025_Revolution.py b/Examples/Ex025_Revolution.py similarity index 100% rename from CadQuery/Examples/Ex025_Revolution.py rename to Examples/Ex025_Revolution.py diff --git a/CadQuery/Examples/Ex026_Lego_Brick.py b/Examples/Ex026_Lego_Brick.py similarity index 100% rename from CadQuery/Examples/Ex026_Lego_Brick.py rename to Examples/Ex026_Lego_Brick.py diff --git a/CadQuery/Examples/Ex027_Remote_Enclosure.py b/Examples/Ex027_Remote_Enclosure.py similarity index 100% rename from CadQuery/Examples/Ex027_Remote_Enclosure.py rename to Examples/Ex027_Remote_Enclosure.py diff --git a/CadQuery/Examples/Ex028_Numpy.py b/Examples/Ex028_Numpy.py similarity index 100% rename from CadQuery/Examples/Ex028_Numpy.py rename to Examples/Ex028_Numpy.py diff --git a/CadQuery/Examples/Ex029_Braille.py b/Examples/Ex029_Braille.py similarity index 100% rename from CadQuery/Examples/Ex029_Braille.py rename to Examples/Ex029_Braille.py diff --git a/CadQuery/Examples/Ex030_Panel_with_Various_Holes_for_Connector_Installation.py b/Examples/Ex030_Panel_with_Various_Holes_for_Connector_Installation.py similarity index 100% rename from CadQuery/Examples/Ex030_Panel_with_Various_Holes_for_Connector_Installation.py rename to Examples/Ex030_Panel_with_Various_Holes_for_Connector_Installation.py diff --git a/CadQuery/Examples/Ex031_Sweep.py b/Examples/Ex031_Sweep.py similarity index 100% rename from CadQuery/Examples/Ex031_Sweep.py rename to Examples/Ex031_Sweep.py diff --git a/CadQuery/Examples/Ex032_3D_Printer_Extruder_Support.py b/Examples/Ex032_3D_Printer_Extruder_Support.py similarity index 100% rename from CadQuery/Examples/Ex032_3D_Printer_Extruder_Support.py rename to Examples/Ex032_3D_Printer_Extruder_Support.py diff --git a/CadQuery/Examples/Ex033_Shelled_Cube_Inside_Chamfer_With_Logical_Selector_Operators.py b/Examples/Ex033_Shelled_Cube_Inside_Chamfer_With_Logical_Selector_Operators.py similarity index 100% rename from CadQuery/Examples/Ex033_Shelled_Cube_Inside_Chamfer_With_Logical_Selector_Operators.py rename to Examples/Ex033_Shelled_Cube_Inside_Chamfer_With_Logical_Selector_Operators.py diff --git a/CadQuery/Gui/Command.py b/Gui/Command.py similarity index 100% rename from CadQuery/Gui/Command.py rename to Gui/Command.py diff --git a/CadQuery/Gui/ExportCQ.py b/Gui/ExportCQ.py similarity index 100% rename from CadQuery/Gui/ExportCQ.py rename to Gui/ExportCQ.py diff --git a/CadQuery/Gui/ImportCQ.py b/Gui/ImportCQ.py similarity index 100% rename from CadQuery/Gui/ImportCQ.py rename to Gui/ImportCQ.py diff --git a/CadQuery/Gui/Resources/CadQuery.qrc b/Gui/Resources/CadQuery.qrc similarity index 100% rename from CadQuery/Gui/Resources/CadQuery.qrc rename to Gui/Resources/CadQuery.qrc diff --git a/CadQuery/Gui/Resources/icons/CQ_Logo.svg b/Gui/Resources/icons/CQ_Logo.svg similarity index 100% rename from CadQuery/Gui/Resources/icons/CQ_Logo.svg rename to Gui/Resources/icons/CQ_Logo.svg diff --git a/CadQuery/Gui/Resources/icons/CQ_Logo.svg~ b/Gui/Resources/icons/CQ_Logo.svg~ similarity index 100% rename from CadQuery/Gui/Resources/icons/CQ_Logo.svg~ rename to Gui/Resources/icons/CQ_Logo.svg~ diff --git a/CadQuery/Gui/__init__.py b/Gui/__init__.py similarity index 100% rename from CadQuery/Gui/__init__.py rename to Gui/__init__.py diff --git a/CadQuery/Helpers.py b/Helpers.py similarity index 100% rename from CadQuery/Helpers.py rename to Helpers.py diff --git a/CadQuery/Init.py b/Init.py similarity index 100% rename from CadQuery/Init.py rename to Init.py diff --git a/CadQuery/InitGui.py b/InitGui.py similarity index 100% rename from CadQuery/InitGui.py rename to InitGui.py diff --git a/CadQuery/Libs/builtins/__init__.py b/Libs/builtins/__init__.py similarity index 100% rename from CadQuery/Libs/builtins/__init__.py rename to Libs/builtins/__init__.py diff --git a/CadQuery/Libs/cadquery-lib/.coverage b/Libs/cadquery-lib/.coverage similarity index 100% rename from CadQuery/Libs/cadquery-lib/.coverage rename to Libs/cadquery-lib/.coverage diff --git a/CadQuery/Libs/cadquery-lib/.gitignore b/Libs/cadquery-lib/.gitignore similarity index 100% rename from CadQuery/Libs/cadquery-lib/.gitignore rename to Libs/cadquery-lib/.gitignore diff --git a/CadQuery/Libs/cadquery-lib/.travis.yml b/Libs/cadquery-lib/.travis.yml similarity index 100% rename from CadQuery/Libs/cadquery-lib/.travis.yml rename to Libs/cadquery-lib/.travis.yml diff --git a/CadQuery/Libs/cadquery-lib/AUTHORS.md b/Libs/cadquery-lib/AUTHORS.md similarity index 100% rename from CadQuery/Libs/cadquery-lib/AUTHORS.md rename to Libs/cadquery-lib/AUTHORS.md diff --git a/CadQuery/Libs/cadquery-lib/LICENSE b/Libs/cadquery-lib/LICENSE similarity index 100% rename from CadQuery/Libs/cadquery-lib/LICENSE rename to Libs/cadquery-lib/LICENSE diff --git a/CadQuery/Libs/cadquery-lib/MANIFEST b/Libs/cadquery-lib/MANIFEST similarity index 100% rename from CadQuery/Libs/cadquery-lib/MANIFEST rename to Libs/cadquery-lib/MANIFEST diff --git a/CadQuery/Libs/cadquery-lib/MANIFEST.in b/Libs/cadquery-lib/MANIFEST.in similarity index 100% rename from CadQuery/Libs/cadquery-lib/MANIFEST.in rename to Libs/cadquery-lib/MANIFEST.in diff --git a/CadQuery/Libs/cadquery-lib/README.md b/Libs/cadquery-lib/README.md similarity index 100% rename from CadQuery/Libs/cadquery-lib/README.md rename to Libs/cadquery-lib/README.md diff --git a/CadQuery/Libs/cadquery-lib/README.txt b/Libs/cadquery-lib/README.txt similarity index 100% rename from CadQuery/Libs/cadquery-lib/README.txt rename to Libs/cadquery-lib/README.txt diff --git a/CadQuery/Libs/cadquery-lib/build-docs.sh b/Libs/cadquery-lib/build-docs.sh similarity index 100% rename from CadQuery/Libs/cadquery-lib/build-docs.sh rename to Libs/cadquery-lib/build-docs.sh diff --git a/CadQuery/Libs/cadquery-lib/cadquery/README.txt b/Libs/cadquery-lib/cadquery/README.txt similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/README.txt rename to Libs/cadquery-lib/cadquery/README.txt diff --git a/CadQuery/Libs/cadquery-lib/cadquery/__init__.py b/Libs/cadquery-lib/cadquery/__init__.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/__init__.py rename to Libs/cadquery-lib/cadquery/__init__.py diff --git a/CadQuery/Libs/cadquery-lib/cadquery/contrib/__init__.py b/Libs/cadquery-lib/cadquery/contrib/__init__.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/contrib/__init__.py rename to Libs/cadquery-lib/cadquery/contrib/__init__.py diff --git a/CadQuery/Libs/cadquery-lib/cadquery/cq.py b/Libs/cadquery-lib/cadquery/cq.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/cq.py rename to Libs/cadquery-lib/cadquery/cq.py diff --git a/CadQuery/Libs/cadquery-lib/cadquery/cq_directive.py b/Libs/cadquery-lib/cadquery/cq_directive.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/cq_directive.py rename to Libs/cadquery-lib/cadquery/cq_directive.py diff --git a/CadQuery/Libs/cadquery-lib/cadquery/cqgi.py b/Libs/cadquery-lib/cadquery/cqgi.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/cqgi.py rename to Libs/cadquery-lib/cadquery/cqgi.py diff --git a/CadQuery/Libs/cadquery-lib/cadquery/freecad_impl/README.txt b/Libs/cadquery-lib/cadquery/freecad_impl/README.txt similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/freecad_impl/README.txt rename to Libs/cadquery-lib/cadquery/freecad_impl/README.txt diff --git a/CadQuery/Libs/cadquery-lib/cadquery/freecad_impl/__init__.py b/Libs/cadquery-lib/cadquery/freecad_impl/__init__.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/freecad_impl/__init__.py rename to Libs/cadquery-lib/cadquery/freecad_impl/__init__.py diff --git a/CadQuery/Libs/cadquery-lib/cadquery/freecad_impl/exporters.py b/Libs/cadquery-lib/cadquery/freecad_impl/exporters.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/freecad_impl/exporters.py rename to Libs/cadquery-lib/cadquery/freecad_impl/exporters.py diff --git a/CadQuery/Libs/cadquery-lib/cadquery/freecad_impl/geom.py b/Libs/cadquery-lib/cadquery/freecad_impl/geom.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/freecad_impl/geom.py rename to Libs/cadquery-lib/cadquery/freecad_impl/geom.py diff --git a/CadQuery/Libs/cadquery-lib/cadquery/freecad_impl/importers.py b/Libs/cadquery-lib/cadquery/freecad_impl/importers.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/freecad_impl/importers.py rename to Libs/cadquery-lib/cadquery/freecad_impl/importers.py diff --git a/CadQuery/Libs/cadquery-lib/cadquery/freecad_impl/shapes.py b/Libs/cadquery-lib/cadquery/freecad_impl/shapes.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/freecad_impl/shapes.py rename to Libs/cadquery-lib/cadquery/freecad_impl/shapes.py diff --git a/CadQuery/Libs/cadquery-lib/cadquery/plugins/__init__.py b/Libs/cadquery-lib/cadquery/plugins/__init__.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/plugins/__init__.py rename to Libs/cadquery-lib/cadquery/plugins/__init__.py diff --git a/CadQuery/Libs/cadquery-lib/cadquery/selectors.py b/Libs/cadquery-lib/cadquery/selectors.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/cadquery/selectors.py rename to Libs/cadquery-lib/cadquery/selectors.py diff --git a/CadQuery/Libs/cadquery-lib/changes.md b/Libs/cadquery-lib/changes.md similarity index 100% rename from CadQuery/Libs/cadquery-lib/changes.md rename to Libs/cadquery-lib/changes.md diff --git a/CadQuery/Libs/cadquery-lib/doc/README b/Libs/cadquery-lib/doc/README similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/README rename to Libs/cadquery-lib/doc/README diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/ParametricPulley.PNG b/Libs/cadquery-lib/doc/_static/ParametricPulley.PNG similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/ParametricPulley.PNG rename to Libs/cadquery-lib/doc/_static/ParametricPulley.PNG diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/block.png b/Libs/cadquery-lib/doc/_static/block.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/block.png rename to Libs/cadquery-lib/doc/_static/block.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/cadquery_cheatsheet.html b/Libs/cadquery-lib/doc/_static/cadquery_cheatsheet.html similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/cadquery_cheatsheet.html rename to Libs/cadquery-lib/doc/_static/cadquery_cheatsheet.html diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/cqlogo.png b/Libs/cadquery-lib/doc/_static/cqlogo.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/cqlogo.png rename to Libs/cadquery-lib/doc/_static/cqlogo.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/hyOzd-cablefix.png b/Libs/cadquery-lib/doc/_static/hyOzd-cablefix.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/hyOzd-cablefix.png rename to Libs/cadquery-lib/doc/_static/hyOzd-cablefix.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/hyOzd-finished.jpg b/Libs/cadquery-lib/doc/_static/hyOzd-finished.jpg similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/hyOzd-finished.jpg rename to Libs/cadquery-lib/doc/_static/hyOzd-finished.jpg diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/new_badge.png b/Libs/cadquery-lib/doc/_static/new_badge.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/new_badge.png rename to Libs/cadquery-lib/doc/_static/new_badge.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/parametric-cup-screencap.PNG b/Libs/cadquery-lib/doc/_static/parametric-cup-screencap.PNG similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/parametric-cup-screencap.PNG rename to Libs/cadquery-lib/doc/_static/parametric-cup-screencap.PNG diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/parametric-pillowblock-screencap.png b/Libs/cadquery-lib/doc/_static/parametric-pillowblock-screencap.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/parametric-pillowblock-screencap.png rename to Libs/cadquery-lib/doc/_static/parametric-pillowblock-screencap.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/pillowblock.png b/Libs/cadquery-lib/doc/_static/pillowblock.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/pillowblock.png rename to Libs/cadquery-lib/doc/_static/pillowblock.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/quickstart-1.png b/Libs/cadquery-lib/doc/_static/quickstart-1.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/quickstart-1.png rename to Libs/cadquery-lib/doc/_static/quickstart-1.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/quickstart-2.png b/Libs/cadquery-lib/doc/_static/quickstart-2.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/quickstart-2.png rename to Libs/cadquery-lib/doc/_static/quickstart-2.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/quickstart-3.png b/Libs/cadquery-lib/doc/_static/quickstart-3.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/quickstart-3.png rename to Libs/cadquery-lib/doc/_static/quickstart-3.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/quickstart-4.png b/Libs/cadquery-lib/doc/_static/quickstart-4.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/quickstart-4.png rename to Libs/cadquery-lib/doc/_static/quickstart-4.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/quickstart-5.png b/Libs/cadquery-lib/doc/_static/quickstart-5.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/quickstart-5.png rename to Libs/cadquery-lib/doc/_static/quickstart-5.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/quickstart.png b/Libs/cadquery-lib/doc/_static/quickstart.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/quickstart.png rename to Libs/cadquery-lib/doc/_static/quickstart.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/quickstart/000.png b/Libs/cadquery-lib/doc/_static/quickstart/000.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/quickstart/000.png rename to Libs/cadquery-lib/doc/_static/quickstart/000.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/quickstart/001.png b/Libs/cadquery-lib/doc/_static/quickstart/001.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/quickstart/001.png rename to Libs/cadquery-lib/doc/_static/quickstart/001.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/quickstart/002.png b/Libs/cadquery-lib/doc/_static/quickstart/002.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/quickstart/002.png rename to Libs/cadquery-lib/doc/_static/quickstart/002.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/quickstart/003.png b/Libs/cadquery-lib/doc/_static/quickstart/003.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/quickstart/003.png rename to Libs/cadquery-lib/doc/_static/quickstart/003.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/quickstart/004.png b/Libs/cadquery-lib/doc/_static/quickstart/004.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/quickstart/004.png rename to Libs/cadquery-lib/doc/_static/quickstart/004.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/quickstart/005.png b/Libs/cadquery-lib/doc/_static/quickstart/005.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/quickstart/005.png rename to Libs/cadquery-lib/doc/_static/quickstart/005.png diff --git a/CadQuery/Libs/cadquery-lib/doc/_static/simpleblock.png b/Libs/cadquery-lib/doc/_static/simpleblock.png similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/_static/simpleblock.png rename to Libs/cadquery-lib/doc/_static/simpleblock.png diff --git a/CadQuery/Libs/cadquery-lib/doc/apireference.rst b/Libs/cadquery-lib/doc/apireference.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/apireference.rst rename to Libs/cadquery-lib/doc/apireference.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/classreference.rst b/Libs/cadquery-lib/doc/classreference.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/classreference.rst rename to Libs/cadquery-lib/doc/classreference.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/conf.py b/Libs/cadquery-lib/doc/conf.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/conf.py rename to Libs/cadquery-lib/doc/conf.py diff --git a/CadQuery/Libs/cadquery-lib/doc/cqgi.rst b/Libs/cadquery-lib/doc/cqgi.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/cqgi.rst rename to Libs/cadquery-lib/doc/cqgi.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/designprinciples.rst b/Libs/cadquery-lib/doc/designprinciples.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/designprinciples.rst rename to Libs/cadquery-lib/doc/designprinciples.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/examples.rst b/Libs/cadquery-lib/doc/examples.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/examples.rst rename to Libs/cadquery-lib/doc/examples.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/extending.rst b/Libs/cadquery-lib/doc/extending.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/extending.rst rename to Libs/cadquery-lib/doc/extending.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/fileformat.rst b/Libs/cadquery-lib/doc/fileformat.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/fileformat.rst rename to Libs/cadquery-lib/doc/fileformat.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/index.rst b/Libs/cadquery-lib/doc/index.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/index.rst rename to Libs/cadquery-lib/doc/index.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/installation.rst b/Libs/cadquery-lib/doc/installation.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/installation.rst rename to Libs/cadquery-lib/doc/installation.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/intro.rst b/Libs/cadquery-lib/doc/intro.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/intro.rst rename to Libs/cadquery-lib/doc/intro.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/primer.rst b/Libs/cadquery-lib/doc/primer.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/primer.rst rename to Libs/cadquery-lib/doc/primer.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/quickstart.rst b/Libs/cadquery-lib/doc/quickstart.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/quickstart.rst rename to Libs/cadquery-lib/doc/quickstart.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/roadmap.rst b/Libs/cadquery-lib/doc/roadmap.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/roadmap.rst rename to Libs/cadquery-lib/doc/roadmap.rst diff --git a/CadQuery/Libs/cadquery-lib/doc/selectors.rst b/Libs/cadquery-lib/doc/selectors.rst similarity index 100% rename from CadQuery/Libs/cadquery-lib/doc/selectors.rst rename to Libs/cadquery-lib/doc/selectors.rst diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex001_Simple_Block.py b/Libs/cadquery-lib/examples/FreeCAD/Ex001_Simple_Block.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex001_Simple_Block.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex001_Simple_Block.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex002_Block_With_Bored_Center_Hole.py b/Libs/cadquery-lib/examples/FreeCAD/Ex002_Block_With_Bored_Center_Hole.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex002_Block_With_Bored_Center_Hole.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex002_Block_With_Bored_Center_Hole.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex003_Pillow_Block_With_Counterbored_Holes.py b/Libs/cadquery-lib/examples/FreeCAD/Ex003_Pillow_Block_With_Counterbored_Holes.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex003_Pillow_Block_With_Counterbored_Holes.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex003_Pillow_Block_With_Counterbored_Holes.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex004_Extruded_Cylindrical_Plate.py b/Libs/cadquery-lib/examples/FreeCAD/Ex004_Extruded_Cylindrical_Plate.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex004_Extruded_Cylindrical_Plate.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex004_Extruded_Cylindrical_Plate.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex005_Extruded_Lines_and_Arcs.py b/Libs/cadquery-lib/examples/FreeCAD/Ex005_Extruded_Lines_and_Arcs.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex005_Extruded_Lines_and_Arcs.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex005_Extruded_Lines_and_Arcs.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex006_Moving_the_Current_Working_Point.py b/Libs/cadquery-lib/examples/FreeCAD/Ex006_Moving_the_Current_Working_Point.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex006_Moving_the_Current_Working_Point.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex006_Moving_the_Current_Working_Point.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex007_Using_Point_Lists.py b/Libs/cadquery-lib/examples/FreeCAD/Ex007_Using_Point_Lists.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex007_Using_Point_Lists.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex007_Using_Point_Lists.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex008_Polygon_Creation.py b/Libs/cadquery-lib/examples/FreeCAD/Ex008_Polygon_Creation.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex008_Polygon_Creation.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex008_Polygon_Creation.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex009_Polylines.py b/Libs/cadquery-lib/examples/FreeCAD/Ex009_Polylines.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex009_Polylines.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex009_Polylines.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex010_Defining_an_Edge_with_a_Spline.py b/Libs/cadquery-lib/examples/FreeCAD/Ex010_Defining_an_Edge_with_a_Spline.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex010_Defining_an_Edge_with_a_Spline.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex010_Defining_an_Edge_with_a_Spline.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex011_Mirroring_Symmetric_Geometry.py b/Libs/cadquery-lib/examples/FreeCAD/Ex011_Mirroring_Symmetric_Geometry.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex011_Mirroring_Symmetric_Geometry.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex011_Mirroring_Symmetric_Geometry.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex012_Creating_Workplanes_on_Faces.py b/Libs/cadquery-lib/examples/FreeCAD/Ex012_Creating_Workplanes_on_Faces.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex012_Creating_Workplanes_on_Faces.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex012_Creating_Workplanes_on_Faces.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex013_Locating_a_Workplane_on_a_Vertex.py b/Libs/cadquery-lib/examples/FreeCAD/Ex013_Locating_a_Workplane_on_a_Vertex.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex013_Locating_a_Workplane_on_a_Vertex.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex013_Locating_a_Workplane_on_a_Vertex.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex014_Offset_Workplanes.py b/Libs/cadquery-lib/examples/FreeCAD/Ex014_Offset_Workplanes.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex014_Offset_Workplanes.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex014_Offset_Workplanes.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex015_Rotated_Workplanes.py b/Libs/cadquery-lib/examples/FreeCAD/Ex015_Rotated_Workplanes.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex015_Rotated_Workplanes.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex015_Rotated_Workplanes.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex016_Using_Construction_Geometry.py b/Libs/cadquery-lib/examples/FreeCAD/Ex016_Using_Construction_Geometry.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex016_Using_Construction_Geometry.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex016_Using_Construction_Geometry.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex017_Shelling_to_Create_Thin_Features.py b/Libs/cadquery-lib/examples/FreeCAD/Ex017_Shelling_to_Create_Thin_Features.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex017_Shelling_to_Create_Thin_Features.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex017_Shelling_to_Create_Thin_Features.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex018_Making_Lofts.py b/Libs/cadquery-lib/examples/FreeCAD/Ex018_Making_Lofts.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex018_Making_Lofts.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex018_Making_Lofts.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex019_Counter_Sunk_Holes.py b/Libs/cadquery-lib/examples/FreeCAD/Ex019_Counter_Sunk_Holes.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex019_Counter_Sunk_Holes.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex019_Counter_Sunk_Holes.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex020_Rounding_Corners_with_Fillets.py b/Libs/cadquery-lib/examples/FreeCAD/Ex020_Rounding_Corners_with_Fillets.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex020_Rounding_Corners_with_Fillets.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex020_Rounding_Corners_with_Fillets.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex021_Splitting_an_Object.py b/Libs/cadquery-lib/examples/FreeCAD/Ex021_Splitting_an_Object.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex021_Splitting_an_Object.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex021_Splitting_an_Object.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex022_Classic_OCC_Bottle.py b/Libs/cadquery-lib/examples/FreeCAD/Ex022_Classic_OCC_Bottle.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex022_Classic_OCC_Bottle.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex022_Classic_OCC_Bottle.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex023_Parametric_Enclosure.py b/Libs/cadquery-lib/examples/FreeCAD/Ex023_Parametric_Enclosure.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex023_Parametric_Enclosure.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex023_Parametric_Enclosure.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex024_Using_FreeCAD_Solids_as_CQ_Objects.py b/Libs/cadquery-lib/examples/FreeCAD/Ex024_Using_FreeCAD_Solids_as_CQ_Objects.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex024_Using_FreeCAD_Solids_as_CQ_Objects.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex024_Using_FreeCAD_Solids_as_CQ_Objects.py diff --git a/CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex025_Revolution.py b/Libs/cadquery-lib/examples/FreeCAD/Ex025_Revolution.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/examples/FreeCAD/Ex025_Revolution.py rename to Libs/cadquery-lib/examples/FreeCAD/Ex025_Revolution.py diff --git a/CadQuery/Libs/cadquery-lib/registering.txt b/Libs/cadquery-lib/registering.txt similarity index 100% rename from CadQuery/Libs/cadquery-lib/registering.txt rename to Libs/cadquery-lib/registering.txt diff --git a/CadQuery/Libs/cadquery-lib/requirements-dev.txt b/Libs/cadquery-lib/requirements-dev.txt similarity index 100% rename from CadQuery/Libs/cadquery-lib/requirements-dev.txt rename to Libs/cadquery-lib/requirements-dev.txt diff --git a/CadQuery/Libs/cadquery-lib/requirements.txt b/Libs/cadquery-lib/requirements.txt similarity index 100% rename from CadQuery/Libs/cadquery-lib/requirements.txt rename to Libs/cadquery-lib/requirements.txt diff --git a/CadQuery/Libs/cadquery-lib/runtests.py b/Libs/cadquery-lib/runtests.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/runtests.py rename to Libs/cadquery-lib/runtests.py diff --git a/CadQuery/Libs/cadquery-lib/setup.cfg b/Libs/cadquery-lib/setup.cfg similarity index 100% rename from CadQuery/Libs/cadquery-lib/setup.cfg rename to Libs/cadquery-lib/setup.cfg diff --git a/CadQuery/Libs/cadquery-lib/setup.py b/Libs/cadquery-lib/setup.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/setup.py rename to Libs/cadquery-lib/setup.py diff --git a/CadQuery/Libs/cadquery-lib/tests/README.txt b/Libs/cadquery-lib/tests/README.txt similarity index 100% rename from CadQuery/Libs/cadquery-lib/tests/README.txt rename to Libs/cadquery-lib/tests/README.txt diff --git a/CadQuery/Libs/cadquery-lib/tests/TestCQGI.py b/Libs/cadquery-lib/tests/TestCQGI.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/tests/TestCQGI.py rename to Libs/cadquery-lib/tests/TestCQGI.py diff --git a/CadQuery/Libs/cadquery-lib/tests/TestCQSelectors.py b/Libs/cadquery-lib/tests/TestCQSelectors.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/tests/TestCQSelectors.py rename to Libs/cadquery-lib/tests/TestCQSelectors.py diff --git a/CadQuery/Libs/cadquery-lib/tests/TestCadObjects.py b/Libs/cadquery-lib/tests/TestCadObjects.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/tests/TestCadObjects.py rename to Libs/cadquery-lib/tests/TestCadObjects.py diff --git a/CadQuery/Libs/cadquery-lib/tests/TestCadQuery.py b/Libs/cadquery-lib/tests/TestCadQuery.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/tests/TestCadQuery.py rename to Libs/cadquery-lib/tests/TestCadQuery.py diff --git a/CadQuery/Libs/cadquery-lib/tests/TestExporters.py b/Libs/cadquery-lib/tests/TestExporters.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/tests/TestExporters.py rename to Libs/cadquery-lib/tests/TestExporters.py diff --git a/CadQuery/Libs/cadquery-lib/tests/TestImporters.py b/Libs/cadquery-lib/tests/TestImporters.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/tests/TestImporters.py rename to Libs/cadquery-lib/tests/TestImporters.py diff --git a/CadQuery/Libs/cadquery-lib/tests/TestWorkplanes.py b/Libs/cadquery-lib/tests/TestWorkplanes.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/tests/TestWorkplanes.py rename to Libs/cadquery-lib/tests/TestWorkplanes.py diff --git a/CadQuery/Libs/cadquery-lib/tests/__init__.py b/Libs/cadquery-lib/tests/__init__.py similarity index 100% rename from CadQuery/Libs/cadquery-lib/tests/__init__.py rename to Libs/cadquery-lib/tests/__init__.py diff --git a/CadQuery/Libs/docutils/__init__.py b/Libs/docutils/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/__init__.py rename to Libs/docutils/__init__.py diff --git a/CadQuery/Libs/docutils/_compat.py b/Libs/docutils/_compat.py similarity index 100% rename from CadQuery/Libs/docutils/_compat.py rename to Libs/docutils/_compat.py diff --git a/CadQuery/Libs/docutils/core.py b/Libs/docutils/core.py similarity index 100% rename from CadQuery/Libs/docutils/core.py rename to Libs/docutils/core.py diff --git a/CadQuery/Libs/docutils/examples.py b/Libs/docutils/examples.py similarity index 100% rename from CadQuery/Libs/docutils/examples.py rename to Libs/docutils/examples.py diff --git a/CadQuery/Libs/docutils/frontend.py b/Libs/docutils/frontend.py similarity index 100% rename from CadQuery/Libs/docutils/frontend.py rename to Libs/docutils/frontend.py diff --git a/CadQuery/Libs/docutils/io.py b/Libs/docutils/io.py similarity index 100% rename from CadQuery/Libs/docutils/io.py rename to Libs/docutils/io.py diff --git a/CadQuery/Libs/docutils/languages/__init__.py b/Libs/docutils/languages/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/languages/__init__.py rename to Libs/docutils/languages/__init__.py diff --git a/CadQuery/Libs/docutils/languages/af.py b/Libs/docutils/languages/af.py similarity index 100% rename from CadQuery/Libs/docutils/languages/af.py rename to Libs/docutils/languages/af.py diff --git a/CadQuery/Libs/docutils/languages/ca.py b/Libs/docutils/languages/ca.py similarity index 100% rename from CadQuery/Libs/docutils/languages/ca.py rename to Libs/docutils/languages/ca.py diff --git a/CadQuery/Libs/docutils/languages/cs.py b/Libs/docutils/languages/cs.py similarity index 100% rename from CadQuery/Libs/docutils/languages/cs.py rename to Libs/docutils/languages/cs.py diff --git a/CadQuery/Libs/docutils/languages/da.py b/Libs/docutils/languages/da.py similarity index 100% rename from CadQuery/Libs/docutils/languages/da.py rename to Libs/docutils/languages/da.py diff --git a/CadQuery/Libs/docutils/languages/de.py b/Libs/docutils/languages/de.py similarity index 100% rename from CadQuery/Libs/docutils/languages/de.py rename to Libs/docutils/languages/de.py diff --git a/CadQuery/Libs/docutils/languages/en.py b/Libs/docutils/languages/en.py similarity index 100% rename from CadQuery/Libs/docutils/languages/en.py rename to Libs/docutils/languages/en.py diff --git a/CadQuery/Libs/docutils/languages/eo.py b/Libs/docutils/languages/eo.py similarity index 100% rename from CadQuery/Libs/docutils/languages/eo.py rename to Libs/docutils/languages/eo.py diff --git a/CadQuery/Libs/docutils/languages/es.py b/Libs/docutils/languages/es.py similarity index 100% rename from CadQuery/Libs/docutils/languages/es.py rename to Libs/docutils/languages/es.py diff --git a/CadQuery/Libs/docutils/languages/fi.py b/Libs/docutils/languages/fi.py similarity index 100% rename from CadQuery/Libs/docutils/languages/fi.py rename to Libs/docutils/languages/fi.py diff --git a/CadQuery/Libs/docutils/languages/fr.py b/Libs/docutils/languages/fr.py similarity index 100% rename from CadQuery/Libs/docutils/languages/fr.py rename to Libs/docutils/languages/fr.py diff --git a/CadQuery/Libs/docutils/languages/gl.py b/Libs/docutils/languages/gl.py similarity index 100% rename from CadQuery/Libs/docutils/languages/gl.py rename to Libs/docutils/languages/gl.py diff --git a/CadQuery/Libs/docutils/languages/he.py b/Libs/docutils/languages/he.py similarity index 100% rename from CadQuery/Libs/docutils/languages/he.py rename to Libs/docutils/languages/he.py diff --git a/CadQuery/Libs/docutils/languages/it.py b/Libs/docutils/languages/it.py similarity index 100% rename from CadQuery/Libs/docutils/languages/it.py rename to Libs/docutils/languages/it.py diff --git a/CadQuery/Libs/docutils/languages/ja.py b/Libs/docutils/languages/ja.py similarity index 100% rename from CadQuery/Libs/docutils/languages/ja.py rename to Libs/docutils/languages/ja.py diff --git a/CadQuery/Libs/docutils/languages/lt.py b/Libs/docutils/languages/lt.py similarity index 100% rename from CadQuery/Libs/docutils/languages/lt.py rename to Libs/docutils/languages/lt.py diff --git a/CadQuery/Libs/docutils/languages/nl.py b/Libs/docutils/languages/nl.py similarity index 100% rename from CadQuery/Libs/docutils/languages/nl.py rename to Libs/docutils/languages/nl.py diff --git a/CadQuery/Libs/docutils/languages/pl.py b/Libs/docutils/languages/pl.py similarity index 100% rename from CadQuery/Libs/docutils/languages/pl.py rename to Libs/docutils/languages/pl.py diff --git a/CadQuery/Libs/docutils/languages/pt_br.py b/Libs/docutils/languages/pt_br.py similarity index 100% rename from CadQuery/Libs/docutils/languages/pt_br.py rename to Libs/docutils/languages/pt_br.py diff --git a/CadQuery/Libs/docutils/languages/ru.py b/Libs/docutils/languages/ru.py similarity index 100% rename from CadQuery/Libs/docutils/languages/ru.py rename to Libs/docutils/languages/ru.py diff --git a/CadQuery/Libs/docutils/languages/sk.py b/Libs/docutils/languages/sk.py similarity index 100% rename from CadQuery/Libs/docutils/languages/sk.py rename to Libs/docutils/languages/sk.py diff --git a/CadQuery/Libs/docutils/languages/sv.py b/Libs/docutils/languages/sv.py similarity index 100% rename from CadQuery/Libs/docutils/languages/sv.py rename to Libs/docutils/languages/sv.py diff --git a/CadQuery/Libs/docutils/languages/zh_cn.py b/Libs/docutils/languages/zh_cn.py similarity index 100% rename from CadQuery/Libs/docutils/languages/zh_cn.py rename to Libs/docutils/languages/zh_cn.py diff --git a/CadQuery/Libs/docutils/languages/zh_tw.py b/Libs/docutils/languages/zh_tw.py similarity index 100% rename from CadQuery/Libs/docutils/languages/zh_tw.py rename to Libs/docutils/languages/zh_tw.py diff --git a/CadQuery/Libs/docutils/nodes.py b/Libs/docutils/nodes.py similarity index 100% rename from CadQuery/Libs/docutils/nodes.py rename to Libs/docutils/nodes.py diff --git a/CadQuery/Libs/docutils/parsers/__init__.py b/Libs/docutils/parsers/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/__init__.py rename to Libs/docutils/parsers/__init__.py diff --git a/CadQuery/Libs/docutils/parsers/null.py b/Libs/docutils/parsers/null.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/null.py rename to Libs/docutils/parsers/null.py diff --git a/CadQuery/Libs/docutils/parsers/rst/__init__.py b/Libs/docutils/parsers/rst/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/__init__.py rename to Libs/docutils/parsers/rst/__init__.py diff --git a/CadQuery/Libs/docutils/parsers/rst/directives/__init__.py b/Libs/docutils/parsers/rst/directives/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/directives/__init__.py rename to Libs/docutils/parsers/rst/directives/__init__.py diff --git a/CadQuery/Libs/docutils/parsers/rst/directives/admonitions.py b/Libs/docutils/parsers/rst/directives/admonitions.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/directives/admonitions.py rename to Libs/docutils/parsers/rst/directives/admonitions.py diff --git a/CadQuery/Libs/docutils/parsers/rst/directives/body.py b/Libs/docutils/parsers/rst/directives/body.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/directives/body.py rename to Libs/docutils/parsers/rst/directives/body.py diff --git a/CadQuery/Libs/docutils/parsers/rst/directives/html.py b/Libs/docutils/parsers/rst/directives/html.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/directives/html.py rename to Libs/docutils/parsers/rst/directives/html.py diff --git a/CadQuery/Libs/docutils/parsers/rst/directives/images.py b/Libs/docutils/parsers/rst/directives/images.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/directives/images.py rename to Libs/docutils/parsers/rst/directives/images.py diff --git a/CadQuery/Libs/docutils/parsers/rst/directives/misc.py b/Libs/docutils/parsers/rst/directives/misc.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/directives/misc.py rename to Libs/docutils/parsers/rst/directives/misc.py diff --git a/CadQuery/Libs/docutils/parsers/rst/directives/parts.py b/Libs/docutils/parsers/rst/directives/parts.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/directives/parts.py rename to Libs/docutils/parsers/rst/directives/parts.py diff --git a/CadQuery/Libs/docutils/parsers/rst/directives/references.py b/Libs/docutils/parsers/rst/directives/references.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/directives/references.py rename to Libs/docutils/parsers/rst/directives/references.py diff --git a/CadQuery/Libs/docutils/parsers/rst/directives/tables.py b/Libs/docutils/parsers/rst/directives/tables.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/directives/tables.py rename to Libs/docutils/parsers/rst/directives/tables.py diff --git a/CadQuery/Libs/docutils/parsers/rst/include/README.txt b/Libs/docutils/parsers/rst/include/README.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/README.txt rename to Libs/docutils/parsers/rst/include/README.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isoamsa.txt b/Libs/docutils/parsers/rst/include/isoamsa.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isoamsa.txt rename to Libs/docutils/parsers/rst/include/isoamsa.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isoamsb.txt b/Libs/docutils/parsers/rst/include/isoamsb.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isoamsb.txt rename to Libs/docutils/parsers/rst/include/isoamsb.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isoamsc.txt b/Libs/docutils/parsers/rst/include/isoamsc.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isoamsc.txt rename to Libs/docutils/parsers/rst/include/isoamsc.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isoamsn.txt b/Libs/docutils/parsers/rst/include/isoamsn.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isoamsn.txt rename to Libs/docutils/parsers/rst/include/isoamsn.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isoamso.txt b/Libs/docutils/parsers/rst/include/isoamso.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isoamso.txt rename to Libs/docutils/parsers/rst/include/isoamso.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isoamsr.txt b/Libs/docutils/parsers/rst/include/isoamsr.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isoamsr.txt rename to Libs/docutils/parsers/rst/include/isoamsr.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isobox.txt b/Libs/docutils/parsers/rst/include/isobox.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isobox.txt rename to Libs/docutils/parsers/rst/include/isobox.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isocyr1.txt b/Libs/docutils/parsers/rst/include/isocyr1.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isocyr1.txt rename to Libs/docutils/parsers/rst/include/isocyr1.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isocyr2.txt b/Libs/docutils/parsers/rst/include/isocyr2.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isocyr2.txt rename to Libs/docutils/parsers/rst/include/isocyr2.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isodia.txt b/Libs/docutils/parsers/rst/include/isodia.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isodia.txt rename to Libs/docutils/parsers/rst/include/isodia.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isogrk1.txt b/Libs/docutils/parsers/rst/include/isogrk1.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isogrk1.txt rename to Libs/docutils/parsers/rst/include/isogrk1.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isogrk2.txt b/Libs/docutils/parsers/rst/include/isogrk2.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isogrk2.txt rename to Libs/docutils/parsers/rst/include/isogrk2.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isogrk3.txt b/Libs/docutils/parsers/rst/include/isogrk3.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isogrk3.txt rename to Libs/docutils/parsers/rst/include/isogrk3.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isogrk4-wide.txt b/Libs/docutils/parsers/rst/include/isogrk4-wide.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isogrk4-wide.txt rename to Libs/docutils/parsers/rst/include/isogrk4-wide.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isogrk4.txt b/Libs/docutils/parsers/rst/include/isogrk4.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isogrk4.txt rename to Libs/docutils/parsers/rst/include/isogrk4.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isolat1.txt b/Libs/docutils/parsers/rst/include/isolat1.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isolat1.txt rename to Libs/docutils/parsers/rst/include/isolat1.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isolat2.txt b/Libs/docutils/parsers/rst/include/isolat2.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isolat2.txt rename to Libs/docutils/parsers/rst/include/isolat2.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isomfrk-wide.txt b/Libs/docutils/parsers/rst/include/isomfrk-wide.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isomfrk-wide.txt rename to Libs/docutils/parsers/rst/include/isomfrk-wide.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isomfrk.txt b/Libs/docutils/parsers/rst/include/isomfrk.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isomfrk.txt rename to Libs/docutils/parsers/rst/include/isomfrk.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isomopf-wide.txt b/Libs/docutils/parsers/rst/include/isomopf-wide.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isomopf-wide.txt rename to Libs/docutils/parsers/rst/include/isomopf-wide.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isomopf.txt b/Libs/docutils/parsers/rst/include/isomopf.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isomopf.txt rename to Libs/docutils/parsers/rst/include/isomopf.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isomscr-wide.txt b/Libs/docutils/parsers/rst/include/isomscr-wide.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isomscr-wide.txt rename to Libs/docutils/parsers/rst/include/isomscr-wide.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isomscr.txt b/Libs/docutils/parsers/rst/include/isomscr.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isomscr.txt rename to Libs/docutils/parsers/rst/include/isomscr.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isonum.txt b/Libs/docutils/parsers/rst/include/isonum.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isonum.txt rename to Libs/docutils/parsers/rst/include/isonum.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isopub.txt b/Libs/docutils/parsers/rst/include/isopub.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isopub.txt rename to Libs/docutils/parsers/rst/include/isopub.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/isotech.txt b/Libs/docutils/parsers/rst/include/isotech.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/isotech.txt rename to Libs/docutils/parsers/rst/include/isotech.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/mmlalias.txt b/Libs/docutils/parsers/rst/include/mmlalias.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/mmlalias.txt rename to Libs/docutils/parsers/rst/include/mmlalias.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/mmlextra-wide.txt b/Libs/docutils/parsers/rst/include/mmlextra-wide.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/mmlextra-wide.txt rename to Libs/docutils/parsers/rst/include/mmlextra-wide.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/mmlextra.txt b/Libs/docutils/parsers/rst/include/mmlextra.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/mmlextra.txt rename to Libs/docutils/parsers/rst/include/mmlextra.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/s5defs.txt b/Libs/docutils/parsers/rst/include/s5defs.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/s5defs.txt rename to Libs/docutils/parsers/rst/include/s5defs.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/xhtml1-lat1.txt b/Libs/docutils/parsers/rst/include/xhtml1-lat1.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/xhtml1-lat1.txt rename to Libs/docutils/parsers/rst/include/xhtml1-lat1.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/xhtml1-special.txt b/Libs/docutils/parsers/rst/include/xhtml1-special.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/xhtml1-special.txt rename to Libs/docutils/parsers/rst/include/xhtml1-special.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/include/xhtml1-symbol.txt b/Libs/docutils/parsers/rst/include/xhtml1-symbol.txt similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/include/xhtml1-symbol.txt rename to Libs/docutils/parsers/rst/include/xhtml1-symbol.txt diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/__init__.py b/Libs/docutils/parsers/rst/languages/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/__init__.py rename to Libs/docutils/parsers/rst/languages/__init__.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/af.py b/Libs/docutils/parsers/rst/languages/af.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/af.py rename to Libs/docutils/parsers/rst/languages/af.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/ca.py b/Libs/docutils/parsers/rst/languages/ca.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/ca.py rename to Libs/docutils/parsers/rst/languages/ca.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/cs.py b/Libs/docutils/parsers/rst/languages/cs.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/cs.py rename to Libs/docutils/parsers/rst/languages/cs.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/da.py b/Libs/docutils/parsers/rst/languages/da.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/da.py rename to Libs/docutils/parsers/rst/languages/da.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/de.py b/Libs/docutils/parsers/rst/languages/de.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/de.py rename to Libs/docutils/parsers/rst/languages/de.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/en.py b/Libs/docutils/parsers/rst/languages/en.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/en.py rename to Libs/docutils/parsers/rst/languages/en.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/eo.py b/Libs/docutils/parsers/rst/languages/eo.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/eo.py rename to Libs/docutils/parsers/rst/languages/eo.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/es.py b/Libs/docutils/parsers/rst/languages/es.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/es.py rename to Libs/docutils/parsers/rst/languages/es.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/fi.py b/Libs/docutils/parsers/rst/languages/fi.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/fi.py rename to Libs/docutils/parsers/rst/languages/fi.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/fr.py b/Libs/docutils/parsers/rst/languages/fr.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/fr.py rename to Libs/docutils/parsers/rst/languages/fr.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/gl.py b/Libs/docutils/parsers/rst/languages/gl.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/gl.py rename to Libs/docutils/parsers/rst/languages/gl.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/he.py b/Libs/docutils/parsers/rst/languages/he.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/he.py rename to Libs/docutils/parsers/rst/languages/he.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/it.py b/Libs/docutils/parsers/rst/languages/it.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/it.py rename to Libs/docutils/parsers/rst/languages/it.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/ja.py b/Libs/docutils/parsers/rst/languages/ja.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/ja.py rename to Libs/docutils/parsers/rst/languages/ja.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/lt.py b/Libs/docutils/parsers/rst/languages/lt.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/lt.py rename to Libs/docutils/parsers/rst/languages/lt.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/nl.py b/Libs/docutils/parsers/rst/languages/nl.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/nl.py rename to Libs/docutils/parsers/rst/languages/nl.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/pl.py b/Libs/docutils/parsers/rst/languages/pl.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/pl.py rename to Libs/docutils/parsers/rst/languages/pl.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/pt_br.py b/Libs/docutils/parsers/rst/languages/pt_br.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/pt_br.py rename to Libs/docutils/parsers/rst/languages/pt_br.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/ru.py b/Libs/docutils/parsers/rst/languages/ru.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/ru.py rename to Libs/docutils/parsers/rst/languages/ru.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/sk.py b/Libs/docutils/parsers/rst/languages/sk.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/sk.py rename to Libs/docutils/parsers/rst/languages/sk.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/sv.py b/Libs/docutils/parsers/rst/languages/sv.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/sv.py rename to Libs/docutils/parsers/rst/languages/sv.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/zh_cn.py b/Libs/docutils/parsers/rst/languages/zh_cn.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/zh_cn.py rename to Libs/docutils/parsers/rst/languages/zh_cn.py diff --git a/CadQuery/Libs/docutils/parsers/rst/languages/zh_tw.py b/Libs/docutils/parsers/rst/languages/zh_tw.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/languages/zh_tw.py rename to Libs/docutils/parsers/rst/languages/zh_tw.py diff --git a/CadQuery/Libs/docutils/parsers/rst/roles.py b/Libs/docutils/parsers/rst/roles.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/roles.py rename to Libs/docutils/parsers/rst/roles.py diff --git a/CadQuery/Libs/docutils/parsers/rst/states.py b/Libs/docutils/parsers/rst/states.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/states.py rename to Libs/docutils/parsers/rst/states.py diff --git a/CadQuery/Libs/docutils/parsers/rst/tableparser.py b/Libs/docutils/parsers/rst/tableparser.py similarity index 100% rename from CadQuery/Libs/docutils/parsers/rst/tableparser.py rename to Libs/docutils/parsers/rst/tableparser.py diff --git a/CadQuery/Libs/docutils/readers/__init__.py b/Libs/docutils/readers/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/readers/__init__.py rename to Libs/docutils/readers/__init__.py diff --git a/CadQuery/Libs/docutils/readers/doctree.py b/Libs/docutils/readers/doctree.py similarity index 100% rename from CadQuery/Libs/docutils/readers/doctree.py rename to Libs/docutils/readers/doctree.py diff --git a/CadQuery/Libs/docutils/readers/pep.py b/Libs/docutils/readers/pep.py similarity index 100% rename from CadQuery/Libs/docutils/readers/pep.py rename to Libs/docutils/readers/pep.py diff --git a/CadQuery/Libs/docutils/readers/standalone.py b/Libs/docutils/readers/standalone.py similarity index 100% rename from CadQuery/Libs/docutils/readers/standalone.py rename to Libs/docutils/readers/standalone.py diff --git a/CadQuery/Libs/docutils/statemachine.py b/Libs/docutils/statemachine.py similarity index 100% rename from CadQuery/Libs/docutils/statemachine.py rename to Libs/docutils/statemachine.py diff --git a/CadQuery/Libs/docutils/transforms/__init__.py b/Libs/docutils/transforms/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/transforms/__init__.py rename to Libs/docutils/transforms/__init__.py diff --git a/CadQuery/Libs/docutils/transforms/components.py b/Libs/docutils/transforms/components.py similarity index 100% rename from CadQuery/Libs/docutils/transforms/components.py rename to Libs/docutils/transforms/components.py diff --git a/CadQuery/Libs/docutils/transforms/frontmatter.py b/Libs/docutils/transforms/frontmatter.py similarity index 100% rename from CadQuery/Libs/docutils/transforms/frontmatter.py rename to Libs/docutils/transforms/frontmatter.py diff --git a/CadQuery/Libs/docutils/transforms/misc.py b/Libs/docutils/transforms/misc.py similarity index 100% rename from CadQuery/Libs/docutils/transforms/misc.py rename to Libs/docutils/transforms/misc.py diff --git a/CadQuery/Libs/docutils/transforms/parts.py b/Libs/docutils/transforms/parts.py similarity index 100% rename from CadQuery/Libs/docutils/transforms/parts.py rename to Libs/docutils/transforms/parts.py diff --git a/CadQuery/Libs/docutils/transforms/peps.py b/Libs/docutils/transforms/peps.py similarity index 100% rename from CadQuery/Libs/docutils/transforms/peps.py rename to Libs/docutils/transforms/peps.py diff --git a/CadQuery/Libs/docutils/transforms/references.py b/Libs/docutils/transforms/references.py similarity index 100% rename from CadQuery/Libs/docutils/transforms/references.py rename to Libs/docutils/transforms/references.py diff --git a/CadQuery/Libs/docutils/transforms/universal.py b/Libs/docutils/transforms/universal.py similarity index 100% rename from CadQuery/Libs/docutils/transforms/universal.py rename to Libs/docutils/transforms/universal.py diff --git a/CadQuery/Libs/docutils/transforms/writer_aux.py b/Libs/docutils/transforms/writer_aux.py similarity index 100% rename from CadQuery/Libs/docutils/transforms/writer_aux.py rename to Libs/docutils/transforms/writer_aux.py diff --git a/CadQuery/Libs/docutils/utils/__init__.py b/Libs/docutils/utils/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/utils/__init__.py rename to Libs/docutils/utils/__init__.py diff --git a/CadQuery/Libs/docutils/utils/code_analyzer.py b/Libs/docutils/utils/code_analyzer.py similarity index 100% rename from CadQuery/Libs/docutils/utils/code_analyzer.py rename to Libs/docutils/utils/code_analyzer.py diff --git a/CadQuery/Libs/docutils/utils/error_reporting.py b/Libs/docutils/utils/error_reporting.py similarity index 100% rename from CadQuery/Libs/docutils/utils/error_reporting.py rename to Libs/docutils/utils/error_reporting.py diff --git a/CadQuery/Libs/docutils/utils/math/__init__.py b/Libs/docutils/utils/math/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/utils/math/__init__.py rename to Libs/docutils/utils/math/__init__.py diff --git a/CadQuery/Libs/docutils/utils/math/latex2mathml.py b/Libs/docutils/utils/math/latex2mathml.py similarity index 100% rename from CadQuery/Libs/docutils/utils/math/latex2mathml.py rename to Libs/docutils/utils/math/latex2mathml.py diff --git a/CadQuery/Libs/docutils/utils/math/math2html.py b/Libs/docutils/utils/math/math2html.py similarity index 100% rename from CadQuery/Libs/docutils/utils/math/math2html.py rename to Libs/docutils/utils/math/math2html.py diff --git a/CadQuery/Libs/docutils/utils/math/tex2unichar.py b/Libs/docutils/utils/math/tex2unichar.py similarity index 100% rename from CadQuery/Libs/docutils/utils/math/tex2unichar.py rename to Libs/docutils/utils/math/tex2unichar.py diff --git a/CadQuery/Libs/docutils/utils/math/unichar2tex.py b/Libs/docutils/utils/math/unichar2tex.py similarity index 100% rename from CadQuery/Libs/docutils/utils/math/unichar2tex.py rename to Libs/docutils/utils/math/unichar2tex.py diff --git a/CadQuery/Libs/docutils/utils/punctuation_chars.py b/Libs/docutils/utils/punctuation_chars.py similarity index 100% rename from CadQuery/Libs/docutils/utils/punctuation_chars.py rename to Libs/docutils/utils/punctuation_chars.py diff --git a/CadQuery/Libs/docutils/utils/roman.py b/Libs/docutils/utils/roman.py similarity index 100% rename from CadQuery/Libs/docutils/utils/roman.py rename to Libs/docutils/utils/roman.py diff --git a/CadQuery/Libs/docutils/utils/smartquotes.py b/Libs/docutils/utils/smartquotes.py similarity index 100% rename from CadQuery/Libs/docutils/utils/smartquotes.py rename to Libs/docutils/utils/smartquotes.py diff --git a/CadQuery/Libs/docutils/utils/urischemes.py b/Libs/docutils/utils/urischemes.py similarity index 100% rename from CadQuery/Libs/docutils/utils/urischemes.py rename to Libs/docutils/utils/urischemes.py diff --git a/CadQuery/Libs/docutils/writers/__init__.py b/Libs/docutils/writers/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/writers/__init__.py rename to Libs/docutils/writers/__init__.py diff --git a/CadQuery/Libs/docutils/writers/docutils_xml.py b/Libs/docutils/writers/docutils_xml.py similarity index 100% rename from CadQuery/Libs/docutils/writers/docutils_xml.py rename to Libs/docutils/writers/docutils_xml.py diff --git a/CadQuery/Libs/docutils/writers/html4css1/__init__.py b/Libs/docutils/writers/html4css1/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/writers/html4css1/__init__.py rename to Libs/docutils/writers/html4css1/__init__.py diff --git a/CadQuery/Libs/docutils/writers/html4css1/html4css1.css b/Libs/docutils/writers/html4css1/html4css1.css similarity index 100% rename from CadQuery/Libs/docutils/writers/html4css1/html4css1.css rename to Libs/docutils/writers/html4css1/html4css1.css diff --git a/CadQuery/Libs/docutils/writers/html4css1/math.css b/Libs/docutils/writers/html4css1/math.css similarity index 100% rename from CadQuery/Libs/docutils/writers/html4css1/math.css rename to Libs/docutils/writers/html4css1/math.css diff --git a/CadQuery/Libs/docutils/writers/html4css1/template.txt b/Libs/docutils/writers/html4css1/template.txt similarity index 100% rename from CadQuery/Libs/docutils/writers/html4css1/template.txt rename to Libs/docutils/writers/html4css1/template.txt diff --git a/CadQuery/Libs/docutils/writers/latex2e/__init__.py b/Libs/docutils/writers/latex2e/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/writers/latex2e/__init__.py rename to Libs/docutils/writers/latex2e/__init__.py diff --git a/CadQuery/Libs/docutils/writers/latex2e/default.tex b/Libs/docutils/writers/latex2e/default.tex similarity index 100% rename from CadQuery/Libs/docutils/writers/latex2e/default.tex rename to Libs/docutils/writers/latex2e/default.tex diff --git a/CadQuery/Libs/docutils/writers/latex2e/titlepage.tex b/Libs/docutils/writers/latex2e/titlepage.tex similarity index 100% rename from CadQuery/Libs/docutils/writers/latex2e/titlepage.tex rename to Libs/docutils/writers/latex2e/titlepage.tex diff --git a/CadQuery/Libs/docutils/writers/latex2e/xelatex.tex b/Libs/docutils/writers/latex2e/xelatex.tex similarity index 100% rename from CadQuery/Libs/docutils/writers/latex2e/xelatex.tex rename to Libs/docutils/writers/latex2e/xelatex.tex diff --git a/CadQuery/Libs/docutils/writers/manpage.py b/Libs/docutils/writers/manpage.py similarity index 100% rename from CadQuery/Libs/docutils/writers/manpage.py rename to Libs/docutils/writers/manpage.py diff --git a/CadQuery/Libs/docutils/writers/null.py b/Libs/docutils/writers/null.py similarity index 100% rename from CadQuery/Libs/docutils/writers/null.py rename to Libs/docutils/writers/null.py diff --git a/CadQuery/Libs/docutils/writers/odf_odt/__init__.py b/Libs/docutils/writers/odf_odt/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/writers/odf_odt/__init__.py rename to Libs/docutils/writers/odf_odt/__init__.py diff --git a/CadQuery/Libs/docutils/writers/odf_odt/pygmentsformatter.py b/Libs/docutils/writers/odf_odt/pygmentsformatter.py similarity index 100% rename from CadQuery/Libs/docutils/writers/odf_odt/pygmentsformatter.py rename to Libs/docutils/writers/odf_odt/pygmentsformatter.py diff --git a/CadQuery/Libs/docutils/writers/odf_odt/styles.odt b/Libs/docutils/writers/odf_odt/styles.odt similarity index 100% rename from CadQuery/Libs/docutils/writers/odf_odt/styles.odt rename to Libs/docutils/writers/odf_odt/styles.odt diff --git a/CadQuery/Libs/docutils/writers/pep_html/__init__.py b/Libs/docutils/writers/pep_html/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/writers/pep_html/__init__.py rename to Libs/docutils/writers/pep_html/__init__.py diff --git a/CadQuery/Libs/docutils/writers/pep_html/pep.css b/Libs/docutils/writers/pep_html/pep.css similarity index 100% rename from CadQuery/Libs/docutils/writers/pep_html/pep.css rename to Libs/docutils/writers/pep_html/pep.css diff --git a/CadQuery/Libs/docutils/writers/pep_html/template.txt b/Libs/docutils/writers/pep_html/template.txt similarity index 100% rename from CadQuery/Libs/docutils/writers/pep_html/template.txt rename to Libs/docutils/writers/pep_html/template.txt diff --git a/CadQuery/Libs/docutils/writers/pseudoxml.py b/Libs/docutils/writers/pseudoxml.py similarity index 100% rename from CadQuery/Libs/docutils/writers/pseudoxml.py rename to Libs/docutils/writers/pseudoxml.py diff --git a/CadQuery/Libs/docutils/writers/s5_html/__init__.py b/Libs/docutils/writers/s5_html/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/__init__.py rename to Libs/docutils/writers/s5_html/__init__.py diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/README.txt b/Libs/docutils/writers/s5_html/themes/README.txt similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/README.txt rename to Libs/docutils/writers/s5_html/themes/README.txt diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/big-black/__base__ b/Libs/docutils/writers/s5_html/themes/big-black/__base__ similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/big-black/__base__ rename to Libs/docutils/writers/s5_html/themes/big-black/__base__ diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/big-black/framing.css b/Libs/docutils/writers/s5_html/themes/big-black/framing.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/big-black/framing.css rename to Libs/docutils/writers/s5_html/themes/big-black/framing.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/big-black/pretty.css b/Libs/docutils/writers/s5_html/themes/big-black/pretty.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/big-black/pretty.css rename to Libs/docutils/writers/s5_html/themes/big-black/pretty.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/big-white/framing.css b/Libs/docutils/writers/s5_html/themes/big-white/framing.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/big-white/framing.css rename to Libs/docutils/writers/s5_html/themes/big-white/framing.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/big-white/pretty.css b/Libs/docutils/writers/s5_html/themes/big-white/pretty.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/big-white/pretty.css rename to Libs/docutils/writers/s5_html/themes/big-white/pretty.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/default/blank.gif b/Libs/docutils/writers/s5_html/themes/default/blank.gif similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/default/blank.gif rename to Libs/docutils/writers/s5_html/themes/default/blank.gif diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/default/framing.css b/Libs/docutils/writers/s5_html/themes/default/framing.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/default/framing.css rename to Libs/docutils/writers/s5_html/themes/default/framing.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/default/iepngfix.htc b/Libs/docutils/writers/s5_html/themes/default/iepngfix.htc similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/default/iepngfix.htc rename to Libs/docutils/writers/s5_html/themes/default/iepngfix.htc diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/default/opera.css b/Libs/docutils/writers/s5_html/themes/default/opera.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/default/opera.css rename to Libs/docutils/writers/s5_html/themes/default/opera.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/default/outline.css b/Libs/docutils/writers/s5_html/themes/default/outline.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/default/outline.css rename to Libs/docutils/writers/s5_html/themes/default/outline.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/default/pretty.css b/Libs/docutils/writers/s5_html/themes/default/pretty.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/default/pretty.css rename to Libs/docutils/writers/s5_html/themes/default/pretty.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/default/print.css b/Libs/docutils/writers/s5_html/themes/default/print.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/default/print.css rename to Libs/docutils/writers/s5_html/themes/default/print.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/default/s5-core.css b/Libs/docutils/writers/s5_html/themes/default/s5-core.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/default/s5-core.css rename to Libs/docutils/writers/s5_html/themes/default/s5-core.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/default/slides.css b/Libs/docutils/writers/s5_html/themes/default/slides.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/default/slides.css rename to Libs/docutils/writers/s5_html/themes/default/slides.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/default/slides.js b/Libs/docutils/writers/s5_html/themes/default/slides.js similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/default/slides.js rename to Libs/docutils/writers/s5_html/themes/default/slides.js diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/medium-black/__base__ b/Libs/docutils/writers/s5_html/themes/medium-black/__base__ similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/medium-black/__base__ rename to Libs/docutils/writers/s5_html/themes/medium-black/__base__ diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/medium-black/pretty.css b/Libs/docutils/writers/s5_html/themes/medium-black/pretty.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/medium-black/pretty.css rename to Libs/docutils/writers/s5_html/themes/medium-black/pretty.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/medium-white/framing.css b/Libs/docutils/writers/s5_html/themes/medium-white/framing.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/medium-white/framing.css rename to Libs/docutils/writers/s5_html/themes/medium-white/framing.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/medium-white/pretty.css b/Libs/docutils/writers/s5_html/themes/medium-white/pretty.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/medium-white/pretty.css rename to Libs/docutils/writers/s5_html/themes/medium-white/pretty.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/small-black/__base__ b/Libs/docutils/writers/s5_html/themes/small-black/__base__ similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/small-black/__base__ rename to Libs/docutils/writers/s5_html/themes/small-black/__base__ diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/small-black/pretty.css b/Libs/docutils/writers/s5_html/themes/small-black/pretty.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/small-black/pretty.css rename to Libs/docutils/writers/s5_html/themes/small-black/pretty.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/small-white/framing.css b/Libs/docutils/writers/s5_html/themes/small-white/framing.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/small-white/framing.css rename to Libs/docutils/writers/s5_html/themes/small-white/framing.css diff --git a/CadQuery/Libs/docutils/writers/s5_html/themes/small-white/pretty.css b/Libs/docutils/writers/s5_html/themes/small-white/pretty.css similarity index 100% rename from CadQuery/Libs/docutils/writers/s5_html/themes/small-white/pretty.css rename to Libs/docutils/writers/s5_html/themes/small-white/pretty.css diff --git a/CadQuery/Libs/docutils/writers/xetex/__init__.py b/Libs/docutils/writers/xetex/__init__.py similarity index 100% rename from CadQuery/Libs/docutils/writers/xetex/__init__.py rename to Libs/docutils/writers/xetex/__init__.py diff --git a/CadQuery/Libs/future/__init__.py b/Libs/future/__init__.py similarity index 100% rename from CadQuery/Libs/future/__init__.py rename to Libs/future/__init__.py diff --git a/CadQuery/Libs/future/backports/__init__.py b/Libs/future/backports/__init__.py similarity index 100% rename from CadQuery/Libs/future/backports/__init__.py rename to Libs/future/backports/__init__.py diff --git a/CadQuery/Libs/future/backports/_markupbase.py b/Libs/future/backports/_markupbase.py similarity index 100% rename from CadQuery/Libs/future/backports/_markupbase.py rename to Libs/future/backports/_markupbase.py diff --git a/CadQuery/Libs/future/backports/datetime.py b/Libs/future/backports/datetime.py similarity index 100% rename from CadQuery/Libs/future/backports/datetime.py rename to Libs/future/backports/datetime.py diff --git a/CadQuery/Libs/future/backports/email/__init__.py b/Libs/future/backports/email/__init__.py similarity index 100% rename from CadQuery/Libs/future/backports/email/__init__.py rename to Libs/future/backports/email/__init__.py diff --git a/CadQuery/Libs/future/backports/email/_encoded_words.py b/Libs/future/backports/email/_encoded_words.py similarity index 100% rename from CadQuery/Libs/future/backports/email/_encoded_words.py rename to Libs/future/backports/email/_encoded_words.py diff --git a/CadQuery/Libs/future/backports/email/_header_value_parser.py b/Libs/future/backports/email/_header_value_parser.py similarity index 100% rename from CadQuery/Libs/future/backports/email/_header_value_parser.py rename to Libs/future/backports/email/_header_value_parser.py diff --git a/CadQuery/Libs/future/backports/email/_parseaddr.py b/Libs/future/backports/email/_parseaddr.py similarity index 100% rename from CadQuery/Libs/future/backports/email/_parseaddr.py rename to Libs/future/backports/email/_parseaddr.py diff --git a/CadQuery/Libs/future/backports/email/_policybase.py b/Libs/future/backports/email/_policybase.py similarity index 100% rename from CadQuery/Libs/future/backports/email/_policybase.py rename to Libs/future/backports/email/_policybase.py diff --git a/CadQuery/Libs/future/backports/email/base64mime.py b/Libs/future/backports/email/base64mime.py similarity index 100% rename from CadQuery/Libs/future/backports/email/base64mime.py rename to Libs/future/backports/email/base64mime.py diff --git a/CadQuery/Libs/future/backports/email/charset.py b/Libs/future/backports/email/charset.py similarity index 100% rename from CadQuery/Libs/future/backports/email/charset.py rename to Libs/future/backports/email/charset.py diff --git a/CadQuery/Libs/future/backports/email/encoders.py b/Libs/future/backports/email/encoders.py similarity index 100% rename from CadQuery/Libs/future/backports/email/encoders.py rename to Libs/future/backports/email/encoders.py diff --git a/CadQuery/Libs/future/backports/email/errors.py b/Libs/future/backports/email/errors.py similarity index 100% rename from CadQuery/Libs/future/backports/email/errors.py rename to Libs/future/backports/email/errors.py diff --git a/CadQuery/Libs/future/backports/email/feedparser.py b/Libs/future/backports/email/feedparser.py similarity index 100% rename from CadQuery/Libs/future/backports/email/feedparser.py rename to Libs/future/backports/email/feedparser.py diff --git a/CadQuery/Libs/future/backports/email/generator.py b/Libs/future/backports/email/generator.py similarity index 100% rename from CadQuery/Libs/future/backports/email/generator.py rename to Libs/future/backports/email/generator.py diff --git a/CadQuery/Libs/future/backports/email/header.py b/Libs/future/backports/email/header.py similarity index 100% rename from CadQuery/Libs/future/backports/email/header.py rename to Libs/future/backports/email/header.py diff --git a/CadQuery/Libs/future/backports/email/headerregistry.py b/Libs/future/backports/email/headerregistry.py similarity index 100% rename from CadQuery/Libs/future/backports/email/headerregistry.py rename to Libs/future/backports/email/headerregistry.py diff --git a/CadQuery/Libs/future/backports/email/iterators.py b/Libs/future/backports/email/iterators.py similarity index 100% rename from CadQuery/Libs/future/backports/email/iterators.py rename to Libs/future/backports/email/iterators.py diff --git a/CadQuery/Libs/future/backports/email/message.py b/Libs/future/backports/email/message.py similarity index 100% rename from CadQuery/Libs/future/backports/email/message.py rename to Libs/future/backports/email/message.py diff --git a/CadQuery/Libs/future/backports/email/mime/__init__.py b/Libs/future/backports/email/mime/__init__.py similarity index 100% rename from CadQuery/Libs/future/backports/email/mime/__init__.py rename to Libs/future/backports/email/mime/__init__.py diff --git a/CadQuery/Libs/future/backports/email/mime/application.py b/Libs/future/backports/email/mime/application.py similarity index 100% rename from CadQuery/Libs/future/backports/email/mime/application.py rename to Libs/future/backports/email/mime/application.py diff --git a/CadQuery/Libs/future/backports/email/mime/audio.py b/Libs/future/backports/email/mime/audio.py similarity index 100% rename from CadQuery/Libs/future/backports/email/mime/audio.py rename to Libs/future/backports/email/mime/audio.py diff --git a/CadQuery/Libs/future/backports/email/mime/base.py b/Libs/future/backports/email/mime/base.py similarity index 100% rename from CadQuery/Libs/future/backports/email/mime/base.py rename to Libs/future/backports/email/mime/base.py diff --git a/CadQuery/Libs/future/backports/email/mime/image.py b/Libs/future/backports/email/mime/image.py similarity index 100% rename from CadQuery/Libs/future/backports/email/mime/image.py rename to Libs/future/backports/email/mime/image.py diff --git a/CadQuery/Libs/future/backports/email/mime/message.py b/Libs/future/backports/email/mime/message.py similarity index 100% rename from CadQuery/Libs/future/backports/email/mime/message.py rename to Libs/future/backports/email/mime/message.py diff --git a/CadQuery/Libs/future/backports/email/mime/multipart.py b/Libs/future/backports/email/mime/multipart.py similarity index 100% rename from CadQuery/Libs/future/backports/email/mime/multipart.py rename to Libs/future/backports/email/mime/multipart.py diff --git a/CadQuery/Libs/future/backports/email/mime/nonmultipart.py b/Libs/future/backports/email/mime/nonmultipart.py similarity index 100% rename from CadQuery/Libs/future/backports/email/mime/nonmultipart.py rename to Libs/future/backports/email/mime/nonmultipart.py diff --git a/CadQuery/Libs/future/backports/email/mime/text.py b/Libs/future/backports/email/mime/text.py similarity index 100% rename from CadQuery/Libs/future/backports/email/mime/text.py rename to Libs/future/backports/email/mime/text.py diff --git a/CadQuery/Libs/future/backports/email/parser.py b/Libs/future/backports/email/parser.py similarity index 100% rename from CadQuery/Libs/future/backports/email/parser.py rename to Libs/future/backports/email/parser.py diff --git a/CadQuery/Libs/future/backports/email/policy.py b/Libs/future/backports/email/policy.py similarity index 100% rename from CadQuery/Libs/future/backports/email/policy.py rename to Libs/future/backports/email/policy.py diff --git a/CadQuery/Libs/future/backports/email/quoprimime.py b/Libs/future/backports/email/quoprimime.py similarity index 100% rename from CadQuery/Libs/future/backports/email/quoprimime.py rename to Libs/future/backports/email/quoprimime.py diff --git a/CadQuery/Libs/future/backports/email/utils.py b/Libs/future/backports/email/utils.py similarity index 100% rename from CadQuery/Libs/future/backports/email/utils.py rename to Libs/future/backports/email/utils.py diff --git a/CadQuery/Libs/future/backports/html/__init__.py b/Libs/future/backports/html/__init__.py similarity index 100% rename from CadQuery/Libs/future/backports/html/__init__.py rename to Libs/future/backports/html/__init__.py diff --git a/CadQuery/Libs/future/backports/html/entities.py b/Libs/future/backports/html/entities.py similarity index 100% rename from CadQuery/Libs/future/backports/html/entities.py rename to Libs/future/backports/html/entities.py diff --git a/CadQuery/Libs/future/backports/html/parser.py b/Libs/future/backports/html/parser.py similarity index 100% rename from CadQuery/Libs/future/backports/html/parser.py rename to Libs/future/backports/html/parser.py diff --git a/CadQuery/Libs/future/backports/http/__init__.py b/Libs/future/backports/http/__init__.py similarity index 100% rename from CadQuery/Libs/future/backports/http/__init__.py rename to Libs/future/backports/http/__init__.py diff --git a/CadQuery/Libs/future/backports/http/client.py b/Libs/future/backports/http/client.py similarity index 100% rename from CadQuery/Libs/future/backports/http/client.py rename to Libs/future/backports/http/client.py diff --git a/CadQuery/Libs/future/backports/http/cookiejar.py b/Libs/future/backports/http/cookiejar.py similarity index 100% rename from CadQuery/Libs/future/backports/http/cookiejar.py rename to Libs/future/backports/http/cookiejar.py diff --git a/CadQuery/Libs/future/backports/http/cookies.py b/Libs/future/backports/http/cookies.py similarity index 100% rename from CadQuery/Libs/future/backports/http/cookies.py rename to Libs/future/backports/http/cookies.py diff --git a/CadQuery/Libs/future/backports/http/server.py b/Libs/future/backports/http/server.py similarity index 100% rename from CadQuery/Libs/future/backports/http/server.py rename to Libs/future/backports/http/server.py diff --git a/CadQuery/Libs/future/backports/misc.py b/Libs/future/backports/misc.py similarity index 100% rename from CadQuery/Libs/future/backports/misc.py rename to Libs/future/backports/misc.py diff --git a/CadQuery/Libs/future/backports/socket.py b/Libs/future/backports/socket.py similarity index 100% rename from CadQuery/Libs/future/backports/socket.py rename to Libs/future/backports/socket.py diff --git a/CadQuery/Libs/future/backports/socketserver.py b/Libs/future/backports/socketserver.py similarity index 100% rename from CadQuery/Libs/future/backports/socketserver.py rename to Libs/future/backports/socketserver.py diff --git a/CadQuery/Libs/future/backports/test/__init__.py b/Libs/future/backports/test/__init__.py similarity index 100% rename from CadQuery/Libs/future/backports/test/__init__.py rename to Libs/future/backports/test/__init__.py diff --git a/CadQuery/Libs/future/backports/test/badcert.pem b/Libs/future/backports/test/badcert.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/badcert.pem rename to Libs/future/backports/test/badcert.pem diff --git a/CadQuery/Libs/future/backports/test/badkey.pem b/Libs/future/backports/test/badkey.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/badkey.pem rename to Libs/future/backports/test/badkey.pem diff --git a/CadQuery/Libs/future/backports/test/dh512.pem b/Libs/future/backports/test/dh512.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/dh512.pem rename to Libs/future/backports/test/dh512.pem diff --git a/CadQuery/Libs/future/backports/test/https_svn_python_org_root.pem b/Libs/future/backports/test/https_svn_python_org_root.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/https_svn_python_org_root.pem rename to Libs/future/backports/test/https_svn_python_org_root.pem diff --git a/CadQuery/Libs/future/backports/test/keycert.passwd.pem b/Libs/future/backports/test/keycert.passwd.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/keycert.passwd.pem rename to Libs/future/backports/test/keycert.passwd.pem diff --git a/CadQuery/Libs/future/backports/test/keycert.pem b/Libs/future/backports/test/keycert.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/keycert.pem rename to Libs/future/backports/test/keycert.pem diff --git a/CadQuery/Libs/future/backports/test/keycert2.pem b/Libs/future/backports/test/keycert2.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/keycert2.pem rename to Libs/future/backports/test/keycert2.pem diff --git a/CadQuery/Libs/future/backports/test/nokia.pem b/Libs/future/backports/test/nokia.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/nokia.pem rename to Libs/future/backports/test/nokia.pem diff --git a/CadQuery/Libs/future/backports/test/nullbytecert.pem b/Libs/future/backports/test/nullbytecert.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/nullbytecert.pem rename to Libs/future/backports/test/nullbytecert.pem diff --git a/CadQuery/Libs/future/backports/test/nullcert.pem b/Libs/future/backports/test/nullcert.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/nullcert.pem rename to Libs/future/backports/test/nullcert.pem diff --git a/CadQuery/Libs/future/backports/test/pystone.py b/Libs/future/backports/test/pystone.py similarity index 100% rename from CadQuery/Libs/future/backports/test/pystone.py rename to Libs/future/backports/test/pystone.py diff --git a/CadQuery/Libs/future/backports/test/sha256.pem b/Libs/future/backports/test/sha256.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/sha256.pem rename to Libs/future/backports/test/sha256.pem diff --git a/CadQuery/Libs/future/backports/test/ssl_cert.pem b/Libs/future/backports/test/ssl_cert.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/ssl_cert.pem rename to Libs/future/backports/test/ssl_cert.pem diff --git a/CadQuery/Libs/future/backports/test/ssl_key.passwd.pem b/Libs/future/backports/test/ssl_key.passwd.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/ssl_key.passwd.pem rename to Libs/future/backports/test/ssl_key.passwd.pem diff --git a/CadQuery/Libs/future/backports/test/ssl_key.pem b/Libs/future/backports/test/ssl_key.pem similarity index 100% rename from CadQuery/Libs/future/backports/test/ssl_key.pem rename to Libs/future/backports/test/ssl_key.pem diff --git a/CadQuery/Libs/future/backports/test/ssl_servers.py b/Libs/future/backports/test/ssl_servers.py similarity index 100% rename from CadQuery/Libs/future/backports/test/ssl_servers.py rename to Libs/future/backports/test/ssl_servers.py diff --git a/CadQuery/Libs/future/backports/test/support.py b/Libs/future/backports/test/support.py similarity index 100% rename from CadQuery/Libs/future/backports/test/support.py rename to Libs/future/backports/test/support.py diff --git a/CadQuery/Libs/future/backports/total_ordering.py b/Libs/future/backports/total_ordering.py similarity index 100% rename from CadQuery/Libs/future/backports/total_ordering.py rename to Libs/future/backports/total_ordering.py diff --git a/CadQuery/Libs/future/backports/urllib/__init__.py b/Libs/future/backports/urllib/__init__.py similarity index 100% rename from CadQuery/Libs/future/backports/urllib/__init__.py rename to Libs/future/backports/urllib/__init__.py diff --git a/CadQuery/Libs/future/backports/urllib/error.py b/Libs/future/backports/urllib/error.py similarity index 100% rename from CadQuery/Libs/future/backports/urllib/error.py rename to Libs/future/backports/urllib/error.py diff --git a/CadQuery/Libs/future/backports/urllib/parse.py b/Libs/future/backports/urllib/parse.py similarity index 100% rename from CadQuery/Libs/future/backports/urllib/parse.py rename to Libs/future/backports/urllib/parse.py diff --git a/CadQuery/Libs/future/backports/urllib/request.py b/Libs/future/backports/urllib/request.py similarity index 100% rename from CadQuery/Libs/future/backports/urllib/request.py rename to Libs/future/backports/urllib/request.py diff --git a/CadQuery/Libs/future/backports/urllib/response.py b/Libs/future/backports/urllib/response.py similarity index 100% rename from CadQuery/Libs/future/backports/urllib/response.py rename to Libs/future/backports/urllib/response.py diff --git a/CadQuery/Libs/future/backports/urllib/robotparser.py b/Libs/future/backports/urllib/robotparser.py similarity index 100% rename from CadQuery/Libs/future/backports/urllib/robotparser.py rename to Libs/future/backports/urllib/robotparser.py diff --git a/CadQuery/Libs/future/backports/xmlrpc/__init__.py b/Libs/future/backports/xmlrpc/__init__.py similarity index 100% rename from CadQuery/Libs/future/backports/xmlrpc/__init__.py rename to Libs/future/backports/xmlrpc/__init__.py diff --git a/CadQuery/Libs/future/backports/xmlrpc/client.py b/Libs/future/backports/xmlrpc/client.py similarity index 100% rename from CadQuery/Libs/future/backports/xmlrpc/client.py rename to Libs/future/backports/xmlrpc/client.py diff --git a/CadQuery/Libs/future/backports/xmlrpc/server.py b/Libs/future/backports/xmlrpc/server.py similarity index 100% rename from CadQuery/Libs/future/backports/xmlrpc/server.py rename to Libs/future/backports/xmlrpc/server.py diff --git a/CadQuery/Libs/future/builtins/__init__.py b/Libs/future/builtins/__init__.py similarity index 100% rename from CadQuery/Libs/future/builtins/__init__.py rename to Libs/future/builtins/__init__.py diff --git a/CadQuery/Libs/future/builtins/disabled.py b/Libs/future/builtins/disabled.py similarity index 100% rename from CadQuery/Libs/future/builtins/disabled.py rename to Libs/future/builtins/disabled.py diff --git a/CadQuery/Libs/future/builtins/iterators.py b/Libs/future/builtins/iterators.py similarity index 100% rename from CadQuery/Libs/future/builtins/iterators.py rename to Libs/future/builtins/iterators.py diff --git a/CadQuery/Libs/future/builtins/misc.py b/Libs/future/builtins/misc.py similarity index 100% rename from CadQuery/Libs/future/builtins/misc.py rename to Libs/future/builtins/misc.py diff --git a/CadQuery/Libs/future/builtins/newnext.py b/Libs/future/builtins/newnext.py similarity index 100% rename from CadQuery/Libs/future/builtins/newnext.py rename to Libs/future/builtins/newnext.py diff --git a/CadQuery/Libs/future/builtins/newround.py b/Libs/future/builtins/newround.py similarity index 100% rename from CadQuery/Libs/future/builtins/newround.py rename to Libs/future/builtins/newround.py diff --git a/CadQuery/Libs/future/builtins/newsuper.py b/Libs/future/builtins/newsuper.py similarity index 100% rename from CadQuery/Libs/future/builtins/newsuper.py rename to Libs/future/builtins/newsuper.py diff --git a/CadQuery/Libs/future/moves/__init__.py b/Libs/future/moves/__init__.py similarity index 100% rename from CadQuery/Libs/future/moves/__init__.py rename to Libs/future/moves/__init__.py diff --git a/CadQuery/Libs/future/moves/_dummy_thread.py b/Libs/future/moves/_dummy_thread.py similarity index 100% rename from CadQuery/Libs/future/moves/_dummy_thread.py rename to Libs/future/moves/_dummy_thread.py diff --git a/CadQuery/Libs/future/moves/_markupbase.py b/Libs/future/moves/_markupbase.py similarity index 100% rename from CadQuery/Libs/future/moves/_markupbase.py rename to Libs/future/moves/_markupbase.py diff --git a/CadQuery/Libs/future/moves/_thread.py b/Libs/future/moves/_thread.py similarity index 100% rename from CadQuery/Libs/future/moves/_thread.py rename to Libs/future/moves/_thread.py diff --git a/CadQuery/Libs/future/moves/builtins.py b/Libs/future/moves/builtins.py similarity index 100% rename from CadQuery/Libs/future/moves/builtins.py rename to Libs/future/moves/builtins.py diff --git a/CadQuery/Libs/future/moves/collections.py b/Libs/future/moves/collections.py similarity index 100% rename from CadQuery/Libs/future/moves/collections.py rename to Libs/future/moves/collections.py diff --git a/CadQuery/Libs/future/moves/configparser.py b/Libs/future/moves/configparser.py similarity index 100% rename from CadQuery/Libs/future/moves/configparser.py rename to Libs/future/moves/configparser.py diff --git a/CadQuery/Libs/future/moves/copyreg.py b/Libs/future/moves/copyreg.py similarity index 100% rename from CadQuery/Libs/future/moves/copyreg.py rename to Libs/future/moves/copyreg.py diff --git a/CadQuery/Libs/future/moves/dbm/__init__.py b/Libs/future/moves/dbm/__init__.py similarity index 100% rename from CadQuery/Libs/future/moves/dbm/__init__.py rename to Libs/future/moves/dbm/__init__.py diff --git a/CadQuery/Libs/future/moves/dbm/dumb.py b/Libs/future/moves/dbm/dumb.py similarity index 100% rename from CadQuery/Libs/future/moves/dbm/dumb.py rename to Libs/future/moves/dbm/dumb.py diff --git a/CadQuery/Libs/future/moves/dbm/gnu.py b/Libs/future/moves/dbm/gnu.py similarity index 100% rename from CadQuery/Libs/future/moves/dbm/gnu.py rename to Libs/future/moves/dbm/gnu.py diff --git a/CadQuery/Libs/future/moves/dbm/ndbm.py b/Libs/future/moves/dbm/ndbm.py similarity index 100% rename from CadQuery/Libs/future/moves/dbm/ndbm.py rename to Libs/future/moves/dbm/ndbm.py diff --git a/CadQuery/Libs/future/moves/html/__init__.py b/Libs/future/moves/html/__init__.py similarity index 100% rename from CadQuery/Libs/future/moves/html/__init__.py rename to Libs/future/moves/html/__init__.py diff --git a/CadQuery/Libs/future/moves/html/entities.py b/Libs/future/moves/html/entities.py similarity index 100% rename from CadQuery/Libs/future/moves/html/entities.py rename to Libs/future/moves/html/entities.py diff --git a/CadQuery/Libs/future/moves/html/parser.py b/Libs/future/moves/html/parser.py similarity index 100% rename from CadQuery/Libs/future/moves/html/parser.py rename to Libs/future/moves/html/parser.py diff --git a/CadQuery/Libs/future/moves/http/__init__.py b/Libs/future/moves/http/__init__.py similarity index 100% rename from CadQuery/Libs/future/moves/http/__init__.py rename to Libs/future/moves/http/__init__.py diff --git a/CadQuery/Libs/future/moves/http/client.py b/Libs/future/moves/http/client.py similarity index 100% rename from CadQuery/Libs/future/moves/http/client.py rename to Libs/future/moves/http/client.py diff --git a/CadQuery/Libs/future/moves/http/cookiejar.py b/Libs/future/moves/http/cookiejar.py similarity index 100% rename from CadQuery/Libs/future/moves/http/cookiejar.py rename to Libs/future/moves/http/cookiejar.py diff --git a/CadQuery/Libs/future/moves/http/cookies.py b/Libs/future/moves/http/cookies.py similarity index 100% rename from CadQuery/Libs/future/moves/http/cookies.py rename to Libs/future/moves/http/cookies.py diff --git a/CadQuery/Libs/future/moves/http/server.py b/Libs/future/moves/http/server.py similarity index 100% rename from CadQuery/Libs/future/moves/http/server.py rename to Libs/future/moves/http/server.py diff --git a/CadQuery/Libs/future/moves/itertools.py b/Libs/future/moves/itertools.py similarity index 100% rename from CadQuery/Libs/future/moves/itertools.py rename to Libs/future/moves/itertools.py diff --git a/CadQuery/Libs/future/moves/pickle.py b/Libs/future/moves/pickle.py similarity index 100% rename from CadQuery/Libs/future/moves/pickle.py rename to Libs/future/moves/pickle.py diff --git a/CadQuery/Libs/future/moves/queue.py b/Libs/future/moves/queue.py similarity index 100% rename from CadQuery/Libs/future/moves/queue.py rename to Libs/future/moves/queue.py diff --git a/CadQuery/Libs/future/moves/reprlib.py b/Libs/future/moves/reprlib.py similarity index 100% rename from CadQuery/Libs/future/moves/reprlib.py rename to Libs/future/moves/reprlib.py diff --git a/CadQuery/Libs/future/moves/socketserver.py b/Libs/future/moves/socketserver.py similarity index 100% rename from CadQuery/Libs/future/moves/socketserver.py rename to Libs/future/moves/socketserver.py diff --git a/CadQuery/Libs/future/moves/subprocess.py b/Libs/future/moves/subprocess.py similarity index 100% rename from CadQuery/Libs/future/moves/subprocess.py rename to Libs/future/moves/subprocess.py diff --git a/CadQuery/Libs/future/moves/sys.py b/Libs/future/moves/sys.py similarity index 100% rename from CadQuery/Libs/future/moves/sys.py rename to Libs/future/moves/sys.py diff --git a/CadQuery/Libs/future/moves/test/__init__.py b/Libs/future/moves/test/__init__.py similarity index 100% rename from CadQuery/Libs/future/moves/test/__init__.py rename to Libs/future/moves/test/__init__.py diff --git a/CadQuery/Libs/future/moves/test/support.py b/Libs/future/moves/test/support.py similarity index 100% rename from CadQuery/Libs/future/moves/test/support.py rename to Libs/future/moves/test/support.py diff --git a/CadQuery/Libs/future/moves/tkinter/__init__.py b/Libs/future/moves/tkinter/__init__.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/__init__.py rename to Libs/future/moves/tkinter/__init__.py diff --git a/CadQuery/Libs/future/moves/tkinter/colorchooser.py b/Libs/future/moves/tkinter/colorchooser.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/colorchooser.py rename to Libs/future/moves/tkinter/colorchooser.py diff --git a/CadQuery/Libs/future/moves/tkinter/commondialog.py b/Libs/future/moves/tkinter/commondialog.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/commondialog.py rename to Libs/future/moves/tkinter/commondialog.py diff --git a/CadQuery/Libs/future/moves/tkinter/constants.py b/Libs/future/moves/tkinter/constants.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/constants.py rename to Libs/future/moves/tkinter/constants.py diff --git a/CadQuery/Libs/future/moves/tkinter/dialog.py b/Libs/future/moves/tkinter/dialog.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/dialog.py rename to Libs/future/moves/tkinter/dialog.py diff --git a/CadQuery/Libs/future/moves/tkinter/dnd.py b/Libs/future/moves/tkinter/dnd.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/dnd.py rename to Libs/future/moves/tkinter/dnd.py diff --git a/CadQuery/Libs/future/moves/tkinter/filedialog.py b/Libs/future/moves/tkinter/filedialog.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/filedialog.py rename to Libs/future/moves/tkinter/filedialog.py diff --git a/CadQuery/Libs/future/moves/tkinter/font.py b/Libs/future/moves/tkinter/font.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/font.py rename to Libs/future/moves/tkinter/font.py diff --git a/CadQuery/Libs/future/moves/tkinter/messagebox.py b/Libs/future/moves/tkinter/messagebox.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/messagebox.py rename to Libs/future/moves/tkinter/messagebox.py diff --git a/CadQuery/Libs/future/moves/tkinter/scrolledtext.py b/Libs/future/moves/tkinter/scrolledtext.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/scrolledtext.py rename to Libs/future/moves/tkinter/scrolledtext.py diff --git a/CadQuery/Libs/future/moves/tkinter/simpledialog.py b/Libs/future/moves/tkinter/simpledialog.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/simpledialog.py rename to Libs/future/moves/tkinter/simpledialog.py diff --git a/CadQuery/Libs/future/moves/tkinter/tix.py b/Libs/future/moves/tkinter/tix.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/tix.py rename to Libs/future/moves/tkinter/tix.py diff --git a/CadQuery/Libs/future/moves/tkinter/ttk.py b/Libs/future/moves/tkinter/ttk.py similarity index 100% rename from CadQuery/Libs/future/moves/tkinter/ttk.py rename to Libs/future/moves/tkinter/ttk.py diff --git a/CadQuery/Libs/future/moves/urllib/__init__.py b/Libs/future/moves/urllib/__init__.py similarity index 100% rename from CadQuery/Libs/future/moves/urllib/__init__.py rename to Libs/future/moves/urllib/__init__.py diff --git a/CadQuery/Libs/future/moves/urllib/error.py b/Libs/future/moves/urllib/error.py similarity index 100% rename from CadQuery/Libs/future/moves/urllib/error.py rename to Libs/future/moves/urllib/error.py diff --git a/CadQuery/Libs/future/moves/urllib/parse.py b/Libs/future/moves/urllib/parse.py similarity index 100% rename from CadQuery/Libs/future/moves/urllib/parse.py rename to Libs/future/moves/urllib/parse.py diff --git a/CadQuery/Libs/future/moves/urllib/request.py b/Libs/future/moves/urllib/request.py similarity index 100% rename from CadQuery/Libs/future/moves/urllib/request.py rename to Libs/future/moves/urllib/request.py diff --git a/CadQuery/Libs/future/moves/urllib/response.py b/Libs/future/moves/urllib/response.py similarity index 100% rename from CadQuery/Libs/future/moves/urllib/response.py rename to Libs/future/moves/urllib/response.py diff --git a/CadQuery/Libs/future/moves/urllib/robotparser.py b/Libs/future/moves/urllib/robotparser.py similarity index 100% rename from CadQuery/Libs/future/moves/urllib/robotparser.py rename to Libs/future/moves/urllib/robotparser.py diff --git a/CadQuery/Libs/future/moves/winreg.py b/Libs/future/moves/winreg.py similarity index 100% rename from CadQuery/Libs/future/moves/winreg.py rename to Libs/future/moves/winreg.py diff --git a/CadQuery/Libs/future/moves/xmlrpc/__init__.py b/Libs/future/moves/xmlrpc/__init__.py similarity index 100% rename from CadQuery/Libs/future/moves/xmlrpc/__init__.py rename to Libs/future/moves/xmlrpc/__init__.py diff --git a/CadQuery/Libs/future/moves/xmlrpc/client.py b/Libs/future/moves/xmlrpc/client.py similarity index 100% rename from CadQuery/Libs/future/moves/xmlrpc/client.py rename to Libs/future/moves/xmlrpc/client.py diff --git a/CadQuery/Libs/future/moves/xmlrpc/server.py b/Libs/future/moves/xmlrpc/server.py similarity index 100% rename from CadQuery/Libs/future/moves/xmlrpc/server.py rename to Libs/future/moves/xmlrpc/server.py diff --git a/CadQuery/Libs/future/standard_library/__init__.py b/Libs/future/standard_library/__init__.py similarity index 100% rename from CadQuery/Libs/future/standard_library/__init__.py rename to Libs/future/standard_library/__init__.py diff --git a/CadQuery/Libs/future/tests/__init__.py b/Libs/future/tests/__init__.py similarity index 100% rename from CadQuery/Libs/future/tests/__init__.py rename to Libs/future/tests/__init__.py diff --git a/CadQuery/Libs/future/tests/base.py b/Libs/future/tests/base.py similarity index 100% rename from CadQuery/Libs/future/tests/base.py rename to Libs/future/tests/base.py diff --git a/CadQuery/Libs/future/types/__init__.py b/Libs/future/types/__init__.py similarity index 100% rename from CadQuery/Libs/future/types/__init__.py rename to Libs/future/types/__init__.py diff --git a/CadQuery/Libs/future/types/newbytes.py b/Libs/future/types/newbytes.py similarity index 100% rename from CadQuery/Libs/future/types/newbytes.py rename to Libs/future/types/newbytes.py diff --git a/CadQuery/Libs/future/types/newdict.py b/Libs/future/types/newdict.py similarity index 100% rename from CadQuery/Libs/future/types/newdict.py rename to Libs/future/types/newdict.py diff --git a/CadQuery/Libs/future/types/newint.py b/Libs/future/types/newint.py similarity index 100% rename from CadQuery/Libs/future/types/newint.py rename to Libs/future/types/newint.py diff --git a/CadQuery/Libs/future/types/newlist.py b/Libs/future/types/newlist.py similarity index 100% rename from CadQuery/Libs/future/types/newlist.py rename to Libs/future/types/newlist.py diff --git a/CadQuery/Libs/future/types/newmemoryview.py b/Libs/future/types/newmemoryview.py similarity index 100% rename from CadQuery/Libs/future/types/newmemoryview.py rename to Libs/future/types/newmemoryview.py diff --git a/CadQuery/Libs/future/types/newobject.py b/Libs/future/types/newobject.py similarity index 100% rename from CadQuery/Libs/future/types/newobject.py rename to Libs/future/types/newobject.py diff --git a/CadQuery/Libs/future/types/newopen.py b/Libs/future/types/newopen.py similarity index 100% rename from CadQuery/Libs/future/types/newopen.py rename to Libs/future/types/newopen.py diff --git a/CadQuery/Libs/future/types/newrange.py b/Libs/future/types/newrange.py similarity index 100% rename from CadQuery/Libs/future/types/newrange.py rename to Libs/future/types/newrange.py diff --git a/CadQuery/Libs/future/types/newstr.py b/Libs/future/types/newstr.py similarity index 100% rename from CadQuery/Libs/future/types/newstr.py rename to Libs/future/types/newstr.py diff --git a/CadQuery/Libs/future/utils/__init__.py b/Libs/future/utils/__init__.py similarity index 100% rename from CadQuery/Libs/future/utils/__init__.py rename to Libs/future/utils/__init__.py diff --git a/CadQuery/Libs/future/utils/surrogateescape.py b/Libs/future/utils/surrogateescape.py similarity index 100% rename from CadQuery/Libs/future/utils/surrogateescape.py rename to Libs/future/utils/surrogateescape.py diff --git a/CadQuery/Libs/jedi/__init__.py b/Libs/jedi/__init__.py similarity index 100% rename from CadQuery/Libs/jedi/__init__.py rename to Libs/jedi/__init__.py diff --git a/CadQuery/Libs/jedi/__main__.py b/Libs/jedi/__main__.py similarity index 100% rename from CadQuery/Libs/jedi/__main__.py rename to Libs/jedi/__main__.py diff --git a/CadQuery/Libs/jedi/_compatibility.py b/Libs/jedi/_compatibility.py similarity index 100% rename from CadQuery/Libs/jedi/_compatibility.py rename to Libs/jedi/_compatibility.py diff --git a/CadQuery/Libs/jedi/api/__init__.py b/Libs/jedi/api/__init__.py similarity index 100% rename from CadQuery/Libs/jedi/api/__init__.py rename to Libs/jedi/api/__init__.py diff --git a/CadQuery/Libs/jedi/api/classes.py b/Libs/jedi/api/classes.py similarity index 100% rename from CadQuery/Libs/jedi/api/classes.py rename to Libs/jedi/api/classes.py diff --git a/CadQuery/Libs/jedi/api/helpers.py b/Libs/jedi/api/helpers.py similarity index 100% rename from CadQuery/Libs/jedi/api/helpers.py rename to Libs/jedi/api/helpers.py diff --git a/CadQuery/Libs/jedi/api/interpreter.py b/Libs/jedi/api/interpreter.py similarity index 100% rename from CadQuery/Libs/jedi/api/interpreter.py rename to Libs/jedi/api/interpreter.py diff --git a/CadQuery/Libs/jedi/api/keywords.py b/Libs/jedi/api/keywords.py similarity index 100% rename from CadQuery/Libs/jedi/api/keywords.py rename to Libs/jedi/api/keywords.py diff --git a/CadQuery/Libs/jedi/api/replstartup.py b/Libs/jedi/api/replstartup.py similarity index 100% rename from CadQuery/Libs/jedi/api/replstartup.py rename to Libs/jedi/api/replstartup.py diff --git a/CadQuery/Libs/jedi/api/usages.py b/Libs/jedi/api/usages.py similarity index 100% rename from CadQuery/Libs/jedi/api/usages.py rename to Libs/jedi/api/usages.py diff --git a/CadQuery/Libs/jedi/cache.py b/Libs/jedi/cache.py similarity index 100% rename from CadQuery/Libs/jedi/cache.py rename to Libs/jedi/cache.py diff --git a/CadQuery/Libs/jedi/common.py b/Libs/jedi/common.py similarity index 100% rename from CadQuery/Libs/jedi/common.py rename to Libs/jedi/common.py diff --git a/CadQuery/Libs/jedi/debug.py b/Libs/jedi/debug.py similarity index 100% rename from CadQuery/Libs/jedi/debug.py rename to Libs/jedi/debug.py diff --git a/CadQuery/Libs/jedi/evaluate/__init__.py b/Libs/jedi/evaluate/__init__.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/__init__.py rename to Libs/jedi/evaluate/__init__.py diff --git a/CadQuery/Libs/jedi/evaluate/analysis.py b/Libs/jedi/evaluate/analysis.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/analysis.py rename to Libs/jedi/evaluate/analysis.py diff --git a/CadQuery/Libs/jedi/evaluate/cache.py b/Libs/jedi/evaluate/cache.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/cache.py rename to Libs/jedi/evaluate/cache.py diff --git a/CadQuery/Libs/jedi/evaluate/compiled/__init__.py b/Libs/jedi/evaluate/compiled/__init__.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/compiled/__init__.py rename to Libs/jedi/evaluate/compiled/__init__.py diff --git a/CadQuery/Libs/jedi/evaluate/compiled/fake.py b/Libs/jedi/evaluate/compiled/fake.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/compiled/fake.py rename to Libs/jedi/evaluate/compiled/fake.py diff --git a/CadQuery/Libs/jedi/evaluate/compiled/fake/_functools.pym b/Libs/jedi/evaluate/compiled/fake/_functools.pym similarity index 100% rename from CadQuery/Libs/jedi/evaluate/compiled/fake/_functools.pym rename to Libs/jedi/evaluate/compiled/fake/_functools.pym diff --git a/CadQuery/Libs/jedi/evaluate/compiled/fake/_sqlite3.pym b/Libs/jedi/evaluate/compiled/fake/_sqlite3.pym similarity index 100% rename from CadQuery/Libs/jedi/evaluate/compiled/fake/_sqlite3.pym rename to Libs/jedi/evaluate/compiled/fake/_sqlite3.pym diff --git a/CadQuery/Libs/jedi/evaluate/compiled/fake/_sre.pym b/Libs/jedi/evaluate/compiled/fake/_sre.pym similarity index 100% rename from CadQuery/Libs/jedi/evaluate/compiled/fake/_sre.pym rename to Libs/jedi/evaluate/compiled/fake/_sre.pym diff --git a/CadQuery/Libs/jedi/evaluate/compiled/fake/_weakref.pym b/Libs/jedi/evaluate/compiled/fake/_weakref.pym similarity index 100% rename from CadQuery/Libs/jedi/evaluate/compiled/fake/_weakref.pym rename to Libs/jedi/evaluate/compiled/fake/_weakref.pym diff --git a/CadQuery/Libs/jedi/evaluate/compiled/fake/builtins.pym b/Libs/jedi/evaluate/compiled/fake/builtins.pym similarity index 100% rename from CadQuery/Libs/jedi/evaluate/compiled/fake/builtins.pym rename to Libs/jedi/evaluate/compiled/fake/builtins.pym diff --git a/CadQuery/Libs/jedi/evaluate/compiled/fake/datetime.pym b/Libs/jedi/evaluate/compiled/fake/datetime.pym similarity index 100% rename from CadQuery/Libs/jedi/evaluate/compiled/fake/datetime.pym rename to Libs/jedi/evaluate/compiled/fake/datetime.pym diff --git a/CadQuery/Libs/jedi/evaluate/compiled/fake/io.pym b/Libs/jedi/evaluate/compiled/fake/io.pym similarity index 100% rename from CadQuery/Libs/jedi/evaluate/compiled/fake/io.pym rename to Libs/jedi/evaluate/compiled/fake/io.pym diff --git a/CadQuery/Libs/jedi/evaluate/compiled/fake/posix.pym b/Libs/jedi/evaluate/compiled/fake/posix.pym similarity index 100% rename from CadQuery/Libs/jedi/evaluate/compiled/fake/posix.pym rename to Libs/jedi/evaluate/compiled/fake/posix.pym diff --git a/CadQuery/Libs/jedi/evaluate/docstrings.py b/Libs/jedi/evaluate/docstrings.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/docstrings.py rename to Libs/jedi/evaluate/docstrings.py diff --git a/CadQuery/Libs/jedi/evaluate/dynamic.py b/Libs/jedi/evaluate/dynamic.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/dynamic.py rename to Libs/jedi/evaluate/dynamic.py diff --git a/CadQuery/Libs/jedi/evaluate/finder.py b/Libs/jedi/evaluate/finder.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/finder.py rename to Libs/jedi/evaluate/finder.py diff --git a/CadQuery/Libs/jedi/evaluate/flow_analysis.py b/Libs/jedi/evaluate/flow_analysis.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/flow_analysis.py rename to Libs/jedi/evaluate/flow_analysis.py diff --git a/CadQuery/Libs/jedi/evaluate/helpers.py b/Libs/jedi/evaluate/helpers.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/helpers.py rename to Libs/jedi/evaluate/helpers.py diff --git a/CadQuery/Libs/jedi/evaluate/imports.py b/Libs/jedi/evaluate/imports.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/imports.py rename to Libs/jedi/evaluate/imports.py diff --git a/CadQuery/Libs/jedi/evaluate/iterable.py b/Libs/jedi/evaluate/iterable.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/iterable.py rename to Libs/jedi/evaluate/iterable.py diff --git a/CadQuery/Libs/jedi/evaluate/param.py b/Libs/jedi/evaluate/param.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/param.py rename to Libs/jedi/evaluate/param.py diff --git a/CadQuery/Libs/jedi/evaluate/precedence.py b/Libs/jedi/evaluate/precedence.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/precedence.py rename to Libs/jedi/evaluate/precedence.py diff --git a/CadQuery/Libs/jedi/evaluate/recursion.py b/Libs/jedi/evaluate/recursion.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/recursion.py rename to Libs/jedi/evaluate/recursion.py diff --git a/CadQuery/Libs/jedi/evaluate/representation.py b/Libs/jedi/evaluate/representation.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/representation.py rename to Libs/jedi/evaluate/representation.py diff --git a/CadQuery/Libs/jedi/evaluate/stdlib.py b/Libs/jedi/evaluate/stdlib.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/stdlib.py rename to Libs/jedi/evaluate/stdlib.py diff --git a/CadQuery/Libs/jedi/evaluate/sys_path.py b/Libs/jedi/evaluate/sys_path.py similarity index 100% rename from CadQuery/Libs/jedi/evaluate/sys_path.py rename to Libs/jedi/evaluate/sys_path.py diff --git a/CadQuery/Libs/jedi/parser/__init__.py b/Libs/jedi/parser/__init__.py similarity index 100% rename from CadQuery/Libs/jedi/parser/__init__.py rename to Libs/jedi/parser/__init__.py diff --git a/CadQuery/Libs/jedi/parser/fast.py b/Libs/jedi/parser/fast.py similarity index 100% rename from CadQuery/Libs/jedi/parser/fast.py rename to Libs/jedi/parser/fast.py diff --git a/CadQuery/Libs/jedi/parser/grammar2.7.txt b/Libs/jedi/parser/grammar2.7.txt similarity index 100% rename from CadQuery/Libs/jedi/parser/grammar2.7.txt rename to Libs/jedi/parser/grammar2.7.txt diff --git a/CadQuery/Libs/jedi/parser/grammar3.4.txt b/Libs/jedi/parser/grammar3.4.txt similarity index 100% rename from CadQuery/Libs/jedi/parser/grammar3.4.txt rename to Libs/jedi/parser/grammar3.4.txt diff --git a/CadQuery/Libs/jedi/parser/pgen2/__init__.py b/Libs/jedi/parser/pgen2/__init__.py similarity index 100% rename from CadQuery/Libs/jedi/parser/pgen2/__init__.py rename to Libs/jedi/parser/pgen2/__init__.py diff --git a/CadQuery/Libs/jedi/parser/pgen2/grammar.py b/Libs/jedi/parser/pgen2/grammar.py similarity index 100% rename from CadQuery/Libs/jedi/parser/pgen2/grammar.py rename to Libs/jedi/parser/pgen2/grammar.py diff --git a/CadQuery/Libs/jedi/parser/pgen2/parse.py b/Libs/jedi/parser/pgen2/parse.py similarity index 100% rename from CadQuery/Libs/jedi/parser/pgen2/parse.py rename to Libs/jedi/parser/pgen2/parse.py diff --git a/CadQuery/Libs/jedi/parser/pgen2/pgen.py b/Libs/jedi/parser/pgen2/pgen.py similarity index 100% rename from CadQuery/Libs/jedi/parser/pgen2/pgen.py rename to Libs/jedi/parser/pgen2/pgen.py diff --git a/CadQuery/Libs/jedi/parser/token.py b/Libs/jedi/parser/token.py similarity index 100% rename from CadQuery/Libs/jedi/parser/token.py rename to Libs/jedi/parser/token.py diff --git a/CadQuery/Libs/jedi/parser/tokenize.py b/Libs/jedi/parser/tokenize.py similarity index 100% rename from CadQuery/Libs/jedi/parser/tokenize.py rename to Libs/jedi/parser/tokenize.py diff --git a/CadQuery/Libs/jedi/parser/tree.py b/Libs/jedi/parser/tree.py similarity index 100% rename from CadQuery/Libs/jedi/parser/tree.py rename to Libs/jedi/parser/tree.py diff --git a/CadQuery/Libs/jedi/parser/user_context.py b/Libs/jedi/parser/user_context.py similarity index 100% rename from CadQuery/Libs/jedi/parser/user_context.py rename to Libs/jedi/parser/user_context.py diff --git a/CadQuery/Libs/jedi/refactoring.py b/Libs/jedi/refactoring.py similarity index 100% rename from CadQuery/Libs/jedi/refactoring.py rename to Libs/jedi/refactoring.py diff --git a/CadQuery/Libs/jedi/settings.py b/Libs/jedi/settings.py similarity index 100% rename from CadQuery/Libs/jedi/settings.py rename to Libs/jedi/settings.py diff --git a/CadQuery/Libs/jedi/utils.py b/Libs/jedi/utils.py similarity index 100% rename from CadQuery/Libs/jedi/utils.py rename to Libs/jedi/utils.py diff --git a/CadQuery/Libs/pep8.py b/Libs/pep8.py similarity index 100% rename from CadQuery/Libs/pep8.py rename to Libs/pep8.py diff --git a/CadQuery/Libs/pint/__init__.py b/Libs/pint/__init__.py similarity index 100% rename from CadQuery/Libs/pint/__init__.py rename to Libs/pint/__init__.py diff --git a/CadQuery/Libs/pint/compat/__init__.py b/Libs/pint/compat/__init__.py similarity index 100% rename from CadQuery/Libs/pint/compat/__init__.py rename to Libs/pint/compat/__init__.py diff --git a/CadQuery/Libs/pint/compat/chainmap.py b/Libs/pint/compat/chainmap.py similarity index 100% rename from CadQuery/Libs/pint/compat/chainmap.py rename to Libs/pint/compat/chainmap.py diff --git a/CadQuery/Libs/pint/compat/lrucache.py b/Libs/pint/compat/lrucache.py similarity index 100% rename from CadQuery/Libs/pint/compat/lrucache.py rename to Libs/pint/compat/lrucache.py diff --git a/CadQuery/Libs/pint/compat/nullhandler.py b/Libs/pint/compat/nullhandler.py similarity index 100% rename from CadQuery/Libs/pint/compat/nullhandler.py rename to Libs/pint/compat/nullhandler.py diff --git a/CadQuery/Libs/pint/compat/transformdict.py b/Libs/pint/compat/transformdict.py similarity index 100% rename from CadQuery/Libs/pint/compat/transformdict.py rename to Libs/pint/compat/transformdict.py diff --git a/CadQuery/Libs/pint/constants_en.txt b/Libs/pint/constants_en.txt similarity index 100% rename from CadQuery/Libs/pint/constants_en.txt rename to Libs/pint/constants_en.txt diff --git a/CadQuery/Libs/pint/context.py b/Libs/pint/context.py similarity index 100% rename from CadQuery/Libs/pint/context.py rename to Libs/pint/context.py diff --git a/CadQuery/Libs/pint/default_en.txt b/Libs/pint/default_en.txt similarity index 100% rename from CadQuery/Libs/pint/default_en.txt rename to Libs/pint/default_en.txt diff --git a/CadQuery/Libs/pint/formatting.py b/Libs/pint/formatting.py similarity index 100% rename from CadQuery/Libs/pint/formatting.py rename to Libs/pint/formatting.py diff --git a/CadQuery/Libs/pint/measurement.py b/Libs/pint/measurement.py similarity index 100% rename from CadQuery/Libs/pint/measurement.py rename to Libs/pint/measurement.py diff --git a/CadQuery/Libs/pint/quantity.py b/Libs/pint/quantity.py similarity index 100% rename from CadQuery/Libs/pint/quantity.py rename to Libs/pint/quantity.py diff --git a/CadQuery/Libs/pint/testsuite/__init__.py b/Libs/pint/testsuite/__init__.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/__init__.py rename to Libs/pint/testsuite/__init__.py diff --git a/CadQuery/Libs/pint/testsuite/helpers.py b/Libs/pint/testsuite/helpers.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/helpers.py rename to Libs/pint/testsuite/helpers.py diff --git a/CadQuery/Libs/pint/testsuite/parameterized.py b/Libs/pint/testsuite/parameterized.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/parameterized.py rename to Libs/pint/testsuite/parameterized.py diff --git a/CadQuery/Libs/pint/testsuite/test_contexts.py b/Libs/pint/testsuite/test_contexts.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/test_contexts.py rename to Libs/pint/testsuite/test_contexts.py diff --git a/CadQuery/Libs/pint/testsuite/test_formatter.py b/Libs/pint/testsuite/test_formatter.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/test_formatter.py rename to Libs/pint/testsuite/test_formatter.py diff --git a/CadQuery/Libs/pint/testsuite/test_issues.py b/Libs/pint/testsuite/test_issues.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/test_issues.py rename to Libs/pint/testsuite/test_issues.py diff --git a/CadQuery/Libs/pint/testsuite/test_measurement.py b/Libs/pint/testsuite/test_measurement.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/test_measurement.py rename to Libs/pint/testsuite/test_measurement.py diff --git a/CadQuery/Libs/pint/testsuite/test_numpy.py b/Libs/pint/testsuite/test_numpy.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/test_numpy.py rename to Libs/pint/testsuite/test_numpy.py diff --git a/CadQuery/Libs/pint/testsuite/test_pitheorem.py b/Libs/pint/testsuite/test_pitheorem.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/test_pitheorem.py rename to Libs/pint/testsuite/test_pitheorem.py diff --git a/CadQuery/Libs/pint/testsuite/test_quantity.py b/Libs/pint/testsuite/test_quantity.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/test_quantity.py rename to Libs/pint/testsuite/test_quantity.py diff --git a/CadQuery/Libs/pint/testsuite/test_umath.py b/Libs/pint/testsuite/test_umath.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/test_umath.py rename to Libs/pint/testsuite/test_umath.py diff --git a/CadQuery/Libs/pint/testsuite/test_unit.py b/Libs/pint/testsuite/test_unit.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/test_unit.py rename to Libs/pint/testsuite/test_unit.py diff --git a/CadQuery/Libs/pint/testsuite/test_util.py b/Libs/pint/testsuite/test_util.py similarity index 100% rename from CadQuery/Libs/pint/testsuite/test_util.py rename to Libs/pint/testsuite/test_util.py diff --git a/CadQuery/Libs/pint/unit.py b/Libs/pint/unit.py similarity index 100% rename from CadQuery/Libs/pint/unit.py rename to Libs/pint/unit.py diff --git a/CadQuery/Libs/pint/util.py b/Libs/pint/util.py similarity index 100% rename from CadQuery/Libs/pint/util.py rename to Libs/pint/util.py diff --git a/CadQuery/Libs/pyflakes/__init__.py b/Libs/pyflakes/__init__.py similarity index 100% rename from CadQuery/Libs/pyflakes/__init__.py rename to Libs/pyflakes/__init__.py diff --git a/CadQuery/Libs/pyflakes/__main__.py b/Libs/pyflakes/__main__.py similarity index 100% rename from CadQuery/Libs/pyflakes/__main__.py rename to Libs/pyflakes/__main__.py diff --git a/CadQuery/Libs/pyflakes/api.py b/Libs/pyflakes/api.py similarity index 100% rename from CadQuery/Libs/pyflakes/api.py rename to Libs/pyflakes/api.py diff --git a/CadQuery/Libs/pyflakes/checker.py b/Libs/pyflakes/checker.py similarity index 100% rename from CadQuery/Libs/pyflakes/checker.py rename to Libs/pyflakes/checker.py diff --git a/CadQuery/Libs/pyflakes/messages.py b/Libs/pyflakes/messages.py similarity index 100% rename from CadQuery/Libs/pyflakes/messages.py rename to Libs/pyflakes/messages.py diff --git a/CadQuery/Libs/pyflakes/reporter.py b/Libs/pyflakes/reporter.py similarity index 100% rename from CadQuery/Libs/pyflakes/reporter.py rename to Libs/pyflakes/reporter.py diff --git a/CadQuery/Libs/pyflakes/scripts/__init__.py b/Libs/pyflakes/scripts/__init__.py similarity index 100% rename from CadQuery/Libs/pyflakes/scripts/__init__.py rename to Libs/pyflakes/scripts/__init__.py diff --git a/CadQuery/Libs/pyflakes/scripts/pyflakes.py b/Libs/pyflakes/scripts/pyflakes.py similarity index 100% rename from CadQuery/Libs/pyflakes/scripts/pyflakes.py rename to Libs/pyflakes/scripts/pyflakes.py diff --git a/CadQuery/Libs/pyflakes/test/__init__.py b/Libs/pyflakes/test/__init__.py similarity index 100% rename from CadQuery/Libs/pyflakes/test/__init__.py rename to Libs/pyflakes/test/__init__.py diff --git a/CadQuery/Libs/pyflakes/test/harness.py b/Libs/pyflakes/test/harness.py similarity index 100% rename from CadQuery/Libs/pyflakes/test/harness.py rename to Libs/pyflakes/test/harness.py diff --git a/CadQuery/Libs/pyflakes/test/test_api.py b/Libs/pyflakes/test/test_api.py similarity index 100% rename from CadQuery/Libs/pyflakes/test/test_api.py rename to Libs/pyflakes/test/test_api.py diff --git a/CadQuery/Libs/pyflakes/test/test_doctests.py b/Libs/pyflakes/test/test_doctests.py similarity index 100% rename from CadQuery/Libs/pyflakes/test/test_doctests.py rename to Libs/pyflakes/test/test_doctests.py diff --git a/CadQuery/Libs/pyflakes/test/test_imports.py b/Libs/pyflakes/test/test_imports.py similarity index 100% rename from CadQuery/Libs/pyflakes/test/test_imports.py rename to Libs/pyflakes/test/test_imports.py diff --git a/CadQuery/Libs/pyflakes/test/test_other.py b/Libs/pyflakes/test/test_other.py similarity index 100% rename from CadQuery/Libs/pyflakes/test/test_other.py rename to Libs/pyflakes/test/test_other.py diff --git a/CadQuery/Libs/pyflakes/test/test_return_with_arguments_inside_generator.py b/Libs/pyflakes/test/test_return_with_arguments_inside_generator.py similarity index 100% rename from CadQuery/Libs/pyflakes/test/test_return_with_arguments_inside_generator.py rename to Libs/pyflakes/test/test_return_with_arguments_inside_generator.py diff --git a/CadQuery/Libs/pyflakes/test/test_undefined_names.py b/Libs/pyflakes/test/test_undefined_names.py similarity index 100% rename from CadQuery/Libs/pyflakes/test/test_undefined_names.py rename to Libs/pyflakes/test/test_undefined_names.py diff --git a/CadQuery/Libs/pygments/__init__.py b/Libs/pygments/__init__.py similarity index 100% rename from CadQuery/Libs/pygments/__init__.py rename to Libs/pygments/__init__.py diff --git a/CadQuery/Libs/pygments/cmdline.py b/Libs/pygments/cmdline.py similarity index 100% rename from CadQuery/Libs/pygments/cmdline.py rename to Libs/pygments/cmdline.py diff --git a/CadQuery/Libs/pygments/console.py b/Libs/pygments/console.py similarity index 100% rename from CadQuery/Libs/pygments/console.py rename to Libs/pygments/console.py diff --git a/CadQuery/Libs/pygments/filter.py b/Libs/pygments/filter.py similarity index 100% rename from CadQuery/Libs/pygments/filter.py rename to Libs/pygments/filter.py diff --git a/CadQuery/Libs/pygments/filters/__init__.py b/Libs/pygments/filters/__init__.py similarity index 100% rename from CadQuery/Libs/pygments/filters/__init__.py rename to Libs/pygments/filters/__init__.py diff --git a/CadQuery/Libs/pygments/formatter.py b/Libs/pygments/formatter.py similarity index 100% rename from CadQuery/Libs/pygments/formatter.py rename to Libs/pygments/formatter.py diff --git a/CadQuery/Libs/pygments/formatters/__init__.py b/Libs/pygments/formatters/__init__.py similarity index 100% rename from CadQuery/Libs/pygments/formatters/__init__.py rename to Libs/pygments/formatters/__init__.py diff --git a/CadQuery/Libs/pygments/formatters/_mapping.py b/Libs/pygments/formatters/_mapping.py similarity index 100% rename from CadQuery/Libs/pygments/formatters/_mapping.py rename to Libs/pygments/formatters/_mapping.py diff --git a/CadQuery/Libs/pygments/formatters/bbcode.py b/Libs/pygments/formatters/bbcode.py similarity index 100% rename from CadQuery/Libs/pygments/formatters/bbcode.py rename to Libs/pygments/formatters/bbcode.py diff --git a/CadQuery/Libs/pygments/formatters/html.py b/Libs/pygments/formatters/html.py similarity index 100% rename from CadQuery/Libs/pygments/formatters/html.py rename to Libs/pygments/formatters/html.py diff --git a/CadQuery/Libs/pygments/formatters/img.py b/Libs/pygments/formatters/img.py similarity index 100% rename from CadQuery/Libs/pygments/formatters/img.py rename to Libs/pygments/formatters/img.py diff --git a/CadQuery/Libs/pygments/formatters/latex.py b/Libs/pygments/formatters/latex.py similarity index 100% rename from CadQuery/Libs/pygments/formatters/latex.py rename to Libs/pygments/formatters/latex.py diff --git a/CadQuery/Libs/pygments/formatters/other.py b/Libs/pygments/formatters/other.py similarity index 100% rename from CadQuery/Libs/pygments/formatters/other.py rename to Libs/pygments/formatters/other.py diff --git a/CadQuery/Libs/pygments/formatters/rtf.py b/Libs/pygments/formatters/rtf.py similarity index 100% rename from CadQuery/Libs/pygments/formatters/rtf.py rename to Libs/pygments/formatters/rtf.py diff --git a/CadQuery/Libs/pygments/formatters/svg.py b/Libs/pygments/formatters/svg.py similarity index 100% rename from CadQuery/Libs/pygments/formatters/svg.py rename to Libs/pygments/formatters/svg.py diff --git a/CadQuery/Libs/pygments/formatters/terminal.py b/Libs/pygments/formatters/terminal.py similarity index 100% rename from CadQuery/Libs/pygments/formatters/terminal.py rename to Libs/pygments/formatters/terminal.py diff --git a/CadQuery/Libs/pygments/formatters/terminal256.py b/Libs/pygments/formatters/terminal256.py similarity index 100% rename from CadQuery/Libs/pygments/formatters/terminal256.py rename to Libs/pygments/formatters/terminal256.py diff --git a/CadQuery/Libs/pygments/lexer.py b/Libs/pygments/lexer.py similarity index 100% rename from CadQuery/Libs/pygments/lexer.py rename to Libs/pygments/lexer.py diff --git a/CadQuery/Libs/pygments/lexers/__init__.py b/Libs/pygments/lexers/__init__.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/__init__.py rename to Libs/pygments/lexers/__init__.py diff --git a/CadQuery/Libs/pygments/lexers/_asy_builtins.py b/Libs/pygments/lexers/_asy_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_asy_builtins.py rename to Libs/pygments/lexers/_asy_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/_cl_builtins.py b/Libs/pygments/lexers/_cl_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_cl_builtins.py rename to Libs/pygments/lexers/_cl_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/_cocoa_builtins.py b/Libs/pygments/lexers/_cocoa_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_cocoa_builtins.py rename to Libs/pygments/lexers/_cocoa_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/_lasso_builtins.py b/Libs/pygments/lexers/_lasso_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_lasso_builtins.py rename to Libs/pygments/lexers/_lasso_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/_lua_builtins.py b/Libs/pygments/lexers/_lua_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_lua_builtins.py rename to Libs/pygments/lexers/_lua_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/_mapping.py b/Libs/pygments/lexers/_mapping.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_mapping.py rename to Libs/pygments/lexers/_mapping.py diff --git a/CadQuery/Libs/pygments/lexers/_mql_builtins.py b/Libs/pygments/lexers/_mql_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_mql_builtins.py rename to Libs/pygments/lexers/_mql_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/_openedge_builtins.py b/Libs/pygments/lexers/_openedge_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_openedge_builtins.py rename to Libs/pygments/lexers/_openedge_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/_php_builtins.py b/Libs/pygments/lexers/_php_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_php_builtins.py rename to Libs/pygments/lexers/_php_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/_postgres_builtins.py b/Libs/pygments/lexers/_postgres_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_postgres_builtins.py rename to Libs/pygments/lexers/_postgres_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/_scilab_builtins.py b/Libs/pygments/lexers/_scilab_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_scilab_builtins.py rename to Libs/pygments/lexers/_scilab_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/_sourcemod_builtins.py b/Libs/pygments/lexers/_sourcemod_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_sourcemod_builtins.py rename to Libs/pygments/lexers/_sourcemod_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/_stan_builtins.py b/Libs/pygments/lexers/_stan_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_stan_builtins.py rename to Libs/pygments/lexers/_stan_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/_vim_builtins.py b/Libs/pygments/lexers/_vim_builtins.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/_vim_builtins.py rename to Libs/pygments/lexers/_vim_builtins.py diff --git a/CadQuery/Libs/pygments/lexers/actionscript.py b/Libs/pygments/lexers/actionscript.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/actionscript.py rename to Libs/pygments/lexers/actionscript.py diff --git a/CadQuery/Libs/pygments/lexers/agile.py b/Libs/pygments/lexers/agile.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/agile.py rename to Libs/pygments/lexers/agile.py diff --git a/CadQuery/Libs/pygments/lexers/algebra.py b/Libs/pygments/lexers/algebra.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/algebra.py rename to Libs/pygments/lexers/algebra.py diff --git a/CadQuery/Libs/pygments/lexers/ambient.py b/Libs/pygments/lexers/ambient.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/ambient.py rename to Libs/pygments/lexers/ambient.py diff --git a/CadQuery/Libs/pygments/lexers/apl.py b/Libs/pygments/lexers/apl.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/apl.py rename to Libs/pygments/lexers/apl.py diff --git a/CadQuery/Libs/pygments/lexers/asm.py b/Libs/pygments/lexers/asm.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/asm.py rename to Libs/pygments/lexers/asm.py diff --git a/CadQuery/Libs/pygments/lexers/automation.py b/Libs/pygments/lexers/automation.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/automation.py rename to Libs/pygments/lexers/automation.py diff --git a/CadQuery/Libs/pygments/lexers/basic.py b/Libs/pygments/lexers/basic.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/basic.py rename to Libs/pygments/lexers/basic.py diff --git a/CadQuery/Libs/pygments/lexers/business.py b/Libs/pygments/lexers/business.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/business.py rename to Libs/pygments/lexers/business.py diff --git a/CadQuery/Libs/pygments/lexers/c_cpp.py b/Libs/pygments/lexers/c_cpp.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/c_cpp.py rename to Libs/pygments/lexers/c_cpp.py diff --git a/CadQuery/Libs/pygments/lexers/c_like.py b/Libs/pygments/lexers/c_like.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/c_like.py rename to Libs/pygments/lexers/c_like.py diff --git a/CadQuery/Libs/pygments/lexers/chapel.py b/Libs/pygments/lexers/chapel.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/chapel.py rename to Libs/pygments/lexers/chapel.py diff --git a/CadQuery/Libs/pygments/lexers/compiled.py b/Libs/pygments/lexers/compiled.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/compiled.py rename to Libs/pygments/lexers/compiled.py diff --git a/CadQuery/Libs/pygments/lexers/configs.py b/Libs/pygments/lexers/configs.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/configs.py rename to Libs/pygments/lexers/configs.py diff --git a/CadQuery/Libs/pygments/lexers/console.py b/Libs/pygments/lexers/console.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/console.py rename to Libs/pygments/lexers/console.py diff --git a/CadQuery/Libs/pygments/lexers/css.py b/Libs/pygments/lexers/css.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/css.py rename to Libs/pygments/lexers/css.py diff --git a/CadQuery/Libs/pygments/lexers/d.py b/Libs/pygments/lexers/d.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/d.py rename to Libs/pygments/lexers/d.py diff --git a/CadQuery/Libs/pygments/lexers/dalvik.py b/Libs/pygments/lexers/dalvik.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/dalvik.py rename to Libs/pygments/lexers/dalvik.py diff --git a/CadQuery/Libs/pygments/lexers/data.py b/Libs/pygments/lexers/data.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/data.py rename to Libs/pygments/lexers/data.py diff --git a/CadQuery/Libs/pygments/lexers/diff.py b/Libs/pygments/lexers/diff.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/diff.py rename to Libs/pygments/lexers/diff.py diff --git a/CadQuery/Libs/pygments/lexers/dotnet.py b/Libs/pygments/lexers/dotnet.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/dotnet.py rename to Libs/pygments/lexers/dotnet.py diff --git a/CadQuery/Libs/pygments/lexers/dsls.py b/Libs/pygments/lexers/dsls.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/dsls.py rename to Libs/pygments/lexers/dsls.py diff --git a/CadQuery/Libs/pygments/lexers/dylan.py b/Libs/pygments/lexers/dylan.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/dylan.py rename to Libs/pygments/lexers/dylan.py diff --git a/CadQuery/Libs/pygments/lexers/ecl.py b/Libs/pygments/lexers/ecl.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/ecl.py rename to Libs/pygments/lexers/ecl.py diff --git a/CadQuery/Libs/pygments/lexers/eiffel.py b/Libs/pygments/lexers/eiffel.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/eiffel.py rename to Libs/pygments/lexers/eiffel.py diff --git a/CadQuery/Libs/pygments/lexers/erlang.py b/Libs/pygments/lexers/erlang.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/erlang.py rename to Libs/pygments/lexers/erlang.py diff --git a/CadQuery/Libs/pygments/lexers/esoteric.py b/Libs/pygments/lexers/esoteric.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/esoteric.py rename to Libs/pygments/lexers/esoteric.py diff --git a/CadQuery/Libs/pygments/lexers/factor.py b/Libs/pygments/lexers/factor.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/factor.py rename to Libs/pygments/lexers/factor.py diff --git a/CadQuery/Libs/pygments/lexers/fantom.py b/Libs/pygments/lexers/fantom.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/fantom.py rename to Libs/pygments/lexers/fantom.py diff --git a/CadQuery/Libs/pygments/lexers/felix.py b/Libs/pygments/lexers/felix.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/felix.py rename to Libs/pygments/lexers/felix.py diff --git a/CadQuery/Libs/pygments/lexers/fortran.py b/Libs/pygments/lexers/fortran.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/fortran.py rename to Libs/pygments/lexers/fortran.py diff --git a/CadQuery/Libs/pygments/lexers/foxpro.py b/Libs/pygments/lexers/foxpro.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/foxpro.py rename to Libs/pygments/lexers/foxpro.py diff --git a/CadQuery/Libs/pygments/lexers/functional.py b/Libs/pygments/lexers/functional.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/functional.py rename to Libs/pygments/lexers/functional.py diff --git a/CadQuery/Libs/pygments/lexers/go.py b/Libs/pygments/lexers/go.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/go.py rename to Libs/pygments/lexers/go.py diff --git a/CadQuery/Libs/pygments/lexers/graph.py b/Libs/pygments/lexers/graph.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/graph.py rename to Libs/pygments/lexers/graph.py diff --git a/CadQuery/Libs/pygments/lexers/graphics.py b/Libs/pygments/lexers/graphics.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/graphics.py rename to Libs/pygments/lexers/graphics.py diff --git a/CadQuery/Libs/pygments/lexers/haskell.py b/Libs/pygments/lexers/haskell.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/haskell.py rename to Libs/pygments/lexers/haskell.py diff --git a/CadQuery/Libs/pygments/lexers/haxe.py b/Libs/pygments/lexers/haxe.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/haxe.py rename to Libs/pygments/lexers/haxe.py diff --git a/CadQuery/Libs/pygments/lexers/hdl.py b/Libs/pygments/lexers/hdl.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/hdl.py rename to Libs/pygments/lexers/hdl.py diff --git a/CadQuery/Libs/pygments/lexers/html.py b/Libs/pygments/lexers/html.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/html.py rename to Libs/pygments/lexers/html.py diff --git a/CadQuery/Libs/pygments/lexers/idl.py b/Libs/pygments/lexers/idl.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/idl.py rename to Libs/pygments/lexers/idl.py diff --git a/CadQuery/Libs/pygments/lexers/igor.py b/Libs/pygments/lexers/igor.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/igor.py rename to Libs/pygments/lexers/igor.py diff --git a/CadQuery/Libs/pygments/lexers/inferno.py b/Libs/pygments/lexers/inferno.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/inferno.py rename to Libs/pygments/lexers/inferno.py diff --git a/CadQuery/Libs/pygments/lexers/installers.py b/Libs/pygments/lexers/installers.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/installers.py rename to Libs/pygments/lexers/installers.py diff --git a/CadQuery/Libs/pygments/lexers/int_fiction.py b/Libs/pygments/lexers/int_fiction.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/int_fiction.py rename to Libs/pygments/lexers/int_fiction.py diff --git a/CadQuery/Libs/pygments/lexers/iolang.py b/Libs/pygments/lexers/iolang.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/iolang.py rename to Libs/pygments/lexers/iolang.py diff --git a/CadQuery/Libs/pygments/lexers/javascript.py b/Libs/pygments/lexers/javascript.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/javascript.py rename to Libs/pygments/lexers/javascript.py diff --git a/CadQuery/Libs/pygments/lexers/julia.py b/Libs/pygments/lexers/julia.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/julia.py rename to Libs/pygments/lexers/julia.py diff --git a/CadQuery/Libs/pygments/lexers/jvm.py b/Libs/pygments/lexers/jvm.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/jvm.py rename to Libs/pygments/lexers/jvm.py diff --git a/CadQuery/Libs/pygments/lexers/lisp.py b/Libs/pygments/lexers/lisp.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/lisp.py rename to Libs/pygments/lexers/lisp.py diff --git a/CadQuery/Libs/pygments/lexers/make.py b/Libs/pygments/lexers/make.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/make.py rename to Libs/pygments/lexers/make.py diff --git a/CadQuery/Libs/pygments/lexers/markup.py b/Libs/pygments/lexers/markup.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/markup.py rename to Libs/pygments/lexers/markup.py diff --git a/CadQuery/Libs/pygments/lexers/math.py b/Libs/pygments/lexers/math.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/math.py rename to Libs/pygments/lexers/math.py diff --git a/CadQuery/Libs/pygments/lexers/matlab.py b/Libs/pygments/lexers/matlab.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/matlab.py rename to Libs/pygments/lexers/matlab.py diff --git a/CadQuery/Libs/pygments/lexers/ml.py b/Libs/pygments/lexers/ml.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/ml.py rename to Libs/pygments/lexers/ml.py diff --git a/CadQuery/Libs/pygments/lexers/modeling.py b/Libs/pygments/lexers/modeling.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/modeling.py rename to Libs/pygments/lexers/modeling.py diff --git a/CadQuery/Libs/pygments/lexers/nimrod.py b/Libs/pygments/lexers/nimrod.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/nimrod.py rename to Libs/pygments/lexers/nimrod.py diff --git a/CadQuery/Libs/pygments/lexers/nit.py b/Libs/pygments/lexers/nit.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/nit.py rename to Libs/pygments/lexers/nit.py diff --git a/CadQuery/Libs/pygments/lexers/nix.py b/Libs/pygments/lexers/nix.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/nix.py rename to Libs/pygments/lexers/nix.py diff --git a/CadQuery/Libs/pygments/lexers/objective.py b/Libs/pygments/lexers/objective.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/objective.py rename to Libs/pygments/lexers/objective.py diff --git a/CadQuery/Libs/pygments/lexers/ooc.py b/Libs/pygments/lexers/ooc.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/ooc.py rename to Libs/pygments/lexers/ooc.py diff --git a/CadQuery/Libs/pygments/lexers/other.py b/Libs/pygments/lexers/other.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/other.py rename to Libs/pygments/lexers/other.py diff --git a/CadQuery/Libs/pygments/lexers/parsers.py b/Libs/pygments/lexers/parsers.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/parsers.py rename to Libs/pygments/lexers/parsers.py diff --git a/CadQuery/Libs/pygments/lexers/pascal.py b/Libs/pygments/lexers/pascal.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/pascal.py rename to Libs/pygments/lexers/pascal.py diff --git a/CadQuery/Libs/pygments/lexers/pawn.py b/Libs/pygments/lexers/pawn.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/pawn.py rename to Libs/pygments/lexers/pawn.py diff --git a/CadQuery/Libs/pygments/lexers/perl.py b/Libs/pygments/lexers/perl.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/perl.py rename to Libs/pygments/lexers/perl.py diff --git a/CadQuery/Libs/pygments/lexers/php.py b/Libs/pygments/lexers/php.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/php.py rename to Libs/pygments/lexers/php.py diff --git a/CadQuery/Libs/pygments/lexers/prolog.py b/Libs/pygments/lexers/prolog.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/prolog.py rename to Libs/pygments/lexers/prolog.py diff --git a/CadQuery/Libs/pygments/lexers/python.py b/Libs/pygments/lexers/python.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/python.py rename to Libs/pygments/lexers/python.py diff --git a/CadQuery/Libs/pygments/lexers/r.py b/Libs/pygments/lexers/r.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/r.py rename to Libs/pygments/lexers/r.py diff --git a/CadQuery/Libs/pygments/lexers/rdf.py b/Libs/pygments/lexers/rdf.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/rdf.py rename to Libs/pygments/lexers/rdf.py diff --git a/CadQuery/Libs/pygments/lexers/rebol.py b/Libs/pygments/lexers/rebol.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/rebol.py rename to Libs/pygments/lexers/rebol.py diff --git a/CadQuery/Libs/pygments/lexers/resource.py b/Libs/pygments/lexers/resource.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/resource.py rename to Libs/pygments/lexers/resource.py diff --git a/CadQuery/Libs/pygments/lexers/robotframework.py b/Libs/pygments/lexers/robotframework.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/robotframework.py rename to Libs/pygments/lexers/robotframework.py diff --git a/CadQuery/Libs/pygments/lexers/ruby.py b/Libs/pygments/lexers/ruby.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/ruby.py rename to Libs/pygments/lexers/ruby.py diff --git a/CadQuery/Libs/pygments/lexers/rust.py b/Libs/pygments/lexers/rust.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/rust.py rename to Libs/pygments/lexers/rust.py diff --git a/CadQuery/Libs/pygments/lexers/scripting.py b/Libs/pygments/lexers/scripting.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/scripting.py rename to Libs/pygments/lexers/scripting.py diff --git a/CadQuery/Libs/pygments/lexers/shell.py b/Libs/pygments/lexers/shell.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/shell.py rename to Libs/pygments/lexers/shell.py diff --git a/CadQuery/Libs/pygments/lexers/smalltalk.py b/Libs/pygments/lexers/smalltalk.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/smalltalk.py rename to Libs/pygments/lexers/smalltalk.py diff --git a/CadQuery/Libs/pygments/lexers/snobol.py b/Libs/pygments/lexers/snobol.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/snobol.py rename to Libs/pygments/lexers/snobol.py diff --git a/CadQuery/Libs/pygments/lexers/special.py b/Libs/pygments/lexers/special.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/special.py rename to Libs/pygments/lexers/special.py diff --git a/CadQuery/Libs/pygments/lexers/sql.py b/Libs/pygments/lexers/sql.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/sql.py rename to Libs/pygments/lexers/sql.py diff --git a/CadQuery/Libs/pygments/lexers/tcl.py b/Libs/pygments/lexers/tcl.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/tcl.py rename to Libs/pygments/lexers/tcl.py diff --git a/CadQuery/Libs/pygments/lexers/templates.py b/Libs/pygments/lexers/templates.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/templates.py rename to Libs/pygments/lexers/templates.py diff --git a/CadQuery/Libs/pygments/lexers/testing.py b/Libs/pygments/lexers/testing.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/testing.py rename to Libs/pygments/lexers/testing.py diff --git a/CadQuery/Libs/pygments/lexers/text.py b/Libs/pygments/lexers/text.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/text.py rename to Libs/pygments/lexers/text.py diff --git a/CadQuery/Libs/pygments/lexers/textedit.py b/Libs/pygments/lexers/textedit.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/textedit.py rename to Libs/pygments/lexers/textedit.py diff --git a/CadQuery/Libs/pygments/lexers/textfmts.py b/Libs/pygments/lexers/textfmts.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/textfmts.py rename to Libs/pygments/lexers/textfmts.py diff --git a/CadQuery/Libs/pygments/lexers/theorem.py b/Libs/pygments/lexers/theorem.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/theorem.py rename to Libs/pygments/lexers/theorem.py diff --git a/CadQuery/Libs/pygments/lexers/urbi.py b/Libs/pygments/lexers/urbi.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/urbi.py rename to Libs/pygments/lexers/urbi.py diff --git a/CadQuery/Libs/pygments/lexers/web.py b/Libs/pygments/lexers/web.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/web.py rename to Libs/pygments/lexers/web.py diff --git a/CadQuery/Libs/pygments/lexers/webmisc.py b/Libs/pygments/lexers/webmisc.py similarity index 100% rename from CadQuery/Libs/pygments/lexers/webmisc.py rename to Libs/pygments/lexers/webmisc.py diff --git a/CadQuery/Libs/pygments/modeline.py b/Libs/pygments/modeline.py similarity index 100% rename from CadQuery/Libs/pygments/modeline.py rename to Libs/pygments/modeline.py diff --git a/CadQuery/Libs/pygments/plugin.py b/Libs/pygments/plugin.py similarity index 100% rename from CadQuery/Libs/pygments/plugin.py rename to Libs/pygments/plugin.py diff --git a/CadQuery/Libs/pygments/regexopt.py b/Libs/pygments/regexopt.py similarity index 100% rename from CadQuery/Libs/pygments/regexopt.py rename to Libs/pygments/regexopt.py diff --git a/CadQuery/Libs/pygments/scanner.py b/Libs/pygments/scanner.py similarity index 100% rename from CadQuery/Libs/pygments/scanner.py rename to Libs/pygments/scanner.py diff --git a/CadQuery/Libs/pygments/sphinxext.py b/Libs/pygments/sphinxext.py similarity index 100% rename from CadQuery/Libs/pygments/sphinxext.py rename to Libs/pygments/sphinxext.py diff --git a/CadQuery/Libs/pygments/style.py b/Libs/pygments/style.py similarity index 100% rename from CadQuery/Libs/pygments/style.py rename to Libs/pygments/style.py diff --git a/CadQuery/Libs/pygments/styles/__init__.py b/Libs/pygments/styles/__init__.py similarity index 100% rename from CadQuery/Libs/pygments/styles/__init__.py rename to Libs/pygments/styles/__init__.py diff --git a/CadQuery/Libs/pygments/styles/autumn.py b/Libs/pygments/styles/autumn.py similarity index 100% rename from CadQuery/Libs/pygments/styles/autumn.py rename to Libs/pygments/styles/autumn.py diff --git a/CadQuery/Libs/pygments/styles/borland.py b/Libs/pygments/styles/borland.py similarity index 100% rename from CadQuery/Libs/pygments/styles/borland.py rename to Libs/pygments/styles/borland.py diff --git a/CadQuery/Libs/pygments/styles/bw.py b/Libs/pygments/styles/bw.py similarity index 100% rename from CadQuery/Libs/pygments/styles/bw.py rename to Libs/pygments/styles/bw.py diff --git a/CadQuery/Libs/pygments/styles/colorful.py b/Libs/pygments/styles/colorful.py similarity index 100% rename from CadQuery/Libs/pygments/styles/colorful.py rename to Libs/pygments/styles/colorful.py diff --git a/CadQuery/Libs/pygments/styles/default.py b/Libs/pygments/styles/default.py similarity index 100% rename from CadQuery/Libs/pygments/styles/default.py rename to Libs/pygments/styles/default.py diff --git a/CadQuery/Libs/pygments/styles/emacs.py b/Libs/pygments/styles/emacs.py similarity index 100% rename from CadQuery/Libs/pygments/styles/emacs.py rename to Libs/pygments/styles/emacs.py diff --git a/CadQuery/Libs/pygments/styles/friendly.py b/Libs/pygments/styles/friendly.py similarity index 100% rename from CadQuery/Libs/pygments/styles/friendly.py rename to Libs/pygments/styles/friendly.py diff --git a/CadQuery/Libs/pygments/styles/fruity.py b/Libs/pygments/styles/fruity.py similarity index 100% rename from CadQuery/Libs/pygments/styles/fruity.py rename to Libs/pygments/styles/fruity.py diff --git a/CadQuery/Libs/pygments/styles/igor.py b/Libs/pygments/styles/igor.py similarity index 100% rename from CadQuery/Libs/pygments/styles/igor.py rename to Libs/pygments/styles/igor.py diff --git a/CadQuery/Libs/pygments/styles/manni.py b/Libs/pygments/styles/manni.py similarity index 100% rename from CadQuery/Libs/pygments/styles/manni.py rename to Libs/pygments/styles/manni.py diff --git a/CadQuery/Libs/pygments/styles/monokai.py b/Libs/pygments/styles/monokai.py similarity index 100% rename from CadQuery/Libs/pygments/styles/monokai.py rename to Libs/pygments/styles/monokai.py diff --git a/CadQuery/Libs/pygments/styles/murphy.py b/Libs/pygments/styles/murphy.py similarity index 100% rename from CadQuery/Libs/pygments/styles/murphy.py rename to Libs/pygments/styles/murphy.py diff --git a/CadQuery/Libs/pygments/styles/native.py b/Libs/pygments/styles/native.py similarity index 100% rename from CadQuery/Libs/pygments/styles/native.py rename to Libs/pygments/styles/native.py diff --git a/CadQuery/Libs/pygments/styles/paraiso_dark.py b/Libs/pygments/styles/paraiso_dark.py similarity index 100% rename from CadQuery/Libs/pygments/styles/paraiso_dark.py rename to Libs/pygments/styles/paraiso_dark.py diff --git a/CadQuery/Libs/pygments/styles/paraiso_light.py b/Libs/pygments/styles/paraiso_light.py similarity index 100% rename from CadQuery/Libs/pygments/styles/paraiso_light.py rename to Libs/pygments/styles/paraiso_light.py diff --git a/CadQuery/Libs/pygments/styles/pastie.py b/Libs/pygments/styles/pastie.py similarity index 100% rename from CadQuery/Libs/pygments/styles/pastie.py rename to Libs/pygments/styles/pastie.py diff --git a/CadQuery/Libs/pygments/styles/perldoc.py b/Libs/pygments/styles/perldoc.py similarity index 100% rename from CadQuery/Libs/pygments/styles/perldoc.py rename to Libs/pygments/styles/perldoc.py diff --git a/CadQuery/Libs/pygments/styles/rrt.py b/Libs/pygments/styles/rrt.py similarity index 100% rename from CadQuery/Libs/pygments/styles/rrt.py rename to Libs/pygments/styles/rrt.py diff --git a/CadQuery/Libs/pygments/styles/tango.py b/Libs/pygments/styles/tango.py similarity index 100% rename from CadQuery/Libs/pygments/styles/tango.py rename to Libs/pygments/styles/tango.py diff --git a/CadQuery/Libs/pygments/styles/trac.py b/Libs/pygments/styles/trac.py similarity index 100% rename from CadQuery/Libs/pygments/styles/trac.py rename to Libs/pygments/styles/trac.py diff --git a/CadQuery/Libs/pygments/styles/vim.py b/Libs/pygments/styles/vim.py similarity index 100% rename from CadQuery/Libs/pygments/styles/vim.py rename to Libs/pygments/styles/vim.py diff --git a/CadQuery/Libs/pygments/styles/vs.py b/Libs/pygments/styles/vs.py similarity index 100% rename from CadQuery/Libs/pygments/styles/vs.py rename to Libs/pygments/styles/vs.py diff --git a/CadQuery/Libs/pygments/styles/xcode.py b/Libs/pygments/styles/xcode.py similarity index 100% rename from CadQuery/Libs/pygments/styles/xcode.py rename to Libs/pygments/styles/xcode.py diff --git a/CadQuery/Libs/pygments/token.py b/Libs/pygments/token.py similarity index 100% rename from CadQuery/Libs/pygments/token.py rename to Libs/pygments/token.py diff --git a/CadQuery/Libs/pygments/unistring.py b/Libs/pygments/unistring.py similarity index 100% rename from CadQuery/Libs/pygments/unistring.py rename to Libs/pygments/unistring.py diff --git a/CadQuery/Libs/pygments/util.py b/Libs/pygments/util.py similarity index 100% rename from CadQuery/Libs/pygments/util.py rename to Libs/pygments/util.py diff --git a/CadQuery/Libs/pyparsing.py b/Libs/pyparsing.py similarity index 100% rename from CadQuery/Libs/pyparsing.py rename to Libs/pyparsing.py diff --git a/CadQuery/Libs/pyqode/__init__.py b/Libs/pyqode/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/__init__.py rename to Libs/pyqode/__init__.py diff --git a/CadQuery/Libs/pyqode/core/__init__.py b/Libs/pyqode/core/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/core/__init__.py rename to Libs/pyqode/core/__init__.py diff --git a/CadQuery/Libs/pyqode/core/_designer_plugins/__init__.py b/Libs/pyqode/core/_designer_plugins/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_designer_plugins/__init__.py rename to Libs/pyqode/core/_designer_plugins/__init__.py diff --git a/CadQuery/Libs/pyqode/core/_designer_plugins/code_edit_plugin.py b/Libs/pyqode/core/_designer_plugins/code_edit_plugin.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_designer_plugins/code_edit_plugin.py rename to Libs/pyqode/core/_designer_plugins/code_edit_plugin.py diff --git a/CadQuery/Libs/pyqode/core/_designer_plugins/errors_table_plugin.py b/Libs/pyqode/core/_designer_plugins/errors_table_plugin.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_designer_plugins/errors_table_plugin.py rename to Libs/pyqode/core/_designer_plugins/errors_table_plugin.py diff --git a/CadQuery/Libs/pyqode/core/_designer_plugins/interactive_console_plugin.py b/Libs/pyqode/core/_designer_plugins/interactive_console_plugin.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_designer_plugins/interactive_console_plugin.py rename to Libs/pyqode/core/_designer_plugins/interactive_console_plugin.py diff --git a/CadQuery/Libs/pyqode/core/_designer_plugins/tab_widget_plugin.py b/Libs/pyqode/core/_designer_plugins/tab_widget_plugin.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_designer_plugins/tab_widget_plugin.py rename to Libs/pyqode/core/_designer_plugins/tab_widget_plugin.py diff --git a/CadQuery/Libs/pyqode/core/_forms/__init__.py b/Libs/pyqode/core/_forms/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_forms/__init__.py rename to Libs/pyqode/core/_forms/__init__.py diff --git a/CadQuery/Libs/pyqode/core/_forms/dlg_encodings_ui.py b/Libs/pyqode/core/_forms/dlg_encodings_ui.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_forms/dlg_encodings_ui.py rename to Libs/pyqode/core/_forms/dlg_encodings_ui.py diff --git a/CadQuery/Libs/pyqode/core/_forms/dlg_goto_line_ui.py b/Libs/pyqode/core/_forms/dlg_goto_line_ui.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_forms/dlg_goto_line_ui.py rename to Libs/pyqode/core/_forms/dlg_goto_line_ui.py diff --git a/CadQuery/Libs/pyqode/core/_forms/dlg_preferred_encodings_editor_ui.py b/Libs/pyqode/core/_forms/dlg_preferred_encodings_editor_ui.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_forms/dlg_preferred_encodings_editor_ui.py rename to Libs/pyqode/core/_forms/dlg_preferred_encodings_editor_ui.py diff --git a/CadQuery/Libs/pyqode/core/_forms/dlg_unsaved_files_ui.py b/Libs/pyqode/core/_forms/dlg_unsaved_files_ui.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_forms/dlg_unsaved_files_ui.py rename to Libs/pyqode/core/_forms/dlg_unsaved_files_ui.py diff --git a/CadQuery/Libs/pyqode/core/_forms/pnl_encoding_ui.py b/Libs/pyqode/core/_forms/pnl_encoding_ui.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_forms/pnl_encoding_ui.py rename to Libs/pyqode/core/_forms/pnl_encoding_ui.py diff --git a/CadQuery/Libs/pyqode/core/_forms/popup_open_files_ui.py b/Libs/pyqode/core/_forms/popup_open_files_ui.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_forms/popup_open_files_ui.py rename to Libs/pyqode/core/_forms/popup_open_files_ui.py diff --git a/CadQuery/Libs/pyqode/core/_forms/pyqode_core_rc.py b/Libs/pyqode/core/_forms/pyqode_core_rc.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_forms/pyqode_core_rc.py rename to Libs/pyqode/core/_forms/pyqode_core_rc.py diff --git a/CadQuery/Libs/pyqode/core/_forms/search_panel_ui.py b/Libs/pyqode/core/_forms/search_panel_ui.py similarity index 100% rename from CadQuery/Libs/pyqode/core/_forms/search_panel_ui.py rename to Libs/pyqode/core/_forms/search_panel_ui.py diff --git a/CadQuery/Libs/pyqode/core/api/__init__.py b/Libs/pyqode/core/api/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/core/api/__init__.py rename to Libs/pyqode/core/api/__init__.py diff --git a/CadQuery/Libs/pyqode/core/api/client.py b/Libs/pyqode/core/api/client.py similarity index 100% rename from CadQuery/Libs/pyqode/core/api/client.py rename to Libs/pyqode/core/api/client.py diff --git a/CadQuery/Libs/pyqode/core/api/code_edit.py b/Libs/pyqode/core/api/code_edit.py similarity index 100% rename from CadQuery/Libs/pyqode/core/api/code_edit.py rename to Libs/pyqode/core/api/code_edit.py diff --git a/CadQuery/Libs/pyqode/core/api/decoration.py b/Libs/pyqode/core/api/decoration.py similarity index 100% rename from CadQuery/Libs/pyqode/core/api/decoration.py rename to Libs/pyqode/core/api/decoration.py diff --git a/CadQuery/Libs/pyqode/core/api/encodings.py b/Libs/pyqode/core/api/encodings.py similarity index 100% rename from CadQuery/Libs/pyqode/core/api/encodings.py rename to Libs/pyqode/core/api/encodings.py diff --git a/CadQuery/Libs/pyqode/core/api/folding.py b/Libs/pyqode/core/api/folding.py similarity index 100% rename from CadQuery/Libs/pyqode/core/api/folding.py rename to Libs/pyqode/core/api/folding.py diff --git a/CadQuery/Libs/pyqode/core/api/manager.py b/Libs/pyqode/core/api/manager.py similarity index 100% rename from CadQuery/Libs/pyqode/core/api/manager.py rename to Libs/pyqode/core/api/manager.py diff --git a/CadQuery/Libs/pyqode/core/api/mode.py b/Libs/pyqode/core/api/mode.py similarity index 100% rename from CadQuery/Libs/pyqode/core/api/mode.py rename to Libs/pyqode/core/api/mode.py diff --git a/CadQuery/Libs/pyqode/core/api/panel.py b/Libs/pyqode/core/api/panel.py similarity index 100% rename from CadQuery/Libs/pyqode/core/api/panel.py rename to Libs/pyqode/core/api/panel.py diff --git a/CadQuery/Libs/pyqode/core/api/syntax_highlighter.py b/Libs/pyqode/core/api/syntax_highlighter.py similarity index 100% rename from CadQuery/Libs/pyqode/core/api/syntax_highlighter.py rename to Libs/pyqode/core/api/syntax_highlighter.py diff --git a/CadQuery/Libs/pyqode/core/api/utils.py b/Libs/pyqode/core/api/utils.py similarity index 100% rename from CadQuery/Libs/pyqode/core/api/utils.py rename to Libs/pyqode/core/api/utils.py diff --git a/CadQuery/Libs/pyqode/core/backend/__init__.py b/Libs/pyqode/core/backend/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/core/backend/__init__.py rename to Libs/pyqode/core/backend/__init__.py diff --git a/CadQuery/Libs/pyqode/core/backend/server.py b/Libs/pyqode/core/backend/server.py similarity index 100% rename from CadQuery/Libs/pyqode/core/backend/server.py rename to Libs/pyqode/core/backend/server.py diff --git a/CadQuery/Libs/pyqode/core/backend/workers.py b/Libs/pyqode/core/backend/workers.py similarity index 100% rename from CadQuery/Libs/pyqode/core/backend/workers.py rename to Libs/pyqode/core/backend/workers.py diff --git a/CadQuery/Libs/pyqode/core/cache.py b/Libs/pyqode/core/cache.py similarity index 100% rename from CadQuery/Libs/pyqode/core/cache.py rename to Libs/pyqode/core/cache.py diff --git a/CadQuery/Libs/pyqode/core/dialogs/__init__.py b/Libs/pyqode/core/dialogs/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/core/dialogs/__init__.py rename to Libs/pyqode/core/dialogs/__init__.py diff --git a/CadQuery/Libs/pyqode/core/dialogs/encodings.py b/Libs/pyqode/core/dialogs/encodings.py similarity index 100% rename from CadQuery/Libs/pyqode/core/dialogs/encodings.py rename to Libs/pyqode/core/dialogs/encodings.py diff --git a/CadQuery/Libs/pyqode/core/dialogs/goto.py b/Libs/pyqode/core/dialogs/goto.py similarity index 100% rename from CadQuery/Libs/pyqode/core/dialogs/goto.py rename to Libs/pyqode/core/dialogs/goto.py diff --git a/CadQuery/Libs/pyqode/core/dialogs/unsaved_files.py b/Libs/pyqode/core/dialogs/unsaved_files.py similarity index 100% rename from CadQuery/Libs/pyqode/core/dialogs/unsaved_files.py rename to Libs/pyqode/core/dialogs/unsaved_files.py diff --git a/CadQuery/Libs/pyqode/core/icons.py b/Libs/pyqode/core/icons.py similarity index 100% rename from CadQuery/Libs/pyqode/core/icons.py rename to Libs/pyqode/core/icons.py diff --git a/CadQuery/Libs/pyqode/core/managers/__init__.py b/Libs/pyqode/core/managers/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/core/managers/__init__.py rename to Libs/pyqode/core/managers/__init__.py diff --git a/CadQuery/Libs/pyqode/core/managers/backend.py b/Libs/pyqode/core/managers/backend.py similarity index 100% rename from CadQuery/Libs/pyqode/core/managers/backend.py rename to Libs/pyqode/core/managers/backend.py diff --git a/CadQuery/Libs/pyqode/core/managers/decorations.py b/Libs/pyqode/core/managers/decorations.py similarity index 100% rename from CadQuery/Libs/pyqode/core/managers/decorations.py rename to Libs/pyqode/core/managers/decorations.py diff --git a/CadQuery/Libs/pyqode/core/managers/file.py b/Libs/pyqode/core/managers/file.py similarity index 100% rename from CadQuery/Libs/pyqode/core/managers/file.py rename to Libs/pyqode/core/managers/file.py diff --git a/CadQuery/Libs/pyqode/core/managers/modes.py b/Libs/pyqode/core/managers/modes.py similarity index 100% rename from CadQuery/Libs/pyqode/core/managers/modes.py rename to Libs/pyqode/core/managers/modes.py diff --git a/CadQuery/Libs/pyqode/core/managers/panels.py b/Libs/pyqode/core/managers/panels.py similarity index 100% rename from CadQuery/Libs/pyqode/core/managers/panels.py rename to Libs/pyqode/core/managers/panels.py diff --git a/CadQuery/Libs/pyqode/core/modes/__init__.py b/Libs/pyqode/core/modes/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/__init__.py rename to Libs/pyqode/core/modes/__init__.py diff --git a/CadQuery/Libs/pyqode/core/modes/autocomplete.py b/Libs/pyqode/core/modes/autocomplete.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/autocomplete.py rename to Libs/pyqode/core/modes/autocomplete.py diff --git a/CadQuery/Libs/pyqode/core/modes/autoindent.py b/Libs/pyqode/core/modes/autoindent.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/autoindent.py rename to Libs/pyqode/core/modes/autoindent.py diff --git a/CadQuery/Libs/pyqode/core/modes/backspace.py b/Libs/pyqode/core/modes/backspace.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/backspace.py rename to Libs/pyqode/core/modes/backspace.py diff --git a/CadQuery/Libs/pyqode/core/modes/caret_line_highlight.py b/Libs/pyqode/core/modes/caret_line_highlight.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/caret_line_highlight.py rename to Libs/pyqode/core/modes/caret_line_highlight.py diff --git a/CadQuery/Libs/pyqode/core/modes/case_converter.py b/Libs/pyqode/core/modes/case_converter.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/case_converter.py rename to Libs/pyqode/core/modes/case_converter.py diff --git a/CadQuery/Libs/pyqode/core/modes/checker.py b/Libs/pyqode/core/modes/checker.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/checker.py rename to Libs/pyqode/core/modes/checker.py diff --git a/CadQuery/Libs/pyqode/core/modes/code_completion.py b/Libs/pyqode/core/modes/code_completion.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/code_completion.py rename to Libs/pyqode/core/modes/code_completion.py diff --git a/CadQuery/Libs/pyqode/core/modes/extended_selection.py b/Libs/pyqode/core/modes/extended_selection.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/extended_selection.py rename to Libs/pyqode/core/modes/extended_selection.py diff --git a/CadQuery/Libs/pyqode/core/modes/filewatcher.py b/Libs/pyqode/core/modes/filewatcher.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/filewatcher.py rename to Libs/pyqode/core/modes/filewatcher.py diff --git a/CadQuery/Libs/pyqode/core/modes/indenter.py b/Libs/pyqode/core/modes/indenter.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/indenter.py rename to Libs/pyqode/core/modes/indenter.py diff --git a/CadQuery/Libs/pyqode/core/modes/matcher.py b/Libs/pyqode/core/modes/matcher.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/matcher.py rename to Libs/pyqode/core/modes/matcher.py diff --git a/CadQuery/Libs/pyqode/core/modes/occurences.py b/Libs/pyqode/core/modes/occurences.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/occurences.py rename to Libs/pyqode/core/modes/occurences.py diff --git a/CadQuery/Libs/pyqode/core/modes/outline.py b/Libs/pyqode/core/modes/outline.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/outline.py rename to Libs/pyqode/core/modes/outline.py diff --git a/CadQuery/Libs/pyqode/core/modes/pygments_sh.py b/Libs/pyqode/core/modes/pygments_sh.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/pygments_sh.py rename to Libs/pyqode/core/modes/pygments_sh.py diff --git a/CadQuery/Libs/pyqode/core/modes/right_margin.py b/Libs/pyqode/core/modes/right_margin.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/right_margin.py rename to Libs/pyqode/core/modes/right_margin.py diff --git a/CadQuery/Libs/pyqode/core/modes/wordclick.py b/Libs/pyqode/core/modes/wordclick.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/wordclick.py rename to Libs/pyqode/core/modes/wordclick.py diff --git a/CadQuery/Libs/pyqode/core/modes/zoom.py b/Libs/pyqode/core/modes/zoom.py similarity index 100% rename from CadQuery/Libs/pyqode/core/modes/zoom.py rename to Libs/pyqode/core/modes/zoom.py diff --git a/CadQuery/Libs/pyqode/core/panels/__init__.py b/Libs/pyqode/core/panels/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/core/panels/__init__.py rename to Libs/pyqode/core/panels/__init__.py diff --git a/CadQuery/Libs/pyqode/core/panels/checker.py b/Libs/pyqode/core/panels/checker.py similarity index 100% rename from CadQuery/Libs/pyqode/core/panels/checker.py rename to Libs/pyqode/core/panels/checker.py diff --git a/CadQuery/Libs/pyqode/core/panels/encodings.py b/Libs/pyqode/core/panels/encodings.py similarity index 100% rename from CadQuery/Libs/pyqode/core/panels/encodings.py rename to Libs/pyqode/core/panels/encodings.py diff --git a/CadQuery/Libs/pyqode/core/panels/folding.py b/Libs/pyqode/core/panels/folding.py similarity index 100% rename from CadQuery/Libs/pyqode/core/panels/folding.py rename to Libs/pyqode/core/panels/folding.py diff --git a/CadQuery/Libs/pyqode/core/panels/global_checker.py b/Libs/pyqode/core/panels/global_checker.py similarity index 100% rename from CadQuery/Libs/pyqode/core/panels/global_checker.py rename to Libs/pyqode/core/panels/global_checker.py diff --git a/CadQuery/Libs/pyqode/core/panels/line_number.py b/Libs/pyqode/core/panels/line_number.py similarity index 100% rename from CadQuery/Libs/pyqode/core/panels/line_number.py rename to Libs/pyqode/core/panels/line_number.py diff --git a/CadQuery/Libs/pyqode/core/panels/marker.py b/Libs/pyqode/core/panels/marker.py similarity index 100% rename from CadQuery/Libs/pyqode/core/panels/marker.py rename to Libs/pyqode/core/panels/marker.py diff --git a/CadQuery/Libs/pyqode/core/panels/search_and_replace.py b/Libs/pyqode/core/panels/search_and_replace.py similarity index 100% rename from CadQuery/Libs/pyqode/core/panels/search_and_replace.py rename to Libs/pyqode/core/panels/search_and_replace.py diff --git a/CadQuery/Libs/pyqode/core/share.py b/Libs/pyqode/core/share.py similarity index 100% rename from CadQuery/Libs/pyqode/core/share.py rename to Libs/pyqode/core/share.py diff --git a/CadQuery/Libs/pyqode/core/styles/__init__.py b/Libs/pyqode/core/styles/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/core/styles/__init__.py rename to Libs/pyqode/core/styles/__init__.py diff --git a/CadQuery/Libs/pyqode/core/styles/darcula.py b/Libs/pyqode/core/styles/darcula.py similarity index 100% rename from CadQuery/Libs/pyqode/core/styles/darcula.py rename to Libs/pyqode/core/styles/darcula.py diff --git a/CadQuery/Libs/pyqode/core/styles/qt.py b/Libs/pyqode/core/styles/qt.py similarity index 100% rename from CadQuery/Libs/pyqode/core/styles/qt.py rename to Libs/pyqode/core/styles/qt.py diff --git a/CadQuery/Libs/pyqode/core/tools/__init__.py b/Libs/pyqode/core/tools/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/core/tools/__init__.py rename to Libs/pyqode/core/tools/__init__.py diff --git a/CadQuery/Libs/pyqode/core/tools/console.py b/Libs/pyqode/core/tools/console.py similarity index 100% rename from CadQuery/Libs/pyqode/core/tools/console.py rename to Libs/pyqode/core/tools/console.py diff --git a/CadQuery/Libs/pyqode/core/widgets/__init__.py b/Libs/pyqode/core/widgets/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/__init__.py rename to Libs/pyqode/core/widgets/__init__.py diff --git a/CadQuery/Libs/pyqode/core/widgets/code_edits.py b/Libs/pyqode/core/widgets/code_edits.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/code_edits.py rename to Libs/pyqode/core/widgets/code_edits.py diff --git a/CadQuery/Libs/pyqode/core/widgets/encodings.py b/Libs/pyqode/core/widgets/encodings.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/encodings.py rename to Libs/pyqode/core/widgets/encodings.py diff --git a/CadQuery/Libs/pyqode/core/widgets/errors_table.py b/Libs/pyqode/core/widgets/errors_table.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/errors_table.py rename to Libs/pyqode/core/widgets/errors_table.py diff --git a/CadQuery/Libs/pyqode/core/widgets/file_icons_provider.py b/Libs/pyqode/core/widgets/file_icons_provider.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/file_icons_provider.py rename to Libs/pyqode/core/widgets/file_icons_provider.py diff --git a/CadQuery/Libs/pyqode/core/widgets/filesystem_treeview.py b/Libs/pyqode/core/widgets/filesystem_treeview.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/filesystem_treeview.py rename to Libs/pyqode/core/widgets/filesystem_treeview.py diff --git a/CadQuery/Libs/pyqode/core/widgets/interactive.py b/Libs/pyqode/core/widgets/interactive.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/interactive.py rename to Libs/pyqode/core/widgets/interactive.py diff --git a/CadQuery/Libs/pyqode/core/widgets/menu_recents.py b/Libs/pyqode/core/widgets/menu_recents.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/menu_recents.py rename to Libs/pyqode/core/widgets/menu_recents.py diff --git a/CadQuery/Libs/pyqode/core/widgets/outline.py b/Libs/pyqode/core/widgets/outline.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/outline.py rename to Libs/pyqode/core/widgets/outline.py diff --git a/CadQuery/Libs/pyqode/core/widgets/prompt_line_edit.py b/Libs/pyqode/core/widgets/prompt_line_edit.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/prompt_line_edit.py rename to Libs/pyqode/core/widgets/prompt_line_edit.py diff --git a/CadQuery/Libs/pyqode/core/widgets/splittable_tab_widget.py b/Libs/pyqode/core/widgets/splittable_tab_widget.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/splittable_tab_widget.py rename to Libs/pyqode/core/widgets/splittable_tab_widget.py diff --git a/CadQuery/Libs/pyqode/core/widgets/tab_bar.py b/Libs/pyqode/core/widgets/tab_bar.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/tab_bar.py rename to Libs/pyqode/core/widgets/tab_bar.py diff --git a/CadQuery/Libs/pyqode/core/widgets/tabs.py b/Libs/pyqode/core/widgets/tabs.py similarity index 100% rename from CadQuery/Libs/pyqode/core/widgets/tabs.py rename to Libs/pyqode/core/widgets/tabs.py diff --git a/CadQuery/Libs/pyqode/python/__init__.py b/Libs/pyqode/python/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/python/__init__.py rename to Libs/pyqode/python/__init__.py diff --git a/CadQuery/Libs/pyqode/python/_forms/__init__.py b/Libs/pyqode/python/_forms/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/python/_forms/__init__.py rename to Libs/pyqode/python/_forms/__init__.py diff --git a/CadQuery/Libs/pyqode/python/_forms/pyqode_python_icons_rc.py b/Libs/pyqode/python/_forms/pyqode_python_icons_rc.py similarity index 100% rename from CadQuery/Libs/pyqode/python/_forms/pyqode_python_icons_rc.py rename to Libs/pyqode/python/_forms/pyqode_python_icons_rc.py diff --git a/CadQuery/Libs/pyqode/python/backend/__init__.py b/Libs/pyqode/python/backend/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/python/backend/__init__.py rename to Libs/pyqode/python/backend/__init__.py diff --git a/CadQuery/Libs/pyqode/python/backend/pep8utils.py b/Libs/pyqode/python/backend/pep8utils.py similarity index 100% rename from CadQuery/Libs/pyqode/python/backend/pep8utils.py rename to Libs/pyqode/python/backend/pep8utils.py diff --git a/CadQuery/Libs/pyqode/python/backend/server.py b/Libs/pyqode/python/backend/server.py similarity index 100% rename from CadQuery/Libs/pyqode/python/backend/server.py rename to Libs/pyqode/python/backend/server.py diff --git a/CadQuery/Libs/pyqode/python/backend/workers.py b/Libs/pyqode/python/backend/workers.py similarity index 100% rename from CadQuery/Libs/pyqode/python/backend/workers.py rename to Libs/pyqode/python/backend/workers.py diff --git a/CadQuery/Libs/pyqode/python/designer_plugin.py b/Libs/pyqode/python/designer_plugin.py similarity index 100% rename from CadQuery/Libs/pyqode/python/designer_plugin.py rename to Libs/pyqode/python/designer_plugin.py diff --git a/CadQuery/Libs/pyqode/python/folding.py b/Libs/pyqode/python/folding.py similarity index 100% rename from CadQuery/Libs/pyqode/python/folding.py rename to Libs/pyqode/python/folding.py diff --git a/CadQuery/Libs/pyqode/python/managers/__init__.py b/Libs/pyqode/python/managers/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/python/managers/__init__.py rename to Libs/pyqode/python/managers/__init__.py diff --git a/CadQuery/Libs/pyqode/python/managers/file.py b/Libs/pyqode/python/managers/file.py similarity index 100% rename from CadQuery/Libs/pyqode/python/managers/file.py rename to Libs/pyqode/python/managers/file.py diff --git a/CadQuery/Libs/pyqode/python/modes/__init__.py b/Libs/pyqode/python/modes/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/python/modes/__init__.py rename to Libs/pyqode/python/modes/__init__.py diff --git a/CadQuery/Libs/pyqode/python/modes/autocomplete.py b/Libs/pyqode/python/modes/autocomplete.py similarity index 100% rename from CadQuery/Libs/pyqode/python/modes/autocomplete.py rename to Libs/pyqode/python/modes/autocomplete.py diff --git a/CadQuery/Libs/pyqode/python/modes/autoindent.py b/Libs/pyqode/python/modes/autoindent.py similarity index 100% rename from CadQuery/Libs/pyqode/python/modes/autoindent.py rename to Libs/pyqode/python/modes/autoindent.py diff --git a/CadQuery/Libs/pyqode/python/modes/calltips.py b/Libs/pyqode/python/modes/calltips.py similarity index 100% rename from CadQuery/Libs/pyqode/python/modes/calltips.py rename to Libs/pyqode/python/modes/calltips.py diff --git a/CadQuery/Libs/pyqode/python/modes/comments.py b/Libs/pyqode/python/modes/comments.py similarity index 100% rename from CadQuery/Libs/pyqode/python/modes/comments.py rename to Libs/pyqode/python/modes/comments.py diff --git a/CadQuery/Libs/pyqode/python/modes/frosted_checker.py b/Libs/pyqode/python/modes/frosted_checker.py similarity index 100% rename from CadQuery/Libs/pyqode/python/modes/frosted_checker.py rename to Libs/pyqode/python/modes/frosted_checker.py diff --git a/CadQuery/Libs/pyqode/python/modes/goto_assignements.py b/Libs/pyqode/python/modes/goto_assignements.py similarity index 100% rename from CadQuery/Libs/pyqode/python/modes/goto_assignements.py rename to Libs/pyqode/python/modes/goto_assignements.py diff --git a/CadQuery/Libs/pyqode/python/modes/indenter.py b/Libs/pyqode/python/modes/indenter.py similarity index 100% rename from CadQuery/Libs/pyqode/python/modes/indenter.py rename to Libs/pyqode/python/modes/indenter.py diff --git a/CadQuery/Libs/pyqode/python/modes/pep8_checker.py b/Libs/pyqode/python/modes/pep8_checker.py similarity index 100% rename from CadQuery/Libs/pyqode/python/modes/pep8_checker.py rename to Libs/pyqode/python/modes/pep8_checker.py diff --git a/CadQuery/Libs/pyqode/python/modes/sh.py b/Libs/pyqode/python/modes/sh.py similarity index 100% rename from CadQuery/Libs/pyqode/python/modes/sh.py rename to Libs/pyqode/python/modes/sh.py diff --git a/CadQuery/Libs/pyqode/python/panels/__init__.py b/Libs/pyqode/python/panels/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/python/panels/__init__.py rename to Libs/pyqode/python/panels/__init__.py diff --git a/CadQuery/Libs/pyqode/python/panels/quick_doc.py b/Libs/pyqode/python/panels/quick_doc.py similarity index 100% rename from CadQuery/Libs/pyqode/python/panels/quick_doc.py rename to Libs/pyqode/python/panels/quick_doc.py diff --git a/CadQuery/Libs/pyqode/python/panels/symbol_browser.py b/Libs/pyqode/python/panels/symbol_browser.py similarity index 100% rename from CadQuery/Libs/pyqode/python/panels/symbol_browser.py rename to Libs/pyqode/python/panels/symbol_browser.py diff --git a/CadQuery/Libs/pyqode/python/widgets/__init__.py b/Libs/pyqode/python/widgets/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/python/widgets/__init__.py rename to Libs/pyqode/python/widgets/__init__.py diff --git a/CadQuery/Libs/pyqode/python/widgets/code_edit.py b/Libs/pyqode/python/widgets/code_edit.py similarity index 100% rename from CadQuery/Libs/pyqode/python/widgets/code_edit.py rename to Libs/pyqode/python/widgets/code_edit.py diff --git a/CadQuery/Libs/pyqode/python/widgets/interactive.py b/Libs/pyqode/python/widgets/interactive.py similarity index 100% rename from CadQuery/Libs/pyqode/python/widgets/interactive.py rename to Libs/pyqode/python/widgets/interactive.py diff --git a/CadQuery/Libs/pyqode/python/widgets/outline.py b/Libs/pyqode/python/widgets/outline.py similarity index 100% rename from CadQuery/Libs/pyqode/python/widgets/outline.py rename to Libs/pyqode/python/widgets/outline.py diff --git a/CadQuery/Libs/pyqode/qt/QtCore.py b/Libs/pyqode/qt/QtCore.py similarity index 100% rename from CadQuery/Libs/pyqode/qt/QtCore.py rename to Libs/pyqode/qt/QtCore.py diff --git a/CadQuery/Libs/pyqode/qt/QtDesigner.py b/Libs/pyqode/qt/QtDesigner.py similarity index 100% rename from CadQuery/Libs/pyqode/qt/QtDesigner.py rename to Libs/pyqode/qt/QtDesigner.py diff --git a/CadQuery/Libs/pyqode/qt/QtGui.py b/Libs/pyqode/qt/QtGui.py similarity index 100% rename from CadQuery/Libs/pyqode/qt/QtGui.py rename to Libs/pyqode/qt/QtGui.py diff --git a/CadQuery/Libs/pyqode/qt/QtNetwork.py b/Libs/pyqode/qt/QtNetwork.py similarity index 100% rename from CadQuery/Libs/pyqode/qt/QtNetwork.py rename to Libs/pyqode/qt/QtNetwork.py diff --git a/CadQuery/Libs/pyqode/qt/QtTest.py b/Libs/pyqode/qt/QtTest.py similarity index 100% rename from CadQuery/Libs/pyqode/qt/QtTest.py rename to Libs/pyqode/qt/QtTest.py diff --git a/CadQuery/Libs/pyqode/qt/QtWidgets.py b/Libs/pyqode/qt/QtWidgets.py similarity index 100% rename from CadQuery/Libs/pyqode/qt/QtWidgets.py rename to Libs/pyqode/qt/QtWidgets.py diff --git a/CadQuery/Libs/pyqode/qt/__init__.py b/Libs/pyqode/qt/__init__.py similarity index 100% rename from CadQuery/Libs/pyqode/qt/__init__.py rename to Libs/pyqode/qt/__init__.py diff --git a/CadQuery/Settings.py b/Settings.py similarity index 100% rename from CadQuery/Settings.py rename to Settings.py diff --git a/CadQuery/Shared.py b/Shared.py similarity index 100% rename from CadQuery/Shared.py rename to Shared.py diff --git a/CadQuery/Templates/script_template.py b/Templates/script_template.py similarity index 100% rename from CadQuery/Templates/script_template.py rename to Templates/script_template.py diff --git a/CadQuery/Tools/package_libraries.py b/Tools/package_libraries.py similarity index 100% rename from CadQuery/Tools/package_libraries.py rename to Tools/package_libraries.py diff --git a/CadQuery/__init__.py b/__init__.py similarity index 100% rename from CadQuery/__init__.py rename to __init__.py diff --git a/CadQuery/cq_server.py b/cq_server.py similarity index 100% rename from CadQuery/cq_server.py rename to cq_server.py diff --git a/CadQuery/module_locator.py b/module_locator.py similarity index 100% rename from CadQuery/module_locator.py rename to module_locator.py