Skip to main content

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

PaperParser-0.2.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

PaperParser-0.2.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page