nftpy
A python package designed to be an easy interface for NFT integration in python (by CoulterStutz)
anchorpy
The Python Anchor client. (by kevinheavey)
nftpy | anchorpy | |
---|---|---|
1 | 7 | |
1 | 229 | |
- | - | |
9.7 | 7.9 | |
6 months ago | 4 months ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nftpy
Posts with mentions or reviews of nftpy.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Need Guidance on Python Package Development | NFTpy
Here are the links to my Github Repository as well as the PyPI package
anchorpy
Posts with mentions or reviews of anchorpy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-01.
-
Solana SPL transfer Python
You looked in here? https://github.com/kevinheavey/anchorpy
-
Announcing Solders: a Python wrapper for the Solana Rust SDK
Hi, creator of AnchorPy and core maintainer of solana-py here.
-
I made a Python client generator for Solana Anchor projects (but I'm here to talk about codegen)
Generating Python code seems to be really uncommon. I was surprised at this - it's not an obviously insane thing to do, right? However I found almost no existing tooling to help me, and I did search for quite a while. Eventually I found a small, half-finished library called genpy and decided I would extend that as needed.
-
Announcing anchorpy client-gen 🐍 Generate Python clients from Anchor IDLs
Here's the repo and here are the client-gen docs. Do let me know if you try it out and have any suggestions!
-
apischema v0.17 - I've developed the fastest typed JSON (de)serialization library, and you can also build your GraphQL schema with it
I used this for parsing a JSON IDL and it worked really well https://github.com/kevinheavey/anchorpy/blob/main/src/anchorpy/idl.py
- I created AnchorPy: a library for interacting with Solana programs
- AnchorPy: Interact with Solana programs using Python