diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e95ea01..349b0ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,3 +5,8 @@ Thank you for investing your time in contributing to our project! Any contributi Read our [Code of Conduct](./CODE_OF_CONDUCT.md) to keep our community approachable and respectable. Please open an Discussion or Issue before doing and PR, in PR please mark the Issue that is solving, feel free to contact me on twitter @cirospaciari or on my e-mail ciro.spaciari@gmail.com + +Code Rules +> Use `black`as formatter in default configurations. +> Try follow https://peps.python.org/pep-0008/ code rules. +> This will be updated soon when the first refactor happens 🚀 ✨ diff --git a/README.md b/README.md index ae1eb7e..7bda135 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ We created and adapted the full C API from [uNetworking/uWebSockets](https://github.com/uNetworking/uWebSockets) and will integrate libuv powered fetch and file IO, this same C API is used by [Bun](https://bun.sh/) -**socketify is experimental software at the moment, but quickly heading towards its first release**. Join Github Discussions for help and have a look at the development progress. +Join Github [`Discussions`](https://github.com/cirospaciari/socketify.py/discussions) or [`Discord`](https://discord.gg/sRUPx7F7XJ) for help and have a look at the development progress. ## :zap: Benchmarks HTTP requests per second (Linux x64) diff --git a/examples/requeriments.txt b/examples/requeriments.txt index 2f8c046..f2df43e 100644 --- a/examples/requeriments.txt +++ b/examples/requeriments.txt @@ -4,4 +4,5 @@ aiofile redis strawberry-graphql mako -git+https://github.com/cirospaciari/socketify.py.git@main#socketify \ No newline at end of file +jinja2 +git+https://github.com/cirospaciari/socketify.py.git@main#socketify