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
projects_ws_test-0.1.4.tar.gz
(11.3 kB
view details)
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.4.tar.gz.
File metadata
- Download URL: projects_ws_test-0.1.4.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47956d3db1c11cec9d87a3d36ef219ee9b5ce1edf29f7646dbeacf559a3a5494
|
|
| MD5 |
d685120a893c63aac12da6fa3866abfb
|
|
| BLAKE2b-256 |
ba4135cc3f3336d47441c77ac13a6d5d20ec594f2df59e0702e3b4162ce06326
|
File details
Details for the file projects_ws_test-0.1.4-py3-none-any.whl.
File metadata
- Download URL: projects_ws_test-0.1.4-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 |
f24d2821e957aad4123454d676836ce479c63851322878148a1385337dd626d8
|
|
| MD5 |
0453cb78f09a9a8bc777904c98e37c25
|
|
| BLAKE2b-256 |
1a6601a39d1c15154cfeb11c01c94064d60bd0245a23441b717678f5b32f85ce
|