-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48c1a64
commit 21d45f6
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Gyjd - Get Your Job Done | ||
|
||
## Introduction | ||
|
||
**Gyjd** (Get Your Job Done) is an extremely extensible mini framework designed to enhance your productivity in Python. With a simple and effective approach, Gyjd adds a powerful layer for managing configurations, loggers, dependency injection, retries, automatic CLI generation, and executable creation. | ||
|
||
## Features | ||
|
||
- **Configuration Management**: Easily handle your project's configuration without hassle. | ||
- **Integrated Logger**: Monitor and log your application's activities effortlessly. | ||
- **Dependency Injection**: Simplify the management of your project's dependencies. | ||
- **Retries**: Automatically configure retries for calls that may fail. | ||
- **Automatic CLI**: Generate a command-line interface with ease. | ||
- **Executable Generation**: Create executables to distribute your project without complications. | ||
|
||
## Installation | ||
|
||
To install Gyjd, simply run the following command: | ||
|
||
```bash | ||
pip install gyjd | ||
``` | ||
|
||
## Conclusion | ||
|
||
With Gyjd, you can focus on what truly matters: developing your project. The combination of all these features in a single package makes Python development faster and more efficient. Try it out and see the difference! | ||
|