文件名称:DataProperty:一个用于从数据中提取属性的Python库
文件大小:54KB
文件格式:ZIP
更新时间:2024-05-24 09:00:11
python data python-library property Python
数据属性 可选依赖项 概括 一个用于从数据中提取属性的Python库。 安装 安装方式:点子 pip install DataProperty 安装方式:conda conda install -c conda-forge dataproperty 安装方式:apt sudo add-apt-repository ppa:thombashi/ppa sudo apt update sudo apt install python3-dataproperty 用法 提取数据属性 例如,提取float值属性 >> > from dataproperty import DataProperty >> > DataProperty ( - 1.1 ) data = - 1.1 , type = REAL_NUMBER , align = right , ascii
【文件预览】:
DataProperty-master
----invoke_pytest.py(330B)
----.gitignore(1KB)
----requirements()
--------docs_requirements.txt(24B)
--------requirements.txt(50B)
--------test_requirements.txt(46B)
----README.rst(9KB)
----appveyor.yml(869B)
----test()
--------test_formatter.py(3KB)
--------test_extractor.py(29KB)
--------test_align_getter.py(2KB)
--------test_str_function.py(2KB)
--------test_preprocessor.py(1KB)
--------common.py(259B)
--------test_logger.py(559B)
--------__init__.py(0B)
--------test_column_dataproperty.py(20KB)
--------test_function.py(4KB)
--------test_dataproperty.py(25KB)
--------test_container.py(4KB)
----mypy.ini(174B)
----examples()
--------ipynb()
--------py()
----LICENSE(1KB)
----misc()
--------summary.txt(47B)
----pylama.ini(370B)
----MANIFEST.in(223B)
----pyproject.toml(926B)
----setup.py(3KB)
----.travis()
--------install.sh(265B)
----dataproperty()
--------_base.py(2KB)
--------_interface.py(497B)
--------_align_getter.py(833B)
--------_function.py(4KB)
--------_converter.py(3KB)
--------typing.py(258B)
--------logger()
--------_formatter.py(3KB)
--------_container.py(4KB)
--------_line_break.py(114B)
--------__init__.py(792B)
--------_extractor.py(24KB)
--------_align.py(527B)
--------_column.py(11KB)
--------py.typed(0B)
--------__version__.py(210B)
--------_common.py(2KB)
--------_dataproperty.py(11KB)
--------_preprocessor.py(5KB)
----.travis.yml(2KB)
----tox.ini(1KB)
----Makefile(780B)