0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Sep 20, 2025 — Sep 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
=> 0.4.1; We've started using some 3.6+ features (notably f-strings, maybe something else?); specify this in pyproject.toml. Experiment: set long_description in pyproject; does this fix the missing description on PyPi? More... about 7 years ago
Merge branch 'master' into feature/type_hints More... about 7 years ago
-- Bump version to 0.4.0 -- Don't explicitly name arguments to `func_to_animate()` in `scad_render_animated()`. More... about 7 years ago
-- converted os.path file maipulation to Path() manip More... about 7 years ago
Updated unit test to deal with new timestamp file header generated by scad_render_to_file() More... about 7 years ago
Merge pull request #115 from rockstorm101/version-info More... about 7 years ago
os.path => pathlib, so most of our internal functions can take Path arguments as well as strings More... about 7 years ago
Removed extra lines between classes. Don't remove solid from dest_namespace_dict in use(); that was breaking things More... about 7 years ago
added test_import_scad(); basic pathlib support More... about 7 years ago
Updated basic_scad_include.py with `import_scad()` example More... about 7 years ago
Use pathlib.Path in objects.py; do imports within use() and import_scad() so they don't clutter the global namespace More... about 7 years ago
First pass at README instructions for using `import_scad()` More... about 7 years ago
Add version and date info to output OpenSCAD code More... about 7 years ago
Added `import_scad()` for namespaced imports of OpenSCAD code. Resolves GH #109, although documentation & testing are still needed. More... about 7 years ago
Fixed broken tests More... about 7 years ago
Clean mypy bills of health More... about 7 years ago
solid used to import everything from `math`, but doesn't now. Make these imports explicit More... about 7 years ago
Typing progress More... about 7 years ago
Merge branch 'master' into feature/type_hints More... about 7 years ago
type hints added More... about 7 years ago
Added type hints to utils.py More... about 7 years ago
OpenSCADObject => OScO in type hints, for brevity More... about 7 years ago
"mypy runs cleanly on solidpython.py. Quite a few `# type: ignore` lines where we were doing some iffy accept-multiple-types things, but this is also code that's been working correctly for years. More... about 7 years ago
WIP type hints More... about 7 years ago
Use 3.7 Docker image in CircleCI More... about 7 years ago
Revert "CIrcleCI builds report failure looking for env py37; some reports say `py370` will work" More... about 7 years ago
CIrcleCI builds report failure looking for env py37; some reports say `py370` will work More... about 7 years ago
scad import was reading scad file modules twice. Only do it once now More... over 7 years ago
Specify prettytable at exactly 0.7.2; there's a (pypi? poetry?) error that causes poetry to try to install version 7.0 + when we specify >0.7.2 More... over 7 years ago
Packaging infrastructure changed from setup.py, etc to Poetry. Simpler More... over 7 years ago