A small collection of code
Project description
SUMMARY:
This project is a collection of code primarily developed as a personal hobby. It aims to provide practical experience and enhance my coding skills while exploring potential future applications.
INSTALLATION:
To install the package, run the following command:
pip install -U absfuyu
USAGE:
import absfuyu
help(absfuyu)
Notable features
absfuyu.core: Provides base components for additional functionalities.
# Decorators that adds info to __doc__
from absfuyu.core.docstring import versionadded, versionchanged, deprecated
# Class mixins for enhanced functionality
from absfuyu.core.baseclass import AutoREPRMixin, GetClassMembersMixin
absfuyu.dxt: Extension for list, str, dict, int.
from absfuyu.dxt import DictExt, IntExt, ListExt, Text
for x in [DictExt, IntExt, ListExt, Text]:
x.show_all_methods(print_result=1)
absfuyu.tools.Inspector: An object inspector
from absfuyu.tools import Inspector
print(Inspector(Inspector))
There are many additional features available to explore.
DOCUMENTATION:
For more detailed information about the project, please refer to the documentation available at the following link:
DEVELOPMENT SETUP
- Create a Virtual Environment
python -m venv env
Note: You may need to execute this command in PowerShell on Windows:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
- Install Required Packages
python -m pip install -e .[full,dev]
- Acquire Information About the Development Environment Configuration
hatch env show
LICENSE:
This project is licensed under the MIT License.
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 absfuyu-6.4.0.tar.gz.
File metadata
- Download URL: absfuyu-6.4.0.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.2 cpython/3.12.10 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddf95b7e68ee1f87708272c963c31db17fa418d36bcf3595a0a66af057173bbc
|
|
| MD5 |
b00bd826ea5e926e67aa35464b67c29f
|
|
| BLAKE2b-256 |
932711472cb72c5541db084a60461eac89ab22d007805110767604cdeabc82a7
|
File details
Details for the file absfuyu-6.4.0-py3-none-any.whl.
File metadata
- Download URL: absfuyu-6.4.0-py3-none-any.whl
- Upload date:
- Size: 1.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.2 cpython/3.12.10 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
267e7c2ef2f878c86d700165eadeba7b49cbe6f0559f17fcf1d42f03fc128a22
|
|
| MD5 |
e4ee32b8215517c98500bb13f3bbc542
|
|
| BLAKE2b-256 |
4c9d9737b9f885d026224b360caeb1cef2dc3d08746cb80d4975b95b7f284f12
|