Metadata-Version: 2.1
Name: jsfiddle
Version: 2019.3.25
Summary: jsfiddle helper
Home-page: https://github.com/looking-for-a-job/jsfiddle.py
License: UNKNOWN
Description: <!--
        https://pypi.org/project/readme-generator/
        -->
        
        [![](https://img.shields.io/pypi/pyversions/jsfiddle.svg?longCache=True)](https://pypi.org/project/jsfiddle/)
        
        #### Installation
        ```bash
        $ [sudo] pip install jsfiddle
        ```
        
        #### Functions
        function|`__doc__`
        -|-
        `jsfiddle.github_tree()` |return `github_tree` string. git remote required
        `jsfiddle.url()` |return `https://jsfiddle.net/gh/get/library/pure/{github_tree}/` string
        `jsfiddle.details.load()` |return a dictorinary with `demo.details` data
        `jsfiddle.details.save(data)` |save a dictionary to a `demo.details` file
        
        #### CLI
        usage|`__doc__`
        -|-
        `python -m jsfiddle.details.description path [value]` |get/set `demo.details` `description`
        `python -m jsfiddle.details.name path [value]` |get/set `demo.details` `name`
        `python -m jsfiddle.details.resources path [url ...]` |get/set `demo.details` `resources`
        
        #### Examples
        set `demo.details` `resources` urls
        ```bash
        $ find . -name "demo.html" -exec python -m jsfiddle.details.resources {} https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css https://code.jquery.com/jquery-3.3.1.slim.min.js \;
        ```
        
        #### Related projects
        +   [`jsfiddle.py` - jsfiddle helper](https://pypi.org/project/jsfiddle/)
        +   [`jsfiddle-build.py` - build html file from jsfiddle files](https://pypi.org/project/jsfiddle-build/)
        +   [`jsfiddle-generator.py` - jsfiddle files generator](https://pypi.org/project/jsfiddle-generator/)
        +   [`jsfiddle-readme.py` - generate jsfiddle `README.md`](https://pypi.org/project/jsfiddle-readme/)
        
        #### Links
        +   [Display fiddle from a Github repository](https://docs.jsfiddle.net/github-integration/untitled-1)
        
        <p align="center">
            <a href="https://pypi.org/project/readme-generator/">readme-generator</a>
        </p>
Keywords: jsfiddle
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
