specklepy icon indicating copy to clipboard operation
specklepy copied to clipboard

Python SDK 🐍

Results 25 specklepy issues
Sort by recently updated
recently updated
newest added

### Expected vs. Actual Behavior This is a new issue that arises after solving #50 via #58. Given a model below that subclasses the speckle `Base` type, it can only...

enhancement

Same issue as #96 - this time on mac using the same py 3.9.5 Not sure why #93 didn't fix it for this case. Will need to investigate further. thanks...

bug

Basic test coverage reporting. Add new packages for coverage reporting. Also re-exported package definitions to requirements.txt for ci re #62 ## Checklist - [x] Unit tests - [ ] Documentation

The `AbstractTransport` was initially imagined with some useful shared functionality for all transports, but as the Transport system evolved this no longer seemed necessary. At this point, the `AbstractTransport` should...

enhancement
good first issue

Cancellation tokens should be added to long-running operations and checked often to exit the operation gracefully.

enhancement

It has been brought up that some enforcement of code style, linting, and commit formatting would be a nice enhancement to this project. While this is a low priority at...

documentation
enhancement

This is super duper wip, but I'm making a PR as a discussion point. Schemas for objects should be generated rather than hand crafted as the development effort required to...

When a certain object model, ie structural classes are not imported to the executing context directly, those type definitions are not registered in the Base model type registry. As reported...

bug

Currently if one http request in the send or receive operation fails due to a dropped connection, the whole operation errors out. We should gracefully retry dropped connections.

enhancement

## Description & motivation ## Changes: ## To-do before merge: ## Screenshots: ## Validation of changes: ## Checklist: - [x] My pull request follows the guidelines in the [Contributing guide](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md)?...