https://github.com/zurutech/styleguide
Style guides, suggested tools and CI scripts
https://github.com/zurutech/styleguide
coding-style python styleguide
Last synced: 8 months ago
JSON representation
Style guides, suggested tools and CI scripts
- Host: GitHub
- URL: https://github.com/zurutech/styleguide
- Owner: zurutech
- License: apache-2.0
- Created: 2020-02-11T13:49:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T10:41:55.000Z (about 6 years ago)
- Last Synced: 2025-05-31T18:46:55.415Z (9 months ago)
- Topics: coding-style, python, styleguide
- Size: 9.77 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zuru Tech Style Guides
[](https://github.com/zurutech/styleguide)
In Zuru Tech we deeply believe that every project must follow a well-defined set of rules about how to write code, and how to manage the project itself.
We are strong supporters of the "don't reinventing the wheel" way of thinking, and that's why we try to use the right tools, in the right way, to speed up the development
and to simplify the code-review process while, at the same time, guaranteeing a good code quality.
This project holds the Python Style Guide (currently, other languages are coming soon), the suggested CI pipeline to use (based on Gitlab CI) and other useful development files.
## Style Guides
### [Python](./python.md)
## License
The code present in this project is licensed under the Apache License 2.0.
The style guides in this project are licensed under the CC-By 3.0 License: feel free to share, distribute and modify this document.
See [https://creativecommons.org/licenses/by/3.0/][ccl] for more details.
[ccl]: https://creativecommons.org/licenses/by/3.0/
