Jay Marcyes

Results 144 issues of Jay Marcyes

https://pypi.org/project/orjson/ It could be installed using `endpoints[orjson]` or something like that and then orjson will be used if available

Datatypes's `HTTPClient` has most of the features, including making the basic request header. I think it's only missing the functionality to upload files found in `endpoints.client.HTTPClient.post_file`, if I add that...

Both [morp](https://github.com/Jaymon/morp/blob/master/morp/config.py) and [prom](https://github.com/Jaymon/prom/blob/master/prom/config.py) have similar Connection classes. Would it be worth fleshing out the base class with the base functionality here and then letting prom and morp extend it?

Morp requires the `@` at the end of an SQS dsn: ``` sqs://${AWS_ACCESS_KEY_ID}:${AWS_SECRET_ACCESS_KEY}@ ``` I'd love to see if there was a way to avoid having to add the `@`....