Add your description here
Project description
使用以下方式进行server 和测试 配置对应测试环境 uv run pytest -s tests/test_main.py::test_get_id_from_name uv run python -m clientz.server 80 --prod
docker-compose build --no-cache
C语言相关使用方式
文本内容
├── CMakeLists.txt ├── LICENSE ├── Readme.md ├── conanfile.txt └── src ├── workspace ├── main.cpp ├── show.cpp └── show.h
build
cd build conan install .. -of . --build missing
构建Cmake
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release# or Debug
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
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 umanager-0.1.0.tar.gz.
File metadata
- Download URL: umanager-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68ff2af0e161ce60e334031db6fe0c89b64e6f29c31cca1d0feb17882b050e04
|
|
| MD5 |
9cb82bab264c889002fdb1fd103b0cc4
|
|
| BLAKE2b-256 |
d1c6a715171a44c2d12a065b3a1fdea0aa23087b9cb91bf30ff0b1fda3ccf159
|
File details
Details for the file umanager-0.1.0-py3-none-any.whl.
File metadata
- Download URL: umanager-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3dfea6ea487716812ce1709dde4e953d5552da1556d8ddc3e0df50ff1ec1f9fe
|
|
| MD5 |
5260642331c4783189a089b41113b556
|
|
| BLAKE2b-256 |
d637182ac7580d2489b989d3734ff4dcdae14d8c7181094da3aa1ef7cbdbd275
|