b3dkit 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,54 @@
1
+ Metadata-Version: 2.4
2
+ Name: b3dkit
3
+ Version: 0.1.0
4
+ Summary: build123d libraries and utilities
5
+ Project-URL: Homepage, https://github.com/x0pherl/b3dkit
6
+ Project-URL: Issues, https://github.com/x0pherl/b3dkit/issues
7
+ Project-URL: Documentation, https://b3dkit.readthedocs.org
8
+ Author: x0pherl
9
+ License-File: LICENSE
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Classifier: Programming Language :: Python :: 3
13
+ Requires-Python: >=3.8
14
+ Requires-Dist: build123d>=0.0.1
15
+ Requires-Dist: ocp-vscode
16
+ Provides-Extra: dev
17
+ Requires-Dist: build; extra == 'dev'
18
+ Requires-Dist: hatchling; extra == 'dev'
19
+ Requires-Dist: pytest; extra == 'dev'
20
+ Requires-Dist: pytest-cov; extra == 'dev'
21
+ Provides-Extra: docs
22
+ Requires-Dist: markdown-include; extra == 'docs'
23
+ Requires-Dist: mkdocs; extra == 'docs'
24
+ Requires-Dist: mkdocs-material; extra == 'docs'
25
+ Description-Content-Type: text/markdown
26
+
27
+ # b3dkit Overview
28
+
29
+ b3dkit is a general purpose library extending some of [build123d](https://github.com/gumyr/build123d)'s Parts and adding handy utility functions.
30
+
31
+ It's grown to include some capabilities not required by that project. Useful components include:
32
+
33
+ - dovetail: Splits a build123d `Part` object into two parts that can easily be slid together with very tight tolerances. Useful when building parts larger than your printer's build volume. This includes a "snugtail" type that is uniquely suited to 3d printing and results in very strong bonds with a high surface area for friction to hold it in place, or glue to bond.
34
+ - click_fit: a tapered profile that allows for better printing & assembly than a simple half Sphere to allow parts to "click" or snap into place when fit together. The extruded shape and the socket are both shaped carefully to allow a mix of easy assembly and good hold.
35
+ - Point: a lightweight X,Y coordinate point object with some geometric functions built into the object.
36
+ - HexWall: builds a field of hexagons with gaps in-between within a given set of bounds.
37
+
38
+ # Documentation
39
+
40
+ Complete developer documentation for b3dkit is maintained in the docs folder and on the [b3dkit documentation](https://b3dkit.readthedocs.io) site.
41
+
42
+ # Fork from fb-lbrary
43
+
44
+ The b3dkit library began as a library specific to [Fender-Bender](https://github.com/x0pherl/fender-bender): a way to externalize and isolate some common utilities, functions, & methods from the project. It has since grown to include many parts and utilities that are not used by fender-bender. As part of a major rewrite to adhere method names and usage to feel more like Build123d native usage, we've forked and renamed the project to b3dkit, to better reflect our current purpose.
45
+
46
+
47
+ # Modifying the Source
48
+ The included source files rely on the build123d library. I recommend following the build123d installation instructions.
49
+
50
+ # Contributing
51
+ Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
52
+
53
+ # License
54
+ This project is licensed under the terms of the [MIT](https://choosealicense.com/licenses/mit/) license
@@ -0,0 +1,16 @@
1
+ b3dkit/__init__.py,sha256=qirCQUD-5rtUqdGdnV3C_Vf-JcWl0_Gmtif8DhUBC-s,320
2
+ b3dkit/antichamfer.py,sha256=zzq-8-kk2hide-gN4mgzGBFA05ck6pcskt6fshj-VHg,2130
3
+ b3dkit/ball_socket.py,sha256=Jql4BulwH5Q_8ld5mvvkvYvHTlZA_f3jn4mYBXFiRIQ,7107
4
+ b3dkit/basic_shapes.py,sha256=FCrcpclxYErL2k5-aFR-sslW1s39xcDwIKrglR31iMU,12029
5
+ b3dkit/bolt_fittings.py,sha256=feOszx_9ON-vNeLUz2lII5FZBsg7p0feraVtZu6eZUY,13028
6
+ b3dkit/click_fit.py,sha256=5aqwDDFav1bEqDNVu_QHqtRRrSoGXj9bCfRbNP34Lv4,2498
7
+ b3dkit/dovetail.py,sha256=s1rleRsUZtQDa2EMhSVVm7RASp7E3jyorWvIKGHRuco,49280
8
+ b3dkit/hexwall.py,sha256=XO_prnz6nGVV4cniSjmTXg7NV2UbEoYqWBbTwIS3X8w,3059
9
+ b3dkit/high_top_slide_box.py,sha256=mGGrwYORfQpZ5-IUME09aP7nxh7BsmBuaLcH8zd5AA0,16838
10
+ b3dkit/point.py,sha256=vgB0gZKw03E-IxePIZWzCP62QH4T_AuByezhix6UUBA,7001
11
+ b3dkit/slide_box.py,sha256=3Zjs6v2ThJff5_JIQ0wbg1V1ALXZmtv7n_vXtITe-Qo,5909
12
+ b3dkit/twist_snap.py,sha256=hih2hTGW1sp_zsGBSw9Mp_U4ABxMcrnZHQHAAcwMCqk,10908
13
+ b3dkit-0.1.0.dist-info/METADATA,sha256=KYo6LD4Ym_FAN5tTOSfxKgsORSgcYF9BvLrHkaVX-CM,3076
14
+ b3dkit-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
+ b3dkit-0.1.0.dist-info/licenses/LICENSE,sha256=huYr1c3alibXlcXik3BqtSgpbcs2AKTwSqLADWJl2dQ,1068
16
+ b3dkit-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,7 @@
1
+ Copyright 2024 Christopher Litsinger
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.