honey-team / ufpy

Ufpy (Useful Python) - package for Python with some useful features
https://honey-team.github.io/ufpy-website
MIT License
3 stars 3 forks source link

bug fix packaging + fix printing with deletion of `str()` #32

Closed bleudev closed 3 months ago

bleudev commented 3 months ago

closes #31

Summary by Sourcery

This pull request fixes import path issues, removes the __str__ method from the UDict class, updates the setup.py configuration, and enhances documentation. Additionally, a new script for uploading to TestPyPI has been added.

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request addresses bug fixes related to packaging and printing functionality by removing the str() method from UDict, updating import paths, and modifying the setup script. Additionally, a new batch script for uploading to TestPyPI is added.

File-Level Changes

Files Changes
ufpy/udict.py
ufpy/ustack.py
ufpy/typ/type_alias.py
ufpy/utils.py
Updated import paths to use absolute imports for better package structure.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.