district42 experimental types
Project description
district42 experimental types
district42 experimental types
Installation
pip3 install district42-exp-types
Usage
from d42 import schema
from d42.declaration import register_type
from district42_exp_types.numeric import NumericSchema
register_type("numeric", NumericSchema)
print(schema.numeric)
from d42 import schema
from d42.declaration import register_type
from district42_exp_types.uuid import UUIDSchema
register_type("uuid", UUIDSchema)
print(schema.uuid)
from d42 import schema
from d42.declaration import register_type
from district42_exp_types.uuid_str import UUIDStrSchema
register_type("uuid_str", UUIDStrSchema)
print(schema.uuid_str)
from d42 import schema
from d42.declaration import register_type
from district42_exp_types.sdict import SDictSchema
register_type("sdict", SDictSchema)
print(schema.sdict)
from d42 import schema
from d42.declaration import register_type
from district42_exp_types.unordered import UnorderedSchema
register_type("unordered", UnorderedSchema)
print(schema.unordered)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file district42_exp_types-1.0.0.tar.gz
.
File metadata
- Download URL: district42_exp_types-1.0.0.tar.gz
- Upload date:
- Size: 29.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3321086f673481a13d64ce2d1c7d73d5cf583af366cd1cc29cf51db3291af5dd |
|
MD5 | dc2bb27f6e5c505c2235c7b9fbf06daa |
|
BLAKE2b-256 | 66ed6c81b35d9f952a2e31ba51deae62e5c083d6cbe71a17bafdf1a9b709019d |
File details
Details for the file district42_exp_types-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: district42_exp_types-1.0.0-py3-none-any.whl
- Upload date:
- Size: 69.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 684e6d024cfb80ea95c6c1242f57f979de5d2d6eeb25a26a19409eaa27301af3 |
|
MD5 | 2dc8f0162fc151a83da0045beed4dfae |
|
BLAKE2b-256 | 3e96292f02549daf579a22168ea6dae7935d8ff5d7114497348e22b6e970af95 |