A web UI for detailed python coding
Project description
Doc Tour
An nasty way to parse python knowledge
Tutorial
Installation
Plese install on anaconda3
python -m pip install doc_tour
Running
On your terminal, the default port is 8080, Now visit http://localhost:8080 for web UI
doctour
Or assgin a port
doctour --port=8001
Exam variable during your coding
eg. while you're doing nlp and using lstm, you wonder what the code in pytorch is, what's its inheritance structure, which of the functions was defined in the lstm code, which other functions are inherited from its ancestors
from torch import nn
import numpy as np
import doctour
you can exam class, fuction, module, variable...
doctour.exam(nn.LSTM)
please visit http://localhost:8080/doc/read/LSTM_173834/140681093056304/
<DocTour:LSTM_173834>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
doc_tour-0.1.4.tar.gz
(10.2 kB
view details)
Built Distribution
File details
Details for the file doc_tour-0.1.4.tar.gz
.
File metadata
- Download URL: doc_tour-0.1.4.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b04b553d28830bca7860abcd889d878f0f7369eadb5a4465bd6b77b94d036897 |
|
MD5 | 74f14ba6d45f9852d40d187d723073df |
|
BLAKE2b-256 | 304a5edd15867c1e33b78aa75d7a4b1354673fee8a7dfd69b53ad0d7a1a1e2b8 |
File details
Details for the file doc_tour-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: doc_tour-0.1.4-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 954a12b7dea269a3a3a771c036caffbe12934fea12e40e7210946dd3e144a7c1 |
|
MD5 | 61a008f1e661d93e8eaad8858dc2a856 |
|
BLAKE2b-256 | 8eb8774e4e82d84fda5c343d6e8b1dc623885af31eb9fbfc8ba5a2c8105105f4 |