atproto icon indicating copy to clipboard operation
atproto copied to clipboard

The AT Protocol (🦋 Bluesky) SDK for Python 🐍

Results 9 atproto issues
Sort by recently updated
recently updated
newest added

Merely adding the following line to an empty python script makes memory usage to jump from 0 to 100+MiB: ``` from atproto import Client ``` Tested using the following command...

libipld v2.0.0 not release yet

backward compatibility was added here https://github.com/MarshalX/atproto/pull/269

now i support backward compatibility and show warnings. but i want to delete it rly soon - delete subject arg - make `uri` and `cid` args required - delete compatibility...

was added here: https://github.com/MarshalX/atproto/pull/264 - remove backward compatibility from codegen - remove backward compatibility tests - remove backward compatibility from is_record_type

Would it be possible to utilise [TypeGuard](https://mypy.readthedocs.io/en/stable/type_narrowing.html#user-defined-type-guards) on this function in order to leverage the return value at the callsite for static type checking? https://github.com/MarshalX/atproto/blob/d5e2293848a3506a1b13144062c24bae1cc10f2c/atproto/xrpc_client/models/utils.py#L202 I'd do it myself but...

good first issue

my thoughts about impl: https://github.com/MarshalX/atproto/pull/93#issuecomment-1640026692

enhancement