Merge branch 'master' of github.com:go-outside-labs/mev-python

This commit is contained in:
mvonsteinkirch 2023-02-16 11:51:56 -08:00
commit 3f6b0b299d
4 changed files with 18 additions and 24 deletions

View file

@ -3,30 +3,30 @@
<br> <br>
### my [ongoing] web3 projects and templates ### my web3 projects and code
* [📚 web3toolkit](web3toolkit)
- an ongoing development of a library and set of python scripts with my fav on-chain ops.
* [🔬 check my blockchain-science](https://github.com/go-outside-labs/blockchain-science)
- a repo with several on-chain data research notebooks.
<br> <br>
---
### external web3 resources * [📚 web3toolkit](web3toolkit):
- an *ongoing* development of a library and set of python scripts with my fav on-chain ops.
* [async web3py middleware for batching eth calls intos multicalls](https://github.com/BobTheBuidler/dank_mids) * [🔬 check my blockchain science repo](https://github.com/go-outside-labs/blockchain-science):
- a repo with several on-chain data research notebooks, trading bots, and other shenanigans.
* [🧮 check my published book on algorithms and data structures](https://github.com/go-outside-labs/algorithms-book-py):
- it's always good to actually understand those searches and sortings algorithms. published in 2015.
<br>
<br> <br>
--- ---
### [my old] boilerplates ### some of my old web2 boileplates and code (been pythoning since '14)
<br> <br>
@ -39,15 +39,6 @@
* [optimization](boilerplates-optimization) * [optimization](boilerplates-optimization)
* [orchestration](boilerplates-orchestration) * [orchestration](boilerplates-orchestration)
* [dash + plot.ly](boilerplates-dash) * [dash + plot.ly](boilerplates-dash)
<br>
---
### [my over the years] web2 projects and templates
* [magic pen](small-projects/magic-pen) * [magic pen](small-projects/magic-pen)
* [maze puzzle](small-projects/maze-puzzle) * [maze puzzle](small-projects/maze-puzzle)
* [blob boundary](small-projects/finding-blob-boundary) * [blob boundary](small-projects/finding-blob-boundary)
@ -60,8 +51,9 @@
---- ----
### general resources ### general links (just useful stuff)
<br>
* [black](https://github.com/psf/black) * [black](https://github.com/psf/black)
* [flake8 ](https://flake8.pycqa.org/en/latest/) * [flake8 ](https://flake8.pycqa.org/en/latest/)
@ -71,4 +63,5 @@
* [tox](https://tox.wiki/en/latest/) * [tox](https://tox.wiki/en/latest/)
* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book) * [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
* [google style guide](https://google.github.io/styleguide/pyguide.html) * [google style guide](https://google.github.io/styleguide/pyguide.html)
* [async web3py middleware for batching eth calls intos multicalls](https://github.com/BobTheBuidler/dank_mids)

View file

@ -1,4 +1,4 @@
# Awesome Python CLI Boilerplate # Click / CLI Boilerplate
A quick boilerplate when creating a new CLI apps/scripts in Python3. A quick boilerplate when creating a new CLI apps/scripts in Python3.

View file

@ -24,7 +24,7 @@ retrying==1.3.3
six==1.11.0 six==1.11.0
traitlets==4.3.2 traitlets==4.3.2
urllib3==1.26.5 urllib3==1.26.5
Werkzeug==0.15.5 Werkzeug==2.2.3
numpy==1.22.0 numpy==1.22.0
pandas==0.25.3 pandas==0.25.3
dash-table-experiments==0.6.0 dash-table-experiments==0.6.0

View file

@ -0,0 +1 @@
## Parsing Medium posts