Skip to content

salsita/pydataloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extensible JSON/YAML/RAML/... data loader.

[Version] (https://github.com/salsita/pydataloader/tags) [PyPI package] (https://pypi.python.org/pypi/PyDataLoader/) [Downloads] (https://pypi.python.org/pypi/PyDataLoader/) [Supported Python versions] (https://pypi.python.org/pypi/PyDataLoader/) [License] (https://pypi.python.org/pypi/PyDataLoader/)

Supported Platforms

Get Started

Install using pip or easy_install:

pip install PyDataLoader
easy_install PyDataLoader

Optionally, you can specify yaml or raml extras to install related dependencies:

pip install "PyDataLoader[yaml,raml]"
easy_install "PyDataLoader[yaml,raml]"

Features

Changelog

0.1.3

Fixes

  • Update dependencies to support Python 3.
  • Fix package setup on Python 3.

0.1.2

Fixes

  • Fix Python 2.6 support.

0.1.1

Fixes

  • Fix package setup to not require dependencies preinstalled.

0.1.0

Features

  • Initial release.

About

Extensible JSON/YAML/RAML/... data loader for Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages