Skip to content

Commit

Permalink
Adding onshape_parser for AIDE and educational use (#282)
Browse files Browse the repository at this point in the history
* Adding onshape_parser

* Added onshape_client to Pipfile.lock and setup.py

* Moved doctests to pytest

* Removed doctest since pytests are passing
  • Loading branch information
fletchapin authored Nov 20, 2020
1 parent 6e2a864 commit e5f3371
Show file tree
Hide file tree
Showing 14 changed files with 1,014 additions and 3 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ urllib3 = "*"
pint = "*"
pandas = "*"
scipy = "*"
onshape_client = "*"

[dev-packages]
aguaclara = {editable = true, path = "."}
Expand Down
186 changes: 184 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e5f3371

Please sign in to comment.