![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Expressive extensible schemas.
npm install
gulp all:build
new StringType(options: DocumentOptions);
export interface StringOptions {
regex?: RegExp; // null
lowerCase?: boolean; // false
trimmed?: boolean; // false
minLength?: number; // null
maxLength?: number; // null
looseTest?: boolean; // false
}
looseTest
: The test returns true if the only errors found can be fixed with .normalize.
Tests whether a string is valid or not according to the options.
new DocumentType(options: DocumentOptions);
Creates a new type to match against documents. This type ensures that the defined properties are set, enumerable and valid.
DocumentOptions
:
properties: Dictionary<PropertyDescriptor>
: Each key is used as the property name and the associated behaviour is determined by the associated PropertyDescriptor
. If the value is null
, then the property is deleted (ignored) - usefull when extending the DocumentOptions
.
PropertyDescriptor
:
type: Type
: the type of the property (soon: If the type is null
-> allow any value, requires manual read/write)
optional: boolean
: Allows the value to be null
additionalProperties: boolean
: Allow (and ignore) additional properties when doing tests
interface DiffResult {
$set: Dictionary<jsonValues>;
$update: Dictionary<Diff>;
$unset: Dictionary<jsonValues>;
}
FAQs
Runtime types for validation and serialization
The npm package kryo receives a total of 155 weekly downloads. As such, kryo popularity was classified as not popular.
We found that kryo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.