Pythonic inversion of control targeting ports and adapters application development style
Project description
Plug In
plug-in is a library that allows You to manage dependencies across Your project
code. Usage of plug-in in Your apps will result in easy-to-maintain project
structure. It guides You throughout development process by bringing the
plugin architecture into Your application. plug-in implements this architecture
for You, with explicit requirements on Your project structure.
Project status
I am actively developing this project right now. I've implemented the basic functionalities and still working on API. Right now, project is in alpha phase.
Project goals
- Supply SDK for inversion of control
- Familiar for python developers
- Fully typed
- Mix best things from IoC and python code style
- Async support
- Small codebase
Contributing
How to start
...
Commits
All commits should be structured according to Conventional Commits specification.
For answer "Which one commit type should I use?", please refer to below table.
Commit types
| Commit Type | Title | Description |
|---|---|---|
feat |
Features | A new feature |
fix |
Bug Fixes | A bug Fix |
docs |
Documentation | Documentation only changes |
style |
Styles | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) |
refactor |
Code Refactoring | A code change that neither fixes a bug nor adds a feature |
perf |
Performance Improvements | A code change that improves performance |
test |
Tests | Adding missing tests or correcting existing tests |
build |
Builds | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) |
ci |
Continuous Integrations | Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) |
chore |
Chores | Other changes that don't modify src or test files |
revert |
Reverts | Reverts a previous commit |
Source: https://github.com/pvdlg/conventional-changelog-metahub/blob/master/README.md#commit-types
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyplugin_lib-0.2.1.tar.gz.
File metadata
- Download URL: pyplugin_lib-0.2.1.tar.gz
- Upload date:
- Size: 23.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.8.0-59-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33f2817f8d62a836cb92e1b2cd9d8749c1a047249f7188b8d08572e9da120c2c
|
|
| MD5 |
c5eb275aa3017dfd82ccafab317e8311
|
|
| BLAKE2b-256 |
22e34c35217f53a1cd2a4c5f8d66c884a6c3ebf1e862a276f9cc7dede1f9d29d
|
File details
Details for the file pyplugin_lib-0.2.1-py3-none-any.whl.
File metadata
- Download URL: pyplugin_lib-0.2.1-py3-none-any.whl
- Upload date:
- Size: 33.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.8.0-59-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f47591677e80d3b3711dc6fc098544377a1681fac9762bc32a6952a4f7521991
|
|
| MD5 |
1c87a74e532d4809d417fb186805c0e7
|
|
| BLAKE2b-256 |
ab669eb7bbcc6276b3812a4a851b0b62508ff879e81fd34e7de974949768c970
|