generate source code in multiple languages from typescript
The CDK Construct Library for AWS Lambda in Python
Tensorflow model converter for javascript
The open source javascript graphing library that powers plotly
Python dictionary for cspell.
Run Python scripts from Node.js with simple (but efficient) inter-process communication through stdio
A Pulumi package for interacting with Docker in Pulumi programs
PEP440 implementation in JavaScript
A Pulumi package to safely use randomness in Pulumi programs.
Python language support for the CodeMirror code editor
A Pulumi package for creating and managing Cloudflare cloud resources.
This module provides native bindings to ecdsa secp256k1 functions
httpntlm is a Node.js library to do HTTP NTLM authentication
A super light and fast circular JSON parser.
Node.js native addon build tool
A Pulumi package for creating and managing Google Cloud Platform resources.
A Pulumi package to create TLS resources in Pulumi programs.
Serverless Python Requirements Plugin
LangGraph
The Vercel Resource Provider lets you manage [Vercel](https://vercel.com) resources.
Lezer-based Python grammar
A Pulumi package for creating and managing Datadog resources.
Lambda client library that supports hybrid tracing in node js
Locutus other languages' standard libraries to JavaScript for fun and educational purposes
Ruby wrapper for Python modules using the PyCall gem.
Javonet allows you to reference and use modules or packages written in (Java/Kotlin/Groovy/Clojure, C#/VB.NET, Ruby, Perl, Python, JavaScript/TypeScript) like they were created in your technology. It works on Linux/Windows and MacOS for applications created in JVM, CLR/Netcore, Perl, Python, Ruby, NodeJS, C++ or GoLang and gives you unparalleled freedom and flexibility with native performance in building your mixed-technologies products. Let it be accessing best AI or cryptography libraries, devices SDKs, legacy client modules, internal custom packages or anything from public repositories available on NPM, Nuget, PyPI, Maven/Gradle, RubyGems or GitHub. Get free from programming languages barriers today! For more information check out our guides at https://www.javonet.com/guides/v2/
Hypertube allows you to reference and use modules or packages written in (Java/Kotlin/Groovy/Clojure, C#/VB.NET, Ruby, Perl, Python, JavaScript/TypeScript) like they were created in your technology. It works on Linux/Windows and MacOS for applications created in JVM, CLR/Netcore, Perl, Python, Ruby, NodeJS, C++ or GoLang and gives you unparalleled freedom and flexibility with native performance in building your mixed-technologies products. Let it be accessing best AI or cryptography libraries, devices SDKs, legacy client modules, internal custom packages or anything from public repositories available on NPM, Nuget, PyPI, Maven/Gradle, RubyGems or GitHub. Get free from programming languages barriers today! For more information check out our guides at https://www.hypertube.dev/guides/v2/
PythonConfig is a module with classes for parsing and writing Python configuration files created by the ConfigParser classes in Python. These files are structured like this: [Section Name] key = value otherkey: othervalue [Other Section] key: value3 otherkey = value4 Leading whitespace before values are trimmed, and the key must be the at the start of the line - no leading whitespace there. You can use : or = . Multiline values are supported, as long as the second (or third, etc.) lines start with whitespace: [Section] bigstring: This is a very long string, so I'm not sure I'll be able to fit it on one line, but as long as there is one space before each line, I'm ok. Tabs work too. Also, this class supports interpolation: [Awards] output: Congratulations for winning %(prize)! prize: the lottery Will result in: config.sections["Awards"]["output"] == "Congratulations for winning the lottery!" You can also access the sections with the dot operator, but only with all-lowercase: [Awards] key:value [prizes] lottery=3.2 million config.awards["key"] #=> "value" config.prizes["lottery"] #=> "3.2 million" You can modify any values you want, though to add sections, you should use the add_section method. config.sections["prizes"]["lottery"] = "100 dollars" # someone hit the jackpot config.add_section("Candies") config.candies["green"] = "tasty" When you want to output a configuration, just call its +to_s+ method. File.open("output.ini","w") do |out| out.write config.to_s end
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.