A tool for parsing academic papers
Project description
PaperParser
Installing Python and Poetry
Install pyenv:
brew install pyenv
brew install pyenv-virtualenv
Add the following lines to your ~/.bashrc or ~/.zshrc:
export PATH="~/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
Install different python versions:
pyenv install 3.8.1
pyenv install 3.7.6
pyenv local 3.8.1 3.7.6
python3 --version
python3.7 --version
Install poetry:
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
Add the following lines to your ~/.bashrc or ~/.zshrc:
source ~/.poetry/env
Installing and Opening in VSCode
poetry install
poetry shell
code .
The select the python interpreter with the project name in.
Updating Dependencies
poetry update
Tests
nox -k "3.8"
Credits
Heavily inspired by hypermodern-python by cjolowicz
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PaperParser-0.1.1.tar.gz.
File metadata
- Download URL: PaperParser-0.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.3 CPython/3.7.6 Linux/4.19.78-coreos
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6c754d00689f3c890d71500f61ee71ffd6e26eaee5d3cd10e9eb6e6e141a0cd
|
|
| MD5 |
75f40f236e13118fd43496ed9593f0cb
|
|
| BLAKE2b-256 |
0f212c66a9116172b96ba5357a7285c27af5fbc76f51c498abe10419da21e021
|
File details
Details for the file PaperParser-0.1.1-py3-none-any.whl.
File metadata
- Download URL: PaperParser-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.3 CPython/3.7.6 Linux/4.19.78-coreos
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e573233df467e116889a2bc4d6adde05586b3800357e8c8ecec9e9808333daa
|
|
| MD5 |
da19a2b09f0a2d8ee04561e532bb4608
|
|
| BLAKE2b-256 |
1a184c899c0b5f972d672b71e2e786f1a61f8c6e37c8a03ef5b0811ef4fa1ab0
|