No project description provided
Project description
Plyght
A Python utility library made for modern, robust, industry Python applications.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
About The Project
Plyght is an open-source lightweight Python utility library that provides extended capability for client services configurations, function decorations, advanced logging, format converters, and more. The premise of Plyght is to improve exisiting functionality and enhance the developer experience and readbility of code. Plyght is an opinionated Python library, prefering explicit, declarative programming. In general, its implementations are stand alone, but are best served using the entire application framework.
Built With
Getting Started
To get started it best you follow the introductory guide at Plyght.
Prerequisites
This project relies on Python, Poetry, and Git. Apart from those, that's it! It is important that the correct versions of Python and Poetry are installed, otherwise all the dependencies are managed in the pyptoject.toml file at the root directory. The below version are relevant to the project:
python=^3.13
poetry=^2.0.0
Additionally, the package is planned to be released on PyPi as an installation which can be done directly through poetry, pip, or any other Python package manager; opposed to installation direct from source.
Installation
The installation of Plyght can be done through the pip or poetry using the pyproject.toml. Additionally, if the installation requires additional supporting functionality such as Kafka, Neo4j, OpenSearch et al, you will need to specify those in the installation step.
Poetry
#Installing without additional dependencies.
poetry install
#Installing with additional depedencies.
poetry install --extras "neo4j kafka ..."
Pip
#Installing without additional dependencies.
pip install .
#Installing with additional depedencies.
poetry install "[neo4j,kafka,...]"
Compendium CI
The current workflow being used is a Compendium CI Python Poetry pipeline with comprehensive checks for testing, linting, style, code security and structure. Compendium is a GitHub specific CI suite fully managed here. It is important that before any pushes are made the code quality checks and reformatting are ran. This can be done with the following commands:
poetry run black plyght
This will ensure the pipeline completes successfully and all code is to an appropriate format standard. For more information on the linting configuration seek out the pyproject.toml configuration under [tools.black] as well as the .flake8 configuration file.
Acknowledgments:
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 plyght-0.1.2.tar.gz.
File metadata
- Download URL: plyght-0.1.2.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.0 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83cc4252d87cac01b2336aafc569fc1570da6f4eaf0d747239751aa3c4c43cee
|
|
| MD5 |
0dc1dbb81e9a47bb7b48c91238b4763a
|
|
| BLAKE2b-256 |
e13998039efa19bdd200a0b6fa4ef00426e6043d781c4f903b34d293a2b524f1
|
File details
Details for the file plyght-0.1.2-py3-none-any.whl.
File metadata
- Download URL: plyght-0.1.2-py3-none-any.whl
- Upload date:
- Size: 39.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.0 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f16f28c620f8c85514fc628dfd747efd55181740329a4b43314b008da7815a8
|
|
| MD5 |
eb5a13d9700770880972e833e15fde4d
|
|
| BLAKE2b-256 |
9fe67e511dcee301b64e4b562e39722f982d98d25f1fa783730bf89d9504b4d7
|