Skip to main content

A small collection of code

Project description

absfuyu

PyPI Supported Versions PyPI Downloads Ruff


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:

Project Documentation

DEVELOPMENT SETUP

  1. 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
  1. Install Required Packages
python -m pip install -e .[full,dev]
  1. Acquire Information About the Development Environment Configuration
hatch env show

LICENSE:

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

absfuyu-6.6.0.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

absfuyu-6.6.0-py3-none-any.whl (1.3 MB view details)

Uploaded Python 3

File details

Details for the file absfuyu-6.6.0.tar.gz.

File metadata

  • Download URL: absfuyu-6.6.0.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.4 cpython/3.12.10 HTTPX/0.28.1

File hashes

Hashes for absfuyu-6.6.0.tar.gz
Algorithm Hash digest
SHA256 31e86420a8cce6ad52340b5a40f1469fd1f2e62c55ee0c058a9b7125689d4dbc
MD5 b46ebc75ed3970cc4be9d442c8e1dabf
BLAKE2b-256 1907b66447427290a29e01b73b029a4fa62d1b94f509ec439eca27c87eefbcca

See more details on using hashes here.

File details

Details for the file absfuyu-6.6.0-py3-none-any.whl.

File metadata

  • Download URL: absfuyu-6.6.0-py3-none-any.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Hatch/1.16.4 cpython/3.12.10 HTTPX/0.28.1

File hashes

Hashes for absfuyu-6.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c14557db04aa70c0acaa3897299c764d3a29d2aa9d2c19fed4e51bec8c9aeee2
MD5 33d68e0834c4ddcffc1608b310daa58f
BLAKE2b-256 9def9b1bb2a82765342afe2b8789ee5a4a8294ff5504e2c6502c704f85bab6b6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page