pyopenproject icon indicating copy to clipboard operation
pyopenproject copied to clipboard

Python library to interact with OpenProject API.

Results 16 pyopenproject issues
Sort by recently updated
recently updated
newest added

Use API mocks instead of an entire infrastructure in a docker-compose file to decrease tests time and complexity.

bug
enhancement

Create a project yo run Openproject inside docker containers

enhancement

if value type as int, don't split it to char. value=22, "values": ["22"] value="22", "values": ["2","2"]