Convert strings to Python objects guided by (potentially annotated) type hints
Project description
Documentation
The documentation is available at https://src.koda.cnrs.fr/eric.debreuve/str-to-obj/-/wikis/home.
Installation
This project is published on the Python Package Index (PyPI) at: https://pypi.org/project/str-to-obj/. It should be installable from Python distribution platforms or Integrated Development Environments (IDEs). Otherwise, it can be installed from a command console using pip:
For all users (after acquiring administrative rights) |
For the current user (no administrative rights required) |
|
---|---|---|
Installation |
pip install str-to-obj |
pip install --user str-to-obj |
Update |
pip install --upgrade str-to-obj |
pip install --user --upgrade str-to-obj |
Dependencies
The development relies on several packages:
Mandatory: logger_36, rich
Optional: None
The mandatory dependencies, if any, are installed automatically by pip, if they are not already, as part of the installation of Str-to-Obj. Python distribution platforms or Integrated Development Environments (IDEs) should also take care of this. The optional dependencies, if any, must be installed independently by following the related instructions, for added functionalities of Str-to-Obj.
Acknowledgments
The project is developed with PyCharm Community.
The code is formatted by Black, The Uncompromising Code Formatter.
The imports are ordered by isort… your imports, so you don’t have to.
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
Hashes for str_to_obj-2024.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 556fda4cb2fffeb6446ae89035d5eaa7cbeb5de1112b0993622f772602330f89 |
|
MD5 | 91fb1399aa1fd56b299a5511d36e5f6a |
|
BLAKE2b-256 | 79aa1c309b7e3e74a00ac93f2094c470d3dd53aeea9eb792e4c45958dbedbb6e |