Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

This repository is a kind of documentation about my knowledge about Python, here I describe things about the language, explanations, related links and so on.

Python official page: https://www.python.org/

<!-- TOC -->

- [Python Functions](https://github.com/lbrealdev/0k-python/tree/main/python-functions)
Expand Down
6 changes: 5 additions & 1 deletion python-packaging/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Python Packaging and Dependency Management

## Python packaging guide

- [Packaging python](https://packaging.python.org/en/latest/)

## Python package tools

- [Poetry](https://github.com/lbrealdev/0k-python/blob/main/python-packaging/poetry.md)
- [Rye](https://github.com/lbrealdev/0k-python/blob/main/python-packaging/rye.md)
- [Yen](https://github.com/lbrealdev/0k-python/blob/main/python-packaging/yen.md)

- [PDM](https://github.com/pdm-project/pdm)

## Python package browser

Expand Down
2 changes: 1 addition & 1 deletion python-packaging/yen.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ pip install yen

### Source

- GitHub Repository: https://github.com/tusharsadhwani/yen
- GitHub Repository: https://github.com/tusharsadhwani/yen
3 changes: 3 additions & 0 deletions python-peps/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Python Enhancement Proposals

- [Python PEPs](https://peps.python.org/)