Update README.md

This commit is contained in:
dannydannydanny 2021-09-01 11:40:32 +02:00 committed by GitHub
parent 1f151d85d5
commit 415602a58f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,9 +120,11 @@ Context:
# Python # Python
Packages we like: Packages we like:
* Python Standard Library:
* [argparse](https://docs.python.org/3/library/argparse.html) to build CLI programs
* [pipx](https://pypi.org/project/pipx/) or [pyenv](https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/). * [pipx](https://pypi.org/project/pipx/) or [pyenv](https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/).
environment management. environment management.
* argparse * [Fabric](https://www.fabfile.org/) for deployment over SSH
### Pathlib ### Pathlib
For navigating, reading and filesystem and file read/write. For navigating, reading and filesystem and file read/write.
@ -132,10 +134,6 @@ Path('.').iterdir()
Path('.').absolute() Path('.').absolute()
``` ```
### Deploying to Servers
When deploying to FreeBSD and Linux servers, place the code in the `/home` directory.
# Documentation # Documentation
* Use [Google's Markdown Style Guide](https://google.github.io/styleguide/docguide/style.html) for written documentation. * Use [Google's Markdown Style Guide](https://google.github.io/styleguide/docguide/style.html) for written documentation.
* Conceptual graphical documentation as inline embedded images. * Conceptual graphical documentation as inline embedded images.