tings

View on PyPIReverse Dependencies (1)

0.1.dev0 tings-0.1.dev0-py2.py3-none-any.whl

Wheel Details

Project: tings
Version: 0.1.dev0
Filename: tings-0.1.dev0-py2.py3-none-any.whl
Download: [link]
Size: 2218
MD5: 6574db9f7b93bb23fa910254219fd715
SHA256: 3cb01e806296f6ed01b23b151e30ae53fd4807217b9c8868881f72286aac2554
Uploaded: 2019-12-12 10:00:39 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: tings
Version: 0.1.dev0
Summary: Create Python objects from things.
Author: Markus Binsteiner
Author-Email: markus[at]frkl.io
Home-Page: https://gitlab.com/frkl/tings
License: "The Parity Public License 6.0.0"
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Platform: any
Requires-Python: >=3.6
Requires-Dist: appdirs (>=1.4.3)
Requires-Dist: watchgod (>=0.5)
Requires-Dist: observable (>=1.0.3)
Requires-Dist: sortedcontainers (>=2.1.0)
Requires-Dist: effect (>=1.1.0)
Requires-Dist: pyarrow (>=1.13.0); extra == "arrow"
Requires-Dist: frutils[cli] (>=0.1); extra == "cli"
Requires-Dist: urwid (>=2.1.0); extra == "cli"
Requires-Dist: flake8; extra == "develop"
Requires-Dist: ipython; extra == "develop"
Requires-Dist: black; extra == "develop"
Requires-Dist: pip-tools; extra == "develop"
Requires-Dist: pre-commit; extra == "develop"
Requires-Dist: watchdog; extra == "develop"
Requires-Dist: wheel; extra == "develop"
Requires-Dist: pipdeptree; extra == "develop"
Requires-Dist: isort; extra == "develop"
Requires-Dist: setuptools-scm; extra == "develop"
Requires-Dist: cruft; extra == "develop"
Requires-Dist: pp-ez; extra == "develop"
Requires-Dist: nuitka; extra == "develop"
Requires-Dist: portray; extra == "docs"
Requires-Dist: livereload; extra == "docs"
Requires-Dist: formic2; extra == "docs"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: tox; extra == "testing"
Provides-Extra: arrow
Provides-Extra: cli
Provides-Extra: develop
Provides-Extra: docs
Provides-Extra: testing
Description-Content-Type: text/markdown
[No description]

WHEEL

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

RECORD

Path Digest Size
tings-0.1.dev0.dist-info/METADATA sha256=ah3rg8e3z1SngOxkd77qgkyTtp0YItvT77UCbfLYkAM 1682
tings-0.1.dev0.dist-info/WHEEL sha256=8zNYZbwQSXoB9IfXOjPfeNwvAsALAjffgk27FqvCWbo 110
tings-0.1.dev0.dist-info/entry_points.txt sha256=9-jwEjRfMiXLSRPDbOTjevxZLn7IMO3kw3Uc_NWl-a4 1659
tings-0.1.dev0.dist-info/top_level.txt sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
tings-0.1.dev0.dist-info/RECORD

top_level.txt

[empty]

entry_points.txt

tings = tings.interfaces.cli:cli
tings.finders = tings.finders:TingFindersPlugting
tings.freezers = tings.freezers:TingsFreezerPlugting
tings.properties = tings.properties:TingPropertiesPlugting
create-find-data = tings.addons.internal:CreateFindData
create-tings = tings.addons.internal:CreateTings
to-dict = tings.addons.core:ToDict
watch-tings = tings.addons.internal:WatchTings
archive-finder = tings.finders.archive:ArchiveTingFinder
plugin-finder = tings.finders.pluggable:PluggableTingFinder
files = tings.finders.pluggable.files:FileTingFinderPlugin
json = tings.freezers.json:JsonFreezer
dict-content = tings.properties.core:DictContent
dict-merge = tings.properties.core:DictMerge
dict-value = tings.properties.core:DictValue
file-name = tings.properties.files:FileName
file-size = tings.properties.files:FileSize
id = tings.properties.core:Id
input-content = tings.properties.core:InputContent
input-type = tings.properties.core:InputType
mirror = tings.properties.core:Mirror
parent-type = tings.properties.types:ParentType
path-parts = tings.properties.files:PathParts
static-dict = tings.properties.core:StaticDict
template-input-schema = tings.properties.templating:TemplateInputSchema
text-content = tings.properties.files:TextContent
ting-finder-obj = tings.properties.internal:TingFinderObj
ting-spec-obj = tings.properties.internal:TingSpecObj
type-chain = tings.properties.types:TypeChain
type-dict = tings.properties.types:TypeDict
path-regex = tings.utils.files:PathRegexMatcher