Metadata-Version: 2.1
Name: cfloader
Version: 0.1.3
Summary: Loads python modules from a configuration file.
Home-page: https://github.com/shachibista/cfloader
Author: Shachi Bista
Author-email: shachibista@gmail.com
License: MIT license
Keywords: cfloader
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7

==========================
Model Configuration Loader
==========================


.. image:: https://img.shields.io/pypi/v/cfloader.svg
        :target: https://pypi.python.org/pypi/cfloader

.. image:: https://img.shields.io/travis/shachibista/cfloader.svg
        :target: https://travis-ci.com/shachibista/cfloader

.. image:: https://readthedocs.org/projects/cfloader/badge/?version=latest
        :target: https://cfloader.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Loads python modules from a configuration file.


* Free software: MIT license
* Documentation: https://cfloader.readthedocs.io.


Features
--------

* Auto class instantiation from json configuration
* Read configuration from archives
* Load dependencies between classes
* Load configuration parameter as class or as object

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-08-30)
------------------

* First release on PyPI.


