Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
keredson
/
SolidPython
Public
forked from
SolidCode/SolidPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
SolidPython
solid
solidpython.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 23, 2019
Fix and tests for issue where file_header was put on the same line as `use<>` in SCAD code. Version bump
etjones-erisyon
committed
eb1d922
View commit details
Copy full SHA for eb1d922
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
Fixed bad return typehints for `render_to...()` functions. All renders now return a str, not a bool, as previously. On case of error, they'll throw exceptions, but will return a string path otherwise
etjones-erisyon
committed
fd36265
View commit details
Copy full SHA for fd36265
View code at this point
Browse repository at this point
Commits on Oct 14, 2019
Merge branch 'master' into PEP8_solidpython
etjones
authored
f7278f3
View commit details
Copy full SHA for f7278f3
View code at this point
Browse repository at this point
Merge branch 'master' into PEP8_solidpython
Cabalist
authored
f08d6b5
View commit details
Copy full SHA for f08d6b5
View code at this point
Browse repository at this point
Use a generated list of Reserved Keywords instead of a hardcoded one
Cabalist
committed
dfa2775
View commit details
Copy full SHA for dfa2775
View code at this point
Browse repository at this point
Commits on Oct 13, 2019
updated comments
etjones-erisyon
committed
0708474
View commit details
Copy full SHA for 0708474
View code at this point
Browse repository at this point
Completed `scad_render_to_file()`'s out_dir argument feature. Updated & simplified examples to use it. Added tests
etjones-erisyon
committed
57862b4
View commit details
Copy full SHA for 57862b4
View code at this point
Browse repository at this point
Added an `out_dir` argument to `scad_render_*` functions so files can be saved to parallel directories by default.
Show description for df36b32
etjones-erisyon
committed
df36b32
View commit details
Copy full SHA for df36b32
View code at this point
Browse repository at this point
Clarify some typing
Cabalist
committed
4d1d93b
View commit details
Copy full SHA for 4d1d93b
View code at this point
Browse repository at this point
Move to f-strings
Cabalist
committed
8cdb7a7
View commit details
Copy full SHA for 8cdb7a7
View code at this point
Browse repository at this point
Inheriting from object is implicit now
Cabalist
committed
743fc18
View commit details
Copy full SHA for 743fc18
View code at this point
Browse repository at this point
Cleanup some docstring
Cabalist
committed
7b69c23
View commit details
Copy full SHA for 7b69c23
View code at this point
Browse repository at this point
Whitespace
Cabalist
committed
ed7cd9d
View commit details
Copy full SHA for ed7cd9d
View code at this point
Browse repository at this point
Quote type-hints for OpenSCADObject to prevent reference erros
Cabalist
committed
ad48c77
View commit details
Copy full SHA for ad48c77
View code at this point
Browse repository at this point
Cleanup imports
Cabalist
committed
e8b1a2d
View commit details
Copy full SHA for e8b1a2d
View code at this point
Browse repository at this point
Remove some pre 3.7 cruft
Cabalist
committed
3f14dba
View commit details
Copy full SHA for 3f14dba
View code at this point
Browse repository at this point
Commits on Oct 10, 2019
Removed alias type hints for OpenSCADObject; we just use the entire class name throughout
etjones-erisyon
committed
84cf0a7
View commit details
Copy full SHA for 84cf0a7
View code at this point
Browse repository at this point
Merge branch 'master' into feature/type_hints
Show description for c4d4047
etjones-erisyon
committed
c4d4047
View commit details
Copy full SHA for c4d4047
View code at this point
Browse repository at this point
Commits on Sep 16, 2019
-- fixed regression in _write_code_to_file() that was keeping files from being written. Notably, they still passed tests, because I don't think the file-writing bits were tested at all. Hmm.
Show description for b3daed6
Evan Jones
committed
b3daed6
View commit details
Copy full SHA for b3daed6
View code at this point
Browse repository at this point
Commits on Sep 3, 2019
Merge branch 'master' into feature/type_hints
Show description for 9f4ce16
Evan Jones
committed
9f4ce16
View commit details
Copy full SHA for 9f4ce16
View code at this point
Browse repository at this point
-- Bump version to 0.4.0
Show description for ea9411f
Evan Jones
committed
ea9411f
View commit details
Copy full SHA for ea9411f
View code at this point
Browse repository at this point
Commits on Aug 31, 2019
-- converted os.path file maipulation to Path() manip
Show description for 8968c82
etjones-erisyon
committed
8968c82
View commit details
Copy full SHA for 8968c82
View code at this point
Browse repository at this point
Add version and date info to output OpenSCAD code
rockstorm101
committed
f7c1dd8
View commit details
Copy full SHA for f7c1dd8
View code at this point
Browse repository at this point
os.path => pathlib, so most of our internal functions can take Path arguments as well as strings
etjones-erisyon
committed
892d5fc
View commit details
Copy full SHA for 892d5fc
View code at this point
Browse repository at this point
Commits on Aug 28, 2019
Clean mypy bills of health
Evan Jones
committed
ec6aed3
View commit details
Copy full SHA for ec6aed3
View code at this point
Browse repository at this point
Typing progress
Evan Jones
committed
18ce9ea
View commit details
Copy full SHA for 18ce9ea
View code at this point
Browse repository at this point
Merge branch 'master' into feature/type_hints
Show description for db620fc
Evan Jones
committed
db620fc
View commit details
Copy full SHA for db620fc
View code at this point
Browse repository at this point
Commits on Aug 18, 2019
OpenSCADObject => OScO in type hints, for brevity
etjones-erisyon
committed
6b160fb
View commit details
Copy full SHA for 6b160fb
View code at this point
Browse repository at this point
"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.
etjones-erisyon
committed
eaad1bc
View commit details
Copy full SHA for eaad1bc
View code at this point
Browse repository at this point
Commits on Aug 6, 2019
WIP type hints
etjones-erisyon
committed
1bf4d29
View commit details
Copy full SHA for 1bf4d29
View code at this point
Browse repository at this point
Commits on May 21, 2019
`use()` now accepts a namespace dictionary for importing OpenSCAD code. Passing the dictionary in loads code into the target namespace rather than a module-level namespace. Possible: rework the `us…
Show description for 0dbec30
Evan Jones
committed
0dbec30
View commit details
Copy full SHA for 0dbec30
View code at this point
Browse repository at this point
Commits on Apr 2, 2019
Add support for using custom iterables as parameters
Show description for 18980f7
Michael0x2a
committed
18980f7
View commit details
Copy full SHA for 18980f7
View code at this point
Browse repository at this point
Commits on Jan 15, 2019
added threshold to numpy array2string()
Nicholas Choly
authored and
Nicholas Choly
committed
65709bd
View commit details
Copy full SHA for 65709bd
View code at this point
Browse repository at this point
Commits on Dec 13, 2018
Added warning when importing OpenSCAD code that would be illegal in Python
Evan Jones
committed
4eb44ec
View commit details
Copy full SHA for 4eb44ec
View code at this point
Browse repository at this point
Fix & tests for Issue #99, allowing OpenSCAD code that uses Python reserved words (e.g. "or") as module names or arguments. NOTE: also need to warn users about what's being done, so they know they …
Show description for d7671c2
Evan Jones
committed
d7671c2
View commit details
Copy full SHA for d7671c2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.