GitHub
github.com › RobertCraigie › prisma-client-py
GitHub - RobertCraigie/prisma-client-py: Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use · GitHub
The provider value defines which Prisma Client will be created. In this case, as we want to generate Prisma Client Python, we use the prisma-client-py value. You can also define where the client will be generated to with the output option.
Starred by 2.1K users
Forked by 94 users
Languages Python 92.7% | Jinja 6.8%
GitHub
github.com › prisma › prisma › issues › 24483
Custom output path behaves different with `prismaSchemaFolder` preview feature · Issue #24483 · prisma/prisma
June 10, 2024 - bug/2-confirmedBug has been reproduced and confirmed.Bug has been reproduced and confirmed.kind/bugA reported bug.A reported bug.topic: outputtopic: prismaSchemaFolderMulti-File Prisma SchemaMulti-File Prisma Schema ... I am using the prismaSchemaFolder preview feature along with a custom output path to @prisma/client/master since I have to connect to two databases using different clients.
Author prisma
GitHub
github.com › jmsv › prisma-to-python
GitHub - jmsv/prisma-to-python: Parse prisma.schema files and output models as Python classes · GitHub
Parse prisma.schema files and output enums, types and models as Python classes.
Author jmsv
Prisma Client Python
prisma-client-py.readthedocs.io
Prisma Client Python
Prisma Client Python connects to the database and executes queries using Prisma's rust-based Query Engine, of which the source code can be found here: https://github.com/prisma/prisma-engines.
GitHub
github.com › PaloAltoNetworks › prismacloud-api-python
GitHub - PaloAltoNetworks/prismacloud-api-python: Prisma Cloud utility scripts, and a Python SDK for Prisma Cloud APIs. · GitHub
Prisma Cloud utility scripts, and a Python SDK for Prisma Cloud APIs. - PaloAltoNetworks/prismacloud-api-python
Starred by 68 users
Forked by 60 users
Languages Python
GitHub
github.com › hijkzzz › prisma
GitHub - hijkzzz/prisma: Prisma · GitHub
Put the model and dataset into "prisma/" # Recommend using tensorflow of gpu version python3 train.py --STYLE_IMAGES style-image.jpg --CONTENT_WEIGHT 1.0 --STYLE_WEIGHT 10.0 --MODEL_PATH models/newmodel.ckpt mv models/newmodel.ckpt-done models/newmodel.ckpt # Test python3 eval.py --CONTENT_IMAGE content-image.jpg --MODEL_PATH models/newmodel.ckpt --OUTPUT_FOLDER generate/ Add to Prisma ·
Starred by 71 users
Forked by 3 users
Languages Python 69.4% | HTML 30.6%
Prisma Client Python
prisma-client-py.readthedocs.io › en › stable › reference › custom-generators
Custom Generators - Prisma Client Python - Read the Docs
The default output location · This data is represented in Prisma Client Python with the Manifest model: from prisma.generator import BaseGenerator, Manifest class MyGenerator(BaseGenerator): def get_manifest(self) -> Manifest: return Manifest( name='Custom Prisma Generator' default_output='out.txt', ) Prisma sends generators the Prisma Schema DMMF during the generate step, this is your Prisma Schema in AST form.
GitHub
github.com › PaloAltoNetworks › prisma_config
GitHub - PaloAltoNetworks/prisma_config · GitHub
edwards-mbp-pro:prisma_config aaron$ ./pull_site.py -S "MySite" --output MySite.yml edwards-mbp-pro:prisma_config aaron$
Forked by 6 users
Languages Python
GitHub
github.com › PaloAltoNetworks › pc-python-integration
GitHub - PaloAltoNetworks/pc-python-integration: Python3 API toolkit for Prisma Cloud APIs · GitHub
Python3 API toolkit for Prisma Cloud APIs. Contribute to PaloAltoNetworks/pc-python-integration development by creating an account on GitHub.
Starred by 24 users
Forked by 12 users
Languages Python
GitHub
github.com › topics › prisma-cloud
prisma-cloud · GitHub Topics · GitHub
July 20, 2022 - A repository to store custom policy examples that do not belong as out-of-the-box policies for Code Security. ... Script for exporting Prisma Cloud policies and their associated RQL into a CSV output file. ... The Prisma SASE ConfigAutomation is a tool designed to streamline the management of Prisma SASE Cloud Controller (Strata Cloud Manager) configurations · python ...
GitHub
github.com › rupashi97 › Prisma
GitHub - rupashi97/Prisma
Prisma is a photo editing app that transforms your photos into works of art using the styles of famous artists. A unique combination of neural networks and artificial intelligence helps you turn memorable moments into timeless art.
Forked by 2 users
Languages Python 99.4% | Shell 0.6% | Python 99.4% | Shell 0.6%
GitHub
github.com › PaloAltoNetworks › prisma-sase-sdk-python
GitHub - PaloAltoNetworks/prisma-sase-sdk-python: Prisma SASE SDK · GitHub
# Import the Prisma SASE SDK API constructor and JSON response pretty printer from prisma_sase import API, jd # Instantiate the Prisma SASEx API constructor sdk = API() # Call Prisma SASE API login using the Interactive helpers (Handle SAML2.0 ...
Starred by 12 users
Forked by 7 users
Languages Python
GitHub
github.com › mykter › prisma-cloud-pipeline
GitHub - mykter/prisma-cloud-pipeline: Export Prisma Cloud container findings to a CI pipeline, and identify un-triaged findings. · GitHub
The motivation for this project is to get all findings closer to developers, not just findings for a specific container, and integrate the entire process with existing project CI pipelines. All findings (for specified collections) are retrieved from the Prisma Cloud API, and a set of locally defined triage rules are applied to suppress specific findings or containers from the main output.
Starred by 6 users
Forked by 2 users
Languages Python 92.9% | Makefile 3.9% | Dockerfile 3.2%
GitHub
github.com › prisma › prisma › issues › 2285
Explore ideas for a Python client 🐍 · Issue #2285 · prisma/prisma
April 23, 2020 - kind/featureA request for a new feature.A request for a new feature.status/has-custom-clientA custom Client for this language exists.A custom Client for this language exists.topic: language ... Typing in Python 🐍 is now a real thing and can be quite powerful. I have yet to see an ORM/Query builder fill that space and I believe prisma could improve the status quo.
Author prisma