Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/fdb9bc4e78ce5cefc8b9d987f6e08d9b to your computer and use it in GitHub Desktop.
Save r-ryantm/fdb9bc4e78ce5cefc8b9d987f6e08d9b to your computer and use it in GitHub Desktop.
/nix/store/dff6bjmjx49s8m7xj5fd9h53jxvmvbml-python3.7-pydantic-1.5.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pydantic
│   │   ├── class_validators.py
│   │   ├── color.py
│   │   ├── dataclasses.py
│   │   ├── datetime_parse.py
│   │   ├── decorator.py
│   │   ├── env_settings.py
│   │   ├── errors.py
│   │   ├── error_wrappers.py
│   │   ├── fields.py
│   │   ├── generics.py
│   │   ├── __init__.py
│   │   ├── json.py
│   │   ├── main.py
│   │   ├── mypy.py
│   │   ├── networks.py
│   │   ├── parse.py
│   │   ├── __pycache__
│   │   │   ├── class_validators.cpython-37.pyc
│   │   │   ├── color.cpython-37.pyc
│   │   │   ├── dataclasses.cpython-37.pyc
│   │   │   ├── datetime_parse.cpython-37.pyc
│   │   │   ├── decorator.cpython-37.pyc
│   │   │   ├── env_settings.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── error_wrappers.cpython-37.pyc
│   │   │   ├── fields.cpython-37.pyc
│   │   │   ├── generics.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── json.cpython-37.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── mypy.cpython-37.pyc
│   │   │   ├── networks.cpython-37.pyc
│   │   │   ├── parse.cpython-37.pyc
│   │   │   ├── schema.cpython-37.pyc
│   │   │   ├── tools.cpython-37.pyc
│   │   │   ├── types.cpython-37.pyc
│   │   │   ├── typing.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── validators.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── py.typed
│   │   ├── schema.py
│   │   ├── tools.py
│   │   ├── types.py
│   │   ├── typing.py
│   │   ├── utils.py
│   │   ├── validators.py
│   │   └── version.py
│   └── pydantic-1.5.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 54 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment