Code Monkey home page Code Monkey logo

jsonschema-typed's People

Contributors

bsamseth avatar erickpeirson avatar untitaker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jsonschema-typed's Issues

Support stubgen

Hi!

Is it possible to support stubgen? It will improve the experience of usage a lot when some IDE like PyCharm is used.

Thank you for the project!

More info on cache issue

Heya,
Sorry this is more of a general question - do you have any more info on why mypy cache isn't compatible with this? Is this tracked in a mypy issue somewhere?

Cheers, and thanks for your work
Jarrad

As I see the additionalProperties is not supported

See: https://json-schema.org/understanding-json-schema/reference/object.html#properties

I have this kind of definition:

        "items": {
            "title": "Items",
            "type": "object",
            "additionalProperties": {
                "type": "object",
                "properties": {...}
            }
        },

For me, the items should be interpreted as a Dict[str, item] (where the item is a type from the JSON schema)
And something like this JSONSchema["tilecloud_chain/schema.json", "items", "*"] should be possible.

Is it plan to support it?

pip install failure

> pip install jsonschema-typed-v2          
                  
Collecting jsonschema-typed-v2
  Could not find a version that satisfies the requirement jsonschema-typed-v2 (from versions: )
No matching distribution found for jsonschema-typed-v2

Trying to install through github also seems to fail.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.