typecraft_python

View on PyPIReverse Dependencies (2)

0.11.0 typecraft_python-0.11.0-py2.py3-none-any.whl

Wheel Details

Project: typecraft_python
Version: 0.11.0
Filename: typecraft_python-0.11.0-py2.py3-none-any.whl
Download: [link]
Size: 56575
MD5: 82c57c9adac5fb67eec103d07a35e848
SHA256: ccf81b25a1bdc67a89197f7713180d6e240025b0430e2f0e556d604d469c68b7
Uploaded: 2018-07-09 17:05:19 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: typecraft-python
Version: 0.11.0
Summary: Lightweight implementation of the Typecraft XML format in python.
Author: Tormod Haugland
Author-Email: tormod.haugland[at]gmail.com
Home-Page: https://github.com/Typecraft/typecraft_python
License: MIT license
Keywords: typecraft_python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: PYyaml
Requires-Dist: enum34
Requires-Dist: numpy
Requires-Dist: treetaggerwrapper
Requires-Dist: click
Requires-Dist: six
[Description omitted; length: 2667 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.31.1)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
tests/__init__.py sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0 24
tests/test_basic.py sha256=MEhPd6QT0qyRfHv4yqo8tGV8PlFdLqc9g7EEm7AzTbc 309
tests/test_models.py sha256=bZDt49ufwQ_NuCwMwxcikdqD74WGLRhv-fq85mZePZQ 11509
tests/integrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/parsing/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/parsing/test_convenience.py sha256=5SOUMNaoRmHW68rFsxMyfOL3ooS9eE6f67AHQIUKiJY 5824
tests/parsing/test_parser.py sha256=DZcNvN2qNldNDsOk6cODSmjEGBwGtFqTJWn-u4pcOjQ 10796
tests/parsing/resources/xml_1_test.xml sha256=wRq92H6ka6UH76AT1_a7WvwxQzJy_UnTWDuTKjudzFU 23986
tests/parsing/resources/xml_2_test.xml sha256=05IlUG0fH218fIHkaFchmQMtCXGcISrd_I9Jc4oG2RA 132519
typecraft_python/__init__.py sha256=w7Q7y63qEsCH_ByXUxygfVIf2_hY58Fnu8YK_VAhVMI 177
typecraft_python/models.py sha256=1pyDlKGOzpU9lkNBGMWoAKsXjD9IkPzjGxi5fipBm0U 81
typecraft_python/util.py sha256=Je2SlwnXp-SF1jJI1S33pbAJhUNWAJll0oq-x5C2tlU 1090
typecraft_python/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
typecraft_python/cli/main.py sha256=k_2ehUHfW-dJJZINyO2Tpakv3a5z-IKSxkU6syeXMbo 7436
typecraft_python/cli/util.py sha256=qaXNdSTaJhIew_yHc-aPrOvIKr1q02JAQGOZ_419P4M 864
typecraft_python/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
typecraft_python/core/exceptions.py sha256=LseNbCcDO4V_SUbEz-qSDc4K9fTn9QhSiexsjDzWbb0 52
typecraft_python/core/globals.py sha256=SFfXwS2VZv7SCz_1jc6DOttYTBCQeest-GxzYHA25Ak 20
typecraft_python/core/interfaces.py sha256=QkQgYH4eg3228qdUn1TZi_s9JLnH3zk8qs7AqTSai-Q 5012
typecraft_python/core/models.py sha256=kuFtZwBsZ-4AZpyImhbrVzIVehfeQlpe0TrEtOzRO64 20319
typecraft_python/integrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
typecraft_python/integrations/nltk/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
typecraft_python/integrations/nltk/lemmatization.py sha256=HGeXoUIfPHoFZHYYgkfJWlZktO3bmLazox1wzR6SMzA 1070
typecraft_python/integrations/nltk/ne.py sha256=KpnY4BZF6BLdN2WBJFVZ0bJMLi2w3W64XGal6t_RMFY 872
typecraft_python/integrations/nltk/tagger.py sha256=PGEeuxGsUxJJaoQRBJYwpCesmIoeklXWqnVVvjVwKbs 1971
typecraft_python/integrations/nltk/tests.py sha256=ES-9jH8DJwLGdjzUuuXrPGnoHpcwb8OoVqy_YCxjdHU 7343
typecraft_python/integrations/nltk/tokenization.py sha256=eMuPO0t-L39Ja-xs-_kyLG-PyfXsQ_B7C1884jf2gAw 2418
typecraft_python/integrations/nltk/util.py sha256=InlnhC0mC35Arlif90VK56kjPYBFO1erxmfo8lr1TZw 1016
typecraft_python/integrations/obt/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
typecraft_python/integrations/obt/tagger.py sha256=qzi_zIasyAoCdpyNFG5VL44qPqfAN9iTkBjDuPWbyy0 6424
typecraft_python/integrations/obt/tests.py sha256=XtVuJfXfAJZuwUtla9UEWsSuITSTANDdCIZRHx_Vkc4 934
typecraft_python/integrations/treetagger/__init__.py sha256=cD8w9ISeLY1RZo7AsD8_SI6_EB_IFqCO7I4XI39Klrk 71
typecraft_python/integrations/treetagger/tagger.py sha256=hnKXm9yggI8Cm7AR8QuMBpWGj6aGyY7MA6bx0iZppwg 4419
typecraft_python/integrations/treetagger/tests.py sha256=Dwj0g4G4T1cxGSECgxpnEh54L3fAhyBKPfKeRxtMrJk 5181
typecraft_python/integrations/treetagger/util.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
typecraft_python/parsing/__init__.py sha256=EtyJwd2Y090MHxZ3sen32yt6CXpng6kbvI6JLRjhqOY 37
typecraft_python/parsing/convenience.py sha256=tozAaGRbtSuo9AxYV7nqfMqFrsSMM2XlLcZd_dfoxoU 3441
typecraft_python/parsing/mappings.py sha256=w8P4SM7XkVyAngqLjCPXgP5zHdgGQWN_M3o7Q5Gl-xM 4478
typecraft_python/parsing/parallell.py sha256=7-Gbr44BH8OyOjg5QvQdWhwItuV9TbxwHQhd-fx3Qyg 1043
typecraft_python/parsing/parser.py sha256=UcAlDpfk2GCWPgjbk5UFxRsfY1iu-V3GNGIn7j_FDrg 18221
typecraft_python/parsing/tests.py sha256=w9cp_8hWsGwqLprChYruVCGEktgELCNAska4XacYWLk 3547
typecraft_python-0.11.0.dist-info/METADATA sha256=inEH0UfjFbo0uo5RF29tVXyNIdeVM1gsV1ZopCd-fhA 3558
typecraft_python-0.11.0.dist-info/RECORD
typecraft_python-0.11.0.dist-info/WHEEL sha256=gduuPyBvFJQSQ0zdyxF7k0zynDXbIbvg5ZBHoXum5uk 110
typecraft_python-0.11.0.dist-info/entry_points.txt sha256=EUfA2M1cdiJq35imtmeCX8xg12_h7NU75Go9NTc2T04 56
typecraft_python-0.11.0.dist-info/top_level.txt sha256=ccC3KiT12SqUdIV7Ou53bS43l5mH3u4h9-rojFK5gvY 23

top_level.txt

tests
typecraft_python

entry_points.txt

tpy = typecraft_python.cli.main:main