a modular simulation software.
Project description
软件名称
BerriCake
概述
本软件依赖于 scipy 和 numpy 等科学计算库,以下是详细的安装和使用说明。
环境要求
-
Python 3.x
-
pip包管理工具
colorama==0.4.6
Cython==3.0.12
numpy==2.2.5
scipy==1.15.2
setuptools==79.0.0
安装程序
pip install barricake
代码示例
from core.berricake import BerriCake
if __name__ == "__main__":
file_path = 'in.txt'
# 创建 Manager 实例
bc = BerriCake(file_path)
bc.run() #运行
软件开发者
安装步骤
1. 安装必要的依赖包
首先,确保你已经安装了 setuptools 和 Cython。可以使用以下命令进行安装:
pip install setuptools
pip install Cython -i https://mirrors.aliyun.com/pypi/simple/
2. 编译程序
进入项目目录,执行编译命令:
python setup.py build_ext --inplace
3. 安装 scipy 和 numpy
使用 pip 安装 scipy 和 numpy:
pip install scipy numpy
更新日志
2025-4-28 0.1.0 第一个发布版本
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
berricake-0.1.1.tar.gz
(801.1 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 berricake-0.1.1.tar.gz.
File metadata
- Download URL: berricake-0.1.1.tar.gz
- Upload date:
- Size: 801.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae1374265ec8c6361921fabfafc6d7d1089018a540fc9924af436366fcaf36ef
|
|
| MD5 |
2523df3e509c0ea70a12f00eb6ee4c76
|
|
| BLAKE2b-256 |
40ebdac17f691cf48ff0a7394945c87dd42f8f1b25468655d94859391655c808
|
File details
Details for the file berricake-0.1.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: berricake-0.1.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 400.8 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e7cac8d7a6d18da602dbc3465dbcd15c4c73b15c5927782b2ba0fd9decffec1
|
|
| MD5 |
f3393d67de2bd7a569d1b77fd5d3a4f5
|
|
| BLAKE2b-256 |
4709c8c0518fc54deacd709232674677e49cd23112c7ca0cf0452a0d6f689025
|