https://github.com/sciqlop/speasy_proxy
https://github.com/sciqlop/speasy_proxy
cache pyramid python sciqlop spwc
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sciqlop/speasy_proxy
- Owner: SciQLop
- Created: 2019-12-07T17:05:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T11:57:49.000Z (11 months ago)
- Last Synced: 2024-06-18T13:46:34.633Z (11 months ago)
- Topics: cache, pyramid, python, sciqlop, spwc
- Language: Python
- Size: 649 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
speasy-proxy
==========Getting Started
---------------- Change directory into your newly created project.
cd speasy_proxy
- Create a Python virtual environment.
python3 -m venv env
- Upgrade packaging tools.
env/bin/pip install --upgrade pip setuptools
- Install the project in editable mode with its testing requirements.
env/bin/pip install -e ".[testing]"
- Run your project's tests.
env/bin/pytest
- Run your project.
env/bin/pserve development.ini