Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Last active October 16, 2020 08:56
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/3814b7f10a373d3bcb6c83ccd76807db to your computer and use it in GitHub Desktop.
Save r-ryantm/3814b7f10a373d3bcb6c83ccd76807db to your computer and use it in GitHub Desktop.
/nix/store/xv4ii9swr94lv0b9z6c75byma09jdkfc-python3.7-yfinance-0.1.55
├── bin
│   └── sample
├── lib
│   └── python3.7
│   └── site-packages
│   ├── yfinance
│   │   ├── base.py
│   │   ├── __init__.py
│   │   ├── multi.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── multi.cpython-37.pyc
│   │   │   ├── shared.cpython-37.pyc
│   │   │   ├── ticker.cpython-37.pyc
│   │   │   ├── tickers.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── shared.py
│   │   ├── ticker.py
│   │   ├── tickers.py
│   │   └── utils.py
│   └── yfinance-0.1.55.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment