propfinder
Project description
Getting Started
Change directory into your newly created project.
cd propfinder
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]”
Initialize and upgrade the database using Alembic.
Generate your first revision.
env/bin/alembic -c development.ini revision –autogenerate -m “init”
Upgrade to that revision.
env/bin/alembic -c development.ini upgrade head
Load default data into the database using a script.
env/bin/initialize_propfinder_db development.ini
Run your project’s tests.
env/bin/pytest
Run your project.
env/bin/pserve development.ini
0.0
Initial version.
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
Built Distribution
File details
Details for the file propfinder-0.1.0.tar.gz
.
File metadata
- Download URL: propfinder-0.1.0.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0047896c9088659cf45fcd45ea04b8f24ee0395a1720e0bd950532f5e26ce295 |
|
MD5 | a5e3e879b26a74382aa39050f217a2fc |
|
BLAKE2b-256 | 74f625b9d4c8043c2edd098808f4617f7aef8006950f1fadf120fb8e77c4f626 |
File details
Details for the file propfinder-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: propfinder-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bda432002c05182cb4a62e186925de02611e5d790c9bf4d5e95335deacc5763 |
|
MD5 | 2b9b156bcfebf4c87561d09f44649063 |
|
BLAKE2b-256 | 369e93a918face1769a4e8b35ce2dd05c715ca55e342ecf2461a6ab3d3a2f5ff |