Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. /nix/store/iin2b1188s7dnvsxrpyvj6c044vy8y0c-python3.7-pydantic-0.32.2
  2. ├── lib
  3. │   └── python3.7
  4. │   └── site-packages
  5. │   ├── pydantic
  6. │   │   ├── class_validators.py
  7. │   │   ├── color.py
  8. │   │   ├── dataclasses.py
  9. │   │   ├── datetime_parse.py
  10. │   │   ├── env_settings.py
  11. │   │   ├── errors.py
  12. │   │   ├── error_wrappers.py
  13. │   │   ├── fields.py
  14. │   │   ├── generics.py
  15. │   │   ├── __init__.py
  16. │   │   ├── json.py
  17. │   │   ├── main.py
  18. │   │   ├── parse.py
  19. │   │   ├── __pycache__
  20. │   │   │   ├── class_validators.cpython-37.pyc
  21. │   │   │   ├── color.cpython-37.pyc
  22. │   │   │   ├── dataclasses.cpython-37.pyc
  23. │   │   │   ├── datetime_parse.cpython-37.pyc
  24. │   │   │   ├── env_settings.cpython-37.pyc
  25. │   │   │   ├── errors.cpython-37.pyc
  26. │   │   │   ├── error_wrappers.cpython-37.pyc
  27. │   │   │   ├── fields.cpython-37.pyc
  28. │   │   │   ├── generics.cpython-37.pyc
  29. │   │   │   ├── __init__.cpython-37.pyc
  30. │   │   │   ├── json.cpython-37.pyc
  31. │   │   │   ├── main.cpython-37.pyc
  32. │   │   │   ├── parse.cpython-37.pyc
  33. │   │   │   ├── schema.cpython-37.pyc
  34. │   │   │   ├── types.cpython-37.pyc
  35. │   │   │   ├── utils.cpython-37.pyc
  36. │   │   │   ├── validators.cpython-37.pyc
  37. │   │   │   └── version.cpython-37.pyc
  38. │   │   ├── py.typed
  39. │   │   ├── schema.py
  40. │   │   ├── types.py
  41. │   │   ├── utils.py
  42. │   │   ├── validators.py
  43. │   │   └── version.py
  44. │   └── pydantic-0.32.2.dist-info
  45. │   ├── INSTALLER
  46. │   ├── LICENSE
  47. │   ├── METADATA
  48. │   ├── RECORD
  49. │   ├── top_level.txt
  50. │   └── WHEEL
  51. └── nix-support
  52. └── propagated-build-inputs
  53.  
  54. 7 directories, 44 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement