Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. /nix/store/a9zf6z5lvhlb4n3cyj5ch25hy777rz4s-python3.7-awkward-0.12.10
  2. ├── lib
  3. │   └── python3.7
  4. │   └── site-packages
  5. │   ├── awkward
  6. │   │   ├── array
  7. │   │   │   ├── base.py
  8. │   │   │   ├── chunked.py
  9. │   │   │   ├── indexed.py
  10. │   │   │   ├── __init__.py
  11. │   │   │   ├── jagged.py
  12. │   │   │   ├── masked.py
  13. │   │   │   ├── objects.py
  14. │   │   │   ├── __pycache__
  15. │   │   │   │   ├── base.cpython-37.pyc
  16. │   │   │   │   ├── chunked.cpython-37.pyc
  17. │   │   │   │   ├── indexed.cpython-37.pyc
  18. │   │   │   │   ├── __init__.cpython-37.pyc
  19. │   │   │   │   ├── jagged.cpython-37.pyc
  20. │   │   │   │   ├── masked.cpython-37.pyc
  21. │   │   │   │   ├── objects.cpython-37.pyc
  22. │   │   │   │   ├── table.cpython-37.pyc
  23. │   │   │   │   ├── union.cpython-37.pyc
  24. │   │   │   │   └── virtual.cpython-37.pyc
  25. │   │   │   ├── table.py
  26. │   │   │   ├── union.py
  27. │   │   │   └── virtual.py
  28. │   │   ├── arrow.py
  29. │   │   ├── generate.py
  30. │   │   ├── __init__.py
  31. │   │   ├── pandas.py
  32. │   │   ├── persist.py
  33. │   │   ├── __pycache__
  34. │   │   │   ├── arrow.cpython-37.pyc
  35. │   │   │   ├── generate.cpython-37.pyc
  36. │   │   │   ├── __init__.cpython-37.pyc
  37. │   │   │   ├── pandas.cpython-37.pyc
  38. │   │   │   ├── persist.cpython-37.pyc
  39. │   │   │   ├── type.cpython-37.pyc
  40. │   │   │   ├── util.cpython-37.pyc
  41. │   │   │   └── version.cpython-37.pyc
  42. │   │   ├── type.py
  43. │   │   ├── util.py
  44. │   │   └── version.py
  45. │   └── awkward-0.12.10.dist-info
  46. │   ├── INSTALLER
  47. │   ├── LICENSE
  48. │   ├── METADATA
  49. │   ├── RECORD
  50. │   ├── top_level.txt
  51. │   └── WHEEL
  52. └── nix-support
  53. └── propagated-build-inputs
  54.  
  55. 9 directories, 43 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement