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.
Release files for propfinder 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| propfinder-0.1.0.tar.gz | 1.8 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| propfinder-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.7 MB
Release files / propfinder-0.1.0.tar.gz
| Download URL | propfinder-0.1.0.tar.gz |
|---|---|
| Size | 1.8 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0047896c9088659cf45fcd45ea04b8f24ee0395a1720e0bd950532f5e26ce295
|
|
BLAKE2b-256 checksum How to use checksums |
74f625b9d4c8043c2edd098808f4617f7aef8006950f1fadf120fb8e77c4f626
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / propfinder-0.1.0-py3-none-any.whl
| Download URL | propfinder-0.1.0-py3-none-any.whl |
|---|---|
| Size | 1.9 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3bda432002c05182cb4a62e186925de02611e5d790c9bf4d5e95335deacc5763
|
|
BLAKE2b-256 checksum How to use checksums |
369e93a918face1769a4e8b35ce2dd05c715ca55e342ecf2461a6ab3d3a2f5ff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|