Skip to content

Tags: zhijiay/json-sempai

Tags

0.4.0

Toggle 0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kragniz Louis Taylor
Release 0.4.0

Adds support for importing JSON files from python packages. Example:

    $ tree
    .
    └── python_package
        ├── file.json
        ├── __init__.py
        └── nested_package
            ├── __init__.py
            └── second.json

    >>> from jsonsempai import magic
    >>> from python_package import file
    >>> file
    <module 'python_package.file' from 'python_package/file.json'>
    >>> import python_package.nested_package.second
    >>> python_package.nested_package.second
    <module 'python_package.nested_package.second' from 'python_package/nested_package/second.json'>

0.3.1

Toggle 0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
kragniz Louis Taylor
Release 0.3.1

Fixes jsonsempai.tests not being installed.

0.3.0

Toggle 0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kragniz Louis Taylor
Release 0.3.0

0.2.0

Toggle 0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kragniz Louis Taylor
Tag 0.2.0

0.1.0

Toggle 0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
kragniz Louis Taylor
Tag 0.1.0