Skip to content

Commit

Permalink
change GitHub username. (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-six authored Jan 4, 2024
1 parent cb0ceda commit 12274a5
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 135 deletions.
248 changes: 124 additions & 124 deletions README.md

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions cookbook/build/cli/argparse.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ if __name__ == '__main__':
assert len(args.arg9) > 1 # type: ignore
```

See [source code](https://github.com/leven-cn/python-cookbook/blob/main/examples/core/cli_args.py)

## `optparse`

Deprecated since Python *3.2*, using `argparse` instead.
Expand Down
2 changes: 1 addition & 1 deletion cookbook/build/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name = "<project_name>"
description = "<project description>"
authors = [
{name = "<Author Name>", email = "<author@email>"},
{name = "Lee", email = "leven.cn@gmail.com"},
{name = "Lucas", email = "lucassix.lee@gmail.com"},
]
readme = "README.md"
requires-python = "~=3.11"
Expand Down
4 changes: 2 additions & 2 deletions cookbook/system_services/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Start

See [Redis: Setup - Linux Cookbook](https://leven-cn.github.io/linux-cookbook/cookbook/admin/redis/redis_setup)
and [Redis CLI: Basic Usage - Linux Cookbook](https://leven-cn.github.io/linux-cookbook/cookbook/admin/redis/redis_usage_basic).
See [Redis: Setup - Linux Cookbook](https://lucas-six.github.io/linux-cookbook/cookbook/admin/redis/redis_setup)
and [Redis CLI: Basic Usage - Linux Cookbook](https://lucas-six.github.io/linux-cookbook/cookbook/admin/redis/redis_usage_basic).

```toml
# pyproject.toml
Expand Down
2 changes: 1 addition & 1 deletion cookbook/web/urllib_parse.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ from urllib.parse import parse_qsl

## More

More details to see [URL, URI, URN - Linux Cookbook](https://leven-cn.github.io/linux-cookbook/cookbook/general_concepts/uri_url_urn).
More details to see [URL, URI, URN - Linux Cookbook](https://lucas-six.github.io/linux-cookbook/cookbook/general_concepts/uri_url_urn).

## References

Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "python-cookbook"
description = "Recipes for Python. Hands-on code examples and snippets for daily work."
authors = [
{name = "Li Yun", email = "leven.cn@gmail.com"},
{name = "Li Yun", email = "lucassix.lee@gmail.com"},
]
readme = "README.md"
requires-python = "~=3.11"
license = {file = "LICENSE"}
maintainers = [
{name = "Li Yun", email = "leven.cn@gmail.com"},
{name = "Li Yun", email = "lucassix.lee@gmail.com"},
]
keywords = ["cookbook", "recipe", "django"]
classifiers = [
Expand Down Expand Up @@ -55,9 +55,9 @@ doc = [
]

[project.urls]
Home = "https://lucas-stack.github.io/python-cookbook/"
Documentation = "https://lucas-stack.github.io/python-cookbook/"
Source = "https://github.com/lucas-stack/python-cookbook/"
Home = "https://lucas-six.github.io/python-cookbook/"
Documentation = "https://lucas-six.github.io/python-cookbook/"
Source = "https://github.com/lucas-six/python-cookbook/"

[tool.black]
line-length = 88
Expand Down

0 comments on commit 12274a5

Please sign in to comment.