New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

absfuyu

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

absfuyu

A small collection of code

  • 5.0.1
  • PyPI
  • Socket score

Maintainers
1

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 foundational 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, ShowAllMethodsMixin

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)

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc