From c043382260215ac18dd5596da2a8ba1fc006fb35 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 7 Feb 2020 16:38:54 -0800 Subject: [PATCH] Added Web3 Python ecosystem --- data/ecosystems/w/web3-python.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/ecosystems/w/web3-python.toml diff --git a/data/ecosystems/w/web3-python.toml b/data/ecosystems/w/web3-python.toml new file mode 100644 index 00000000..e44ff116 --- /dev/null +++ b/data/ecosystems/w/web3-python.toml @@ -0,0 +1,10 @@ +# Ecosystem Level Information +title = "Web3 Python" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/ethereum/web3.py"