Metadata-Version: 2.1
Name: clod
Version: 0.9.0
Summary: Create and recursively fill a temporary directory
Home-page: https://github.com/rec/clod
Author: Tom Ritchford
Author-email: tom@swirly.com
License: MIT
Keywords: testing,modules
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Dist: dek

🌱 - clod: replace your module with an object - 🌱
===========================================================

Replace your module with an object, allowing for example "modules" that you can
call or index.

API
---

``clod.clod(replacement, module_name, variables=None, omit=None)``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

(`clod.py, 40-82 <https://github.com/rec/clod/blob/master/clod.py#L40-L82>`_)

Replace the system module at ``module_name`` with a replacement, which
can be any object.

(automatically generated by `doks <https://github.com/rec/doks/>`_ on 2020-07-11T21:21:39.895678)


