Skip to main content

package explain data concept python

Project description

Explain Me

Example

from explain_me.visual import visualize_package





with open('preview.html', 'w+') as file:
    file.write("""
<html>
    <body>
        <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
        <script>
            mermaid.initialize({ startOnLoad: true });
            
            
//get svg element.
var svg = document.getElementsByTagName('svg')[0];

            
            
        </script>

        <div class="mermaid">
            classDiagram
    """)
    

    for line in visualize_package(nama_library):
        file.write(line+"\n")

    file.write("""
            
        </div>
        <a id="link" href="#">download</a>
    </body>
</html>
        """)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

explain_me-0.2.0.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

explain_me-0.2.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file explain_me-0.2.0.tar.gz.

File metadata

  • Download URL: explain_me-0.2.0.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.7 Windows/10

File hashes

Hashes for explain_me-0.2.0.tar.gz
Algorithm Hash digest
SHA256 806861aa1ce1e3f084653f860313dab4de349382efbc12f9a11580b97feecfd5
MD5 dba279aa8a5bb76b1e06c2a7c9bec180
BLAKE2b-256 4d6466d65ba69713659993e268e45501a4c8e7ebb04ac5b1adb36eae29bf20bf

See more details on using hashes here.

File details

Details for the file explain_me-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: explain_me-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.7 Windows/10

File hashes

Hashes for explain_me-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 67406b111745d1714ec6a31e4b5c187417814d7b44bbf68280ce8194fd740dc7
MD5 cd0f3fd5f222068f99047b56c855dffb
BLAKE2b-256 f568dc68c9f6c2c147ecfc1d9fe738e5492907b370d4fed0f4cebffe318a00fd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page