Metadata-Version: 2.0
Name: importkit
Version: 0.5.2
Summary: Importkit is a Python library for making anything importable as a Python module.
Home-page: https://github.com/sprymix/importkit
Author: Sprymix Inc.
Author-email: into@sprymix.com
License: UNKNOWN
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: PyYAML (>=3.11)

importkit
=========

Importkit is a Python library for making anything importable as a Python module.

Importkit uses and extends ``importlib``, introduced in Python 3.1, to provide
a straightforward framework for creating importers, allowing non-Python code or
data to be ``import``-ed seamlessly.

Importkit includes an implementation of a generic, schema-based YAML DSL that
makes it easy to represent complex objects in a robust declarative format.

Importkit also implements module tagging and automatic translation, which makes
it possible to use general module dependency graph to perform cross-platform
builds from a single source.


