mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 06:02:12 -04:00
Merge branch 'master' of github.com:go-outside-labs/mev-python
This commit is contained in:
commit
68bc0c3f53
3 changed files with 17 additions and 35 deletions
16
.github/workflows/cryptoactions.yml
vendored
16
.github/workflows/cryptoactions.yml
vendored
|
@ -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 }}."
|
2
.github/workflows/validate_urls.yml
vendored
2
.github/workflows/validate_urls.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
|
||||
name: validate links
|
||||
name: 👾 validate links
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
|
|
34
README.md
34
README.md
|
@ -1,9 +1,11 @@
|
|||
## 🥷🏻🐍⛓️ mev python: playing pvp in the metaweb
|
||||
## 🥷🏻🐍⛓️ playing pvp in the metaweb: python edition
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
### my [ongoing] web3 projects and templates
|
||||
### in this repo
|
||||
|
||||
#### my [ongoing] web3 projects and templates
|
||||
|
||||
<br>
|
||||
|
||||
|
@ -15,23 +17,22 @@
|
|||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### my [over the years] web2 projects and templates
|
||||
#### my [over the years] web2 projects and templates
|
||||
|
||||
<br>
|
||||
|
||||
#### 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/)
|
||||
|
||||
<br>
|
||||
|
||||
#### boilerplates
|
||||
|
||||
<br>
|
||||
|
||||
* [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)
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
----
|
||||
|
||||
### python resources
|
||||
### resources
|
||||
|
||||
<br>
|
||||
##### 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/)
|
||||
|
||||
<br>
|
||||
|
||||
##### 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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue