From ac141775279c03abf095cb72b21b7c6413857aa2 Mon Sep 17 00:00:00 2001
From: "mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Sat, 24 Dec 2022 17:37:30 -0800
Subject: [PATCH 1/4] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cfec559..f18b6ad 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## 🥷🏻🐍⛓️ mev python: playing pvp in the metaweb
+## 🥷🏻🐍⛓️ playing pvp in the metaweb: python edition
From a882c8dc97df60aed0732e4bd3cc3e97e02664ad Mon Sep 17 00:00:00 2001
From: "mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Mon, 26 Dec 2022 07:50:44 -0800
Subject: [PATCH 2/4] Update validate_urls.yml
testing action
---
.github/workflows/validate_urls.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/validate_urls.yml b/.github/workflows/validate_urls.yml
index 3ecbe87..31a72f7 100644
--- a/.github/workflows/validate_urls.yml
+++ b/.github/workflows/validate_urls.yml
@@ -1,5 +1,5 @@
-name: validate links
+name: 👾 validate links
on: [push, pull_request]
From f63e3b69434aa53099eb1c605cbbc525ee13b25a Mon Sep 17 00:00:00 2001
From: "mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Mon, 26 Dec 2022 07:50:48 -0800
Subject: [PATCH 3/4] Delete cryptoactions.yml
---
.github/workflows/cryptoactions.yml | 16 ----------------
1 file changed, 16 deletions(-)
delete mode 100644 .github/workflows/cryptoactions.yml
diff --git a/.github/workflows/cryptoactions.yml b/.github/workflows/cryptoactions.yml
deleted file mode 100644
index c673276..0000000
--- a/.github/workflows/cryptoactions.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: crypto action
-run-name: ${{ github.actor }} is testing crypto stuff 🚀
-on: [push]
-jobs:
- Explore-GitHub-Actions:
- runs-on: ubuntu-latest
- steps:
- - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- - name: List files in the repository
- run: |
- ls ${{ github.workspace }}
- - run: echo "🍏 This job's status is ${{ job.status }}."
From d2e45bc1aa6be28ad2eedcd5d4cfe7c07f4f6489 Mon Sep 17 00:00:00 2001
From: "mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Mon, 26 Dec 2022 08:20:37 -0800
Subject: [PATCH 4/4] Update README.md
---
README.md | 32 +++++++++++++++-----------------
1 file changed, 15 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index f18b6ad..ae7a65d 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,9 @@
-### my [ongoing] web3 projects and templates
+### in this repo
+
+#### my [ongoing] web3 projects and templates
@@ -15,23 +17,22 @@
----
-
-### my [over the years] web2 projects and templates
+#### my [over the years] web2 projects and templates
-#### side and fun projects
-
* [finding a blob boundary](small-projects/finding-blob-boundary)
* [magic pen](small-projects/magic-pen)
* [maze puzzle](small-projects/maze-puzzle)
* [parsing medium posts](small-projects/medium)
* [encoding decimals](small-projects/enconding-decimals/)
+
#### boilerplates
+
+
* [fast api](fastapi-location-app)
* [click](boilerplates-click)
* [argparse](boilerplates-argparse)
@@ -39,26 +40,17 @@
* [security](boilerplates-security)
* [concurrency](boilerplates-concurrency)
* [optimization](boilerplates-optimization)
-
-
-
-#### tests
-
* [testing in python](boilerplates-tests)
* [good example of unit tests suite I wrote](https://github.com/go-outside-labs/aws-pipeline/tree/master/tests)
-
-
----
-### python resources
+### resources
-
+##### basics
-* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
-* [google style guide](https://google.github.io/styleguide/pyguide.html)
* [black](https://github.com/psf/black)
* [flake8 ](https://flake8.pycqa.org/en/latest/)
* [pre-commit](https://pre-commit.com/)
@@ -66,4 +58,10 @@
* [nose](https://nose.readthedocs.io/en/latest/)
* [tox](https://tox.wiki/en/latest/)
+
+
+##### learning
+
+* [my book on python and algorithms](https://github.com/go-outside-labs/algorithms-book)
+* [google style guide](https://google.github.io/styleguide/pyguide.html)