pygen

View on PyPIReverse Dependencies (0)

0.0.2 pygen-0.0.2-py2.py3-none-any.whl

Wheel Details

Project: pygen
Version: 0.0.2
Filename: pygen-0.0.2-py2.py3-none-any.whl
Download: [link]
Size: 10006
MD5: d5dcfaf4edfd7fec1a5434215fc01821
SHA256: a6d2ca7d095bb28439674eb675a75d52b33ec6a918c7ab304fc3d35f79ce1920
Uploaded: 2016-02-13 13:19:12 +0000

dist-info

METADATA

Metadata-Version: 2.0
Name: pygen
Version: 0.0.2
Summary: A versatile and extensible file generation tool.
Author: Julien Kauffmann
Author-Email: julien.kauffmann[at]freelan.org
Home-Page: http://ereOn.github.io/pygen
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: six (==1.10.0)
Requires-Dist: future (==0.15.2)
Requires-Dist: Jinja2 (==2.8)
Requires-Dist: click (==6.2)
Requires-Dist: PyYAML (==3.11)
Requires-Dist: voluptuous (==0.8.8)
Requires-Dist: colorama (==0.3.6)
Requires-Dist: requests (==2.9.1)
[Description omitted; length: 60 characters]

WHEEL

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

RECORD

Path Digest Size
pygen/exceptions.py sha256=iRFHP91PWMKLoeRJeRE_OAg_YBUkcgw6eWf9ZQ_AnA8 725
pygen/index.py sha256=ODZAG_dqclNKSDAzS2IlFZjboeB_L434Qur4LtjSmR0 2678
pygen/scope.py sha256=MT423WyzZoOW6gxeGFqgliZPm5-beBjZUCS1eQnJTNs 2441
pygen/scripts.py sha256=2ElENEAK7jajpJkzLDxb-Phmqu6tBNsyw0Ybw3Zrcwo 1854
pygen/target.py sha256=STes-r0yXaS_ZA9OXowoUEh1xekeQHoFnk84Aaun3VA 2767
pygen/target_template.py sha256=XoMqmXvz-evtE0mHMcn2O0n5Nd5xa0uWswgHY86JZwM 1579
pygen/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pygen/parsers/base.py sha256=7LhKZgnflxDx_kGY5N8vcCPkvWEWg3YsFOKkKMscC6E 244
pygen/parsers/json.py sha256=LM5WHDpMIEcqehkIgxG4OtjlAWYhe-FR51hi7pD2TnE 569
pygen/parsers/yaml.py sha256=PLsYll1Kw9KKvbppqrjgrjyaxO7-7iiqt5fml5l5C0c 722
pygen/parsers/__init__.py sha256=A3RbvIjsAChkWNVP9wv45cUrJ2L8rjNPCZGEnGEsqYw 2209
pygen-0.0.2.dist-info/DESCRIPTION.rst sha256=qDZDjq1dMxWYWt1YDg2tOGUFHnCIfhlho1A2LBBx79w 60
pygen-0.0.2.dist-info/entry_points.txt sha256=Ksz8PKhxa8ijNhFpDboQknrVs5fd8joDoQ6z-7JJD7M 138
pygen-0.0.2.dist-info/METADATA sha256=HCynjbIKqZoXKKhkH3eye3GEghYPCaqdV0SbsiT_W24 1126
pygen-0.0.2.dist-info/metadata.json sha256=9xtgOizkDcck5IKFEtRkyCqrJ461SQmTcSMqIKzKQtY 1345
pygen-0.0.2.dist-info/RECORD
pygen-0.0.2.dist-info/top_level.txt sha256=3QwIQEILsSQDwycQ65KztACdBEYOpkYybGdy4wD1sFk 6
pygen-0.0.2.dist-info/WHEEL sha256=56WjMPRUEpmb30QaTzVbQCpri5lzKGby5HLDkAMQeIU 116

top_level.txt

pygen

entry_points.txt

pygen = pygen.scripts:pygen
json = pygen.parsers.json:JsonParser
yaml = pygen.parsers.yaml:YamlParser