Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 9, 2020 14:59
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/2204839d64f8dae0a1b7d9e60bed52ec to your computer and use it in GitHub Desktop.
Save r-ryantm/2204839d64f8dae0a1b7d9e60bed52ec to your computer and use it in GitHub Desktop.
/nix/store/gq2a5rczzscwcalw5ixm10117jcngxdz-python3.7-pydantic-1.4
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pydantic
│   │   ├── class_validators.py
│   │   ├── color.py
│   │   ├── dataclasses.py
│   │   ├── datetime_parse.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
│   │   │   ├── 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.4.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment