pendfetch
pydantic-cli
pendfetch | pydantic-cli | |
---|---|---|
1 | 8 | |
65 | 138 | |
- | - | |
0.0 | 7.8 | |
over 1 year ago | 17 days ago | |
Python | Python | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pendfetch
-
Pretty ASCII Double Pendulum in terminal
https://github.com/Nekurone/pendfetch The github if anyone is interested
pydantic-cli
- argparse_dataclass: declarative CLIs with argparse and dataclasses (e.g. similar to Rust's structopt)
-
Yet another command line tool: clidantic, typed CLIs with click and pydantic
A comparison with https://github.com/mpkocher/pydantic-cli is welcome.
- Stop Hardcoding Sensitive Data in Your Python Applications - use python-dotenv instead!
-
Mypy 0.940 Released
pydantic-cli
- Anyone know a CLI parser like plac that is being maintained?
-
Am I making things harder for myself by not using any OO stuff?
Also, the new type annotations/hints feature added to Python is an extremely useful mechanism to clearly communicate interfaces when leveraging functions as first class citizens. This can dramatically help readability and maintainability. Here's an example library designed leveraging functional centric concepts + type annotations.
-
What's the status of MyPy?
Depending on the strictness level of adoption of mypy, this can sometimes (often?) requires changing how you write code. You can see some contortions here. However, having strict type analysis enables catching a lot of issues.
-
We hand-picked the best Python libraries released in 2020
https://github.com/mpkocher/pydantic-cli#other-related-tools
What are some alternatives?
double-pendulum-ascii - Double Pendulum visualised with fetching system information in Python. [Moved to: https://github.com/Nekurone/pendfetch]
Python Fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
skyblock - Hypixel Skyblock Remake in Python.
Functional-Programming-Techniques-In-Python - Exploring functional centric designs and patterns in Python
catcli - The command line catalog tool for your offline data
pydantic-aioredis - A Declarative ORM for Redis using Pydantic Models and aioredis
DocumentPy - DocPy is a Python application that runs in a command-line interface environment, made for creating HTML Documents / Documentations
pylsp-mypy - Mypy plugin for the Python LSP Server.
osx-colors - Sane color handling of osx's accent and highlight color from the commandline
python-dotenv - Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.
PyOS - A simple Python OS. 99,9% Using Python only (no 'os.system' stuff)
snakemake - This is the development home of the workflow management system Snakemake. For general information, see