Parsagon Server
Project description
parsagon-server
To install on Ubuntu 20:
sudo apt update
sudo apt install -y python3-pip
sudo apt install -y python3-venv
python3 -m venv parsagon-venv
source parsagon-venv/bin/activate
pip install parsagon-server
parsagon-server <paste your api_key here>
For development:
Make sure to include the test server as a second argument to parsagon-server:
parsagon-server <api_key> <test_server>
To add a proxy:
Edit /etc/tinyproxy/tinyproxy.conf to point to your proxy, then run:
sudo service tinyproxy restart
and add
PROXY=127.0.0.1:8888
to daphne.sh
, page_cache.sh
, and celery.sh
and restart those tasks as well.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
parsagon-server-0.0.1.tar.gz
(3.2 kB
view hashes)
Built Distribution
Close
Hashes for parsagon_server-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f10f134f31abe2823a410eccabab4e86a359f68afdbb41adf8250b07f80752b |
|
MD5 | f892ee5da13172df991c6cae15185133 |
|
BLAKE2b-256 | 125567819ef0a3b58ab5b492c75e5f29e6fe34a118ef5a0800e91171474adfb9 |