Skip to content

Commit 5f31271

Browse files
authored
Merge pull request #12629 from pacrob/move-python-projects-to-unmaintained
move Brownie, pydevp2p, and py-wasm to Archived tools, update link to list of Vyper resources
2 parents 9ab8d0d + 412ca62 commit 5f31271

File tree

1 file changed

+4
-4
lines changed
  • public/content/developers/docs/programming-languages/python

1 file changed

+4
-4
lines changed

public/content/developers/docs/programming-languages/python/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,10 @@ Need a more basic primer first? Check out [ethereum.org/learn](/learn/) or [ethe
5151
- [Web3.py](https://github.com/ethereum/web3.py) - _Python library for interacting with Ethereum_
5252
- [Vyper](https://github.com/ethereum/vyper/) - _Pythonic Smart Contract Language for the EVM_
5353
- [Ape](https://github.com/ApeWorX/ape) - _The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals_
54-
- [Brownie](https://github.com/eth-brownie/brownie) - _Python framework for deploying, testing and interacting with Ethereum smart contracts_
5554
- [py-evm](https://github.com/ethereum/py-evm) - _implementation of the Ethereum Virtual Machine_
5655
- [eth-tester](https://github.com/ethereum/eth-tester) - _tools for testing Ethereum-based applications_
5756
- [eth-utils](https://github.com/ethereum/eth-utils/) - _utility functions for working with Ethereum related codebases_
5857
- [py-solc-x](https://pypi.org/project/py-solc-x/) - _Python wrapper around the solc solidity compiler with 0.5.x support_
59-
- [py-wasm](https://github.com/ethereum/py-wasm) - _Python implementation of the web assembly interpreter_
60-
- [pydevp2p](https://github.com/ethereum/pydevp2p) - _implementation of the Ethereum P2P stack_
6158
- [pymaker](https://github.com/makerdao/pymaker) - _Python API for Maker contracts_
6259
- [siwe](https://github.com/spruceid/siwe-py) - _Sign in with Ethereum (siwe) for Python_
6360
- [Web3 DeFi for Ethereum integrations](https://github.com/tradingstrategy-ai/web3-ethereum-defi) - _A Python package with ready integrations for ERC-20, Uniswap and other popular projects_
@@ -66,6 +63,9 @@ Need a more basic primer first? Check out [ethereum.org/learn](/learn/) or [ethe
6663

6764
- [Trinity](https://github.com/ethereum/trinity) - _Ethereum Python client_
6865
- [Mamba](https://github.com/arjunaskykok/mamba) - _framework to write, compile, and deploy smart contracts written in Vyper language_
66+
- [Brownie](https://github.com/eth-brownie/brownie) - _Python framework for deploying, testing and interacting with Ethereum smart contracts_
67+
- [pydevp2p](https://github.com/ethereum/pydevp2p) - _implementation of the Ethereum P2P stack_
68+
- [py-wasm](https://github.com/ethereum/py-wasm) - _Python implementation of the web assembly interpreter_
6969

7070
Looking for more resources? Check out [ethereum.org/developers](/developers/).
7171

@@ -86,4 +86,4 @@ The following Ethereum-based projects use tools mentioned on this page. The rela
8686

8787
## Other aggregated lists {#other-aggregated-lists}
8888

89-
The Vyper wiki has an [incredible list of resources for Vyper](https://github.com/ethereum/vyper/wiki/Vyper-tools-and-resources)
89+
The Vyper wiki has an [incredible list of resources for Vyper](https://github.com/vyperlang/vyper/wiki/Vyper-tools-and-resources)

0 commit comments

Comments
 (0)