ws projects
Project description
Projects
Configuration
Create folders and files
pip install -r requirements-dev.txt --force
mkdir data
cd data
echo { } > systemdata.json
cd ..
mkdir pagecache
echo [ ] > cache.json
echo { } > cachemembers.json
cd ..
Create .env file
- You have to create environment variables USER and PASSWORD, for logging
type nul > .env
- Change domain/port
DOMAIN = "http://127.0.0.1"
PORT = "32800"
Run
python -u "...\projects_ws\main.py"
Skeleton
projects_ws
├───__pycache__
├───.venv
│ .env
│ .gitignore
│ main.py
│ README.md
│ requirements-dev.txt
│
├───app
│ ├───__pycache__
│ ├───login_as_user.py
│ ├───main.py
│ ├───project.py
│ └───save_data_json.py
│
│ ├───endpointFiller
│ │ ├───__pycache__
│ │ ├───config.py
│ │ ├───insert_projectcategories.py
│ │ ├───insert_projects.py
│ │ └───insert_projecttypes.py
│ │
├───data
│ └───systemdata.json
│
├───pagecache
│ ├───cache.json
│ └───cachemembers.json
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file projects_ws_test-0.1.2.tar.gz.
File metadata
- Download URL: projects_ws_test-0.1.2.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a2aaea01da7cf026cae78f66c1c2b3634d39001b890f197aca9248a8a7f1bbe
|
|
| MD5 |
1a27c01286a6c07ca183720125177073
|
|
| BLAKE2b-256 |
b9b9297092f968fc280ebc67c95ed43becb6f4f45807520e3bad0c3ce6c3cf51
|
File details
Details for the file projects_ws_test-0.1.2-py3-none-any.whl.
File metadata
- Download URL: projects_ws_test-0.1.2-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23214a5fda6204c981324c36bec30fcf9316569d1173b4797a31bb69be8854b0
|
|
| MD5 |
7f6414837e7bb0c9f57d7dc52323087b
|
|
| BLAKE2b-256 |
7be9df0e9ea9bcb52c6c9be205644e8d223a6180ccdd03e5ee9c6d4b75ad9db8
|