Name | bcsfe JSON |
Version |
3.1.0
JSON |
| download |
home_page | None |
Summary | A save file editor for The Battle Cats |
upload_time | 2025-09-03 08:43:43 |
maintainer | None |
docs_url | None |
author | fieryhenry |
requires_python | >=3.9 |
license | None |
keywords |
battle cats
save editor
hacking
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Battle Cats Save File Editor
[](https://ko-fi.com/fieryhenry)
[](https://liberapay.com/fieryhenry)
BCSFE is a python command line save editor for The Battle Cats.
Join the [discord server](https://discord.gg/DvmMgvn5ZB) if you want to suggest
new features, report bugs or get help on how to use the editor (please read the
below tutorials first before asking for help).
## Thanks to
Lethal's editor for giving me inspiration to start the project and it helped me
work out how to patch the save data and edit cf/xp: <https://www.reddit.com/r/BattleCatsCheats/comments/djehhn/editoren/>
Beeven and csehydrogen's free and open source code, which helped me figure out how to
patch save data: [beeven/battlecats](https://github.com/beeven/battlecats), [csehydrogen/BattleCatsHacker](https://github.com/csehydrogen/BattleCatsHacker)
Anyone who has supported my on [Ko-Fi](https://ko-fi.com/fieryhenry) or [LiberaPay](https://liberapay.com/fieryhenry)
Everyone who's given me saves, which helped to test save loading/saving and to
test/develop new features
### Localization
- HungJoesifer for Vietnamese localization
### Themes
- HungJoesifer for the `discord` inspired theme
## Installation
Note the following tutorials are for the device you wish to run the editor on, not the device
that you have the game installed on.
For example just because you have the game on an android device, does not mean you have to run
the editor on it. It is easier to run the editor on a PC / laptop rather than on a mobile device.
### Windows / MacOS
1. Install Python 3.9 or later if you don't already have it: <https://www.python.org/downloads/>
2. Open a terminal such as PowerShell or Command Prompt
3. Run the following command:
```powershell
py -m pip install bcsfe
```
4. If you get an error saying that `py` is not a recongnised command, then try:
```powershell
python -m pip install bcsfe
```
or
```powershell
python3 -m pip install bcsfe
```
5. If you get an error saying `No module named pip`, then run:
```powershell
py -m ensurepip --upgrade
```
Again change `py` for `python` or `python3` if needed
5. To run the editor, as long as Python is in your PATH, you should be able to run:
```powershell
bcsfe
```
6. If Python is not in your path you'll need to run:
```powershell
py -m bcsfe
```
Again change `py` for `python` or `python3` if needed.
If you are using Windows and you are still struggling, try watching this video [here](https://codeberg.org/fieryhenry/videos/media/branch/main/bcsfe_windows_help.webm).
### Linux
1. Install Python 3.9 or later using your system's package manager if you don't already have it
2. You might have to install pip seperately with a package called `python-pip` or something similar
or you can run the following command:
```sh
python3 -m ensurepip --upgrade
```
3. Depending on your distro you might not be able to install the editor directly using the system
pip and you might need to use pipx (python-pipx) or create a virtual environment manually.
4. Using pipx:
```sh
pipx install bcsfe
```
5. If `~/.local/bin/` is in your path you should be able to run the editor with the command:
```sh
bcsfe
```
6. You may also need to install `tk` with your system package manager to open the
file selection dialog. This package may be called `tk` or `python-tk` or `python3-tk`.
If anyone wants to put the editor on the AUR or another package repo, feel free, I'll be happy to
help if needed.
### Android
You need to install a terminal emulator to be able to install and run Python packages.
[Termux](https://termux.dev/en/) is a good option and is what this tutorial will use.
1. Download Termux, you can either get it from [F-Droid](https://f-droid.org/), or the APK directly
from [GitHub](https://github.com/termux/termux-app?tab=readme-ov-file#github). DO NOT use the
Google Play Store version, as it does not fully work.
I recommend using F-Droid since it can update Termux for you (and it's just a better alternative
than using the Google Play Store).
On F-Droid Termux is called `Termux Terminal emulator with packages`
2. Once Termux is installed, open it and run the following commands:
```sh
termux-setup-storage
termux-change-repo
pkg update
pkg upgrade
pkg install python python-pip
```
When it asks for a mirror, it doesn't really matter which one you pick, the default single mirror
works fine.
3. Install the editor with the following command:
```sh
pip install bcsfe
```
Or if that doesn't work try:
```sh
python -m pip install bcsfe
```
4. Run the editor with the following command:
```sh
bcsfe
```
Or if that doesn't work try:
```sh
python -m bcsfe
```
Note that the editor might give you warnings about tkinter not being installed, you can just
ignore those as tkinter will not work on mobile. This just means that instead of a graphical file
selection dialog, you just have to type the file path manually.
For example to save your save file to your downloads directory, the path might look something like
`/storage/emulated/0/Download/SAVE_DATA` or `/sdcard/Download/SAVE_DATA`
### iOS
I do not have an iOS device, so there is no text tutorial, but Viarules has made a video
tutorial [here](https://www.youtube.com/watch?v=xw-uOqQRYJ8). The video uses iSH which is
apparently quite slow, and other people recommend using a-Shell instead.
## Terms of Use
By using the editor you agree to the following:
If you are using the editor to run a paid service that profits off of the editor
(e.g a service to provide people with hacked accounts, or a paid discord bot to edit people's accounts,
etc) you must make it very clear that you are using this save editor.
This should be done by linking this GitHub page, and explicitly stating that the tool you are
using is available for free and that they don't need to use your service to hack their account.
This information needs to be visible and something the customer agrees to **before** any payment is made.
This also includes paid services which claim to teach people "How To Hack The Battle Cats". In those
cases, this still applies, so you still need to state and have the customer acknowledge the things
I said above.
Free services / derivative works (such as a third party discord bot or editor gui) are fine to use
the editor under the hood as long as you abide by the [License](#license). Basically if you are
distributing a program which uses the editor, you need to license your own program under the GPL
or a compatible license (basically make it open source / free software too).
These terms are designed to prevent scams and the exploitation of users.
Also if you **are** profiting from the editor, it would be greatly appreciated if you could
give back something and support me.
## Usage
Once you have installed and ran the editor, you can now begin to edit your save file!
1. In `The Battle Cats` enter the `Change Account / Device` menu in the `Settings` on the main menu.
2. Then enter the `Begin Data Transfer` menu.
3. Then click / tap `Save Data to Server`, this should give you a transfer code and a confirmation
code.
4. In the editor use the option called `Download save file using transfer and
confirmation code` by entering the number `1`
5. Enter your transfer code
6. Enter your confirmation code
7. Select the country code that you are using, `en`=english,
`kr`=korean, `jp`=japanese, `tw`=taiwanese.
Note that `en` also includes the `it`, `es`, `fr`, `th`, and `de` translations.
8. Edit what you want. Note that in most cases, if you want to exit the current
input you can enter `q` and press enter to go back to the previous menu
9. In the editor, go into the `Save Management` category and select `Save changes and upload to
game servers (get transfer and confirmation codes)`. It may take some time, it
may also fail, if it does then try again.
10. This should give you a new transfer code and a new confirmation code.
11. Back in-game, tap the `Close Game` button, then tap `Cancel Data Transfer` (and also possibly
`Start Game From Beginning`)
12. Go back into the `Change Account / Device` menu and then go into the `Resume Data Transfer`
menu
13. Enter the new codes, and tap `Resume Transfer`
14. Then done! You should see your edits in-game.
15. Every time that you want to make an edit to your save, you will have to re-upload it to the
game servers in the editor and re-download it in-game, the saves aren't automatically linked together.
Apparently doing the Google Account / Apple Account link limits the number of data transfers you can
do within a certain time. So to be safe, I would avoid linking your account.
### Using a rooted device via adb
1. Add adb to your PATH environment variable, or edit the config to set ADB path editor config option
to the full path of the adb executable. You can download adb from
[platform-tools](https://developer.android.com/studio/releases/platform-tools)
1. Open the editor and select the option named `Pull save file from device
using adb` and enter your game version, or select the option named
`Select save file from file` and select a copy of your save data
1. Edit what you want
1. Go into save management and select an option to push save data to the game
1. Enter the game and you should see changes
### Using a rooted device directly
1. You need to be running the editor on the device itself, so you'll need to
follow the [Android tutorial](#android) to install the editor
1. You may have to run the editor with `sudo python -m bcsfe` or something, so you might have to
setup the termux root repo and run `pkg install sudo`
1. In the editor select the option named `Pull save file from root storage`
1. Edit what you want
1. Go into save management and select an option to push save data to the game
1. Enter the game and you should see changes
### How to unban your account
1. Select the option in `Account` to `Unban account` or
just upload the save data to the game servers again
1. It may take some time but after, you should be able to choose one of the
options in save management to push the save data to the game.
#### How to prevent a ban in the future
- Instead of editing in platinum tickets use the `Platinum Shards` feature
- Instead of editing in rare tickets use the `Normal Ticket Max Trade Progress
(allows for unbannable rare tickets)` feature
- Instead of hacking in cat food, just edit everything in that you can buy with
cat food, e.g battle items, catamins, xp, energy refills (leaderships), etc.
If you really want catfood then you can clear and unclear catnip missions with
the feature `Catnip Challenges / Missions` then entering 1 when asked.
You'll need to collect the catfood in-game after each clear though
- Instead of hacking in tickets, just hack in the cats/upgrades you want directly
### Install from source
If you want the latest features then you can install the editor from the github.
1. Download [Git](https://git-scm.com/downloads)
2. Run the following commands: (You may have to replace `py` with `python` or `python3`)
```sh
git clone https://codeberg.org/fieryhenry/BCSFE-Python.git
cd BCSFE-Python
py -m pip install -e .
py -m bcsfe
```
Then if you want the latest changes you only need to run `git pull` in the downloaded
`BCSFE-Python` folder. (use `cd` to change the folder)
Alternatively you can use pip directly, although it won't auto-update with the latest
git commits.
```sh
py -m pip install git+https://codeberg.org/fieryhenry/BCSFE-Python.git
py -m bcsfe
```
If you want to use the editor again all you need to do is run the `py -m bcsfe` command
## Documentation
- [Custom Editor Locales](https://codeberg.org/fieryhenry/ExampleEditorLocale)
- [Custom Editor Themes](https://codeberg.org/fieryhenry/ExampleEditorTheme)
I only have documentation for the locales and themes atm, but I will probably
add more documentation in the future.
## Contributing
If you want to contribute to the BCSFE, I recommend joining the [Discord Server](https://discord.gg/DvmMgvn5ZB) and starting a
discussion in #dev-chat, or create an issue in this repo, or a draft pull request.
If you need help with reverse engineering the save file, I have a basic starting guide here:
<https://codeberg.org/fieryhenry/bc_ree>.
If you want to localize the editor see [here](./LOCALIZATION.md).
## License
BCSFE is licensed under the GNU GPLv3 which can be read [here](https://www.gnu.org/licenses/gpl-3.0.en.html).
Raw data
{
"_id": null,
"home_page": null,
"name": "bcsfe",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "battle cats, save editor, hacking",
"author": "fieryhenry",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/8e/8f/34c993af90678917216bfee5e4ff227895175c8f94f7dfe7d305cc009d43/bcsfe-3.1.0.tar.gz",
"platform": null,
"description": "# Battle Cats Save File Editor\n\n[](https://ko-fi.com/fieryhenry)\n\n[](https://liberapay.com/fieryhenry)\n\nBCSFE is a python command line save editor for The Battle Cats.\n\nJoin the [discord server](https://discord.gg/DvmMgvn5ZB) if you want to suggest\nnew features, report bugs or get help on how to use the editor (please read the\nbelow tutorials first before asking for help).\n\n## Thanks to\n\nLethal's editor for giving me inspiration to start the project and it helped me\nwork out how to patch the save data and edit cf/xp: <https://www.reddit.com/r/BattleCatsCheats/comments/djehhn/editoren/>\n\nBeeven and csehydrogen's free and open source code, which helped me figure out how to\npatch save data: [beeven/battlecats](https://github.com/beeven/battlecats), [csehydrogen/BattleCatsHacker](https://github.com/csehydrogen/BattleCatsHacker)\n\nAnyone who has supported my on [Ko-Fi](https://ko-fi.com/fieryhenry) or [LiberaPay](https://liberapay.com/fieryhenry)\n\nEveryone who's given me saves, which helped to test save loading/saving and to\ntest/develop new features\n\n### Localization\n\n- HungJoesifer for Vietnamese localization\n\n### Themes\n\n- HungJoesifer for the `discord` inspired theme\n\n## Installation\n\nNote the following tutorials are for the device you wish to run the editor on, not the device\nthat you have the game installed on.\n\nFor example just because you have the game on an android device, does not mean you have to run\nthe editor on it. It is easier to run the editor on a PC / laptop rather than on a mobile device.\n\n### Windows / MacOS\n\n1. Install Python 3.9 or later if you don't already have it: <https://www.python.org/downloads/>\n\n2. Open a terminal such as PowerShell or Command Prompt\n\n3. Run the following command:\n\n```powershell\npy -m pip install bcsfe\n```\n\n4. If you get an error saying that `py` is not a recongnised command, then try:\n\n```powershell\npython -m pip install bcsfe\n```\n\nor\n\n```powershell\npython3 -m pip install bcsfe\n```\n\n5. If you get an error saying `No module named pip`, then run:\n\n```powershell\npy -m ensurepip --upgrade\n```\n\nAgain change `py` for `python` or `python3` if needed\n\n5. To run the editor, as long as Python is in your PATH, you should be able to run:\n\n```powershell\nbcsfe\n```\n\n6. If Python is not in your path you'll need to run:\n\n```powershell\npy -m bcsfe\n```\n\nAgain change `py` for `python` or `python3` if needed.\n\nIf you are using Windows and you are still struggling, try watching this video [here](https://codeberg.org/fieryhenry/videos/media/branch/main/bcsfe_windows_help.webm).\n\n### Linux\n\n1. Install Python 3.9 or later using your system's package manager if you don't already have it\n\n2. You might have to install pip seperately with a package called `python-pip` or something similar\nor you can run the following command:\n\n```sh\npython3 -m ensurepip --upgrade\n```\n\n3. Depending on your distro you might not be able to install the editor directly using the system\npip and you might need to use pipx (python-pipx) or create a virtual environment manually.\n\n4. Using pipx:\n\n```sh\npipx install bcsfe\n```\n\n5. If `~/.local/bin/` is in your path you should be able to run the editor with the command:\n\n```sh\nbcsfe\n```\n\n6. You may also need to install `tk` with your system package manager to open the\nfile selection dialog. This package may be called `tk` or `python-tk` or `python3-tk`.\n\nIf anyone wants to put the editor on the AUR or another package repo, feel free, I'll be happy to\nhelp if needed.\n\n### Android\n\nYou need to install a terminal emulator to be able to install and run Python packages.\n\n[Termux](https://termux.dev/en/) is a good option and is what this tutorial will use.\n\n1. Download Termux, you can either get it from [F-Droid](https://f-droid.org/), or the APK directly\nfrom [GitHub](https://github.com/termux/termux-app?tab=readme-ov-file#github). DO NOT use the\nGoogle Play Store version, as it does not fully work.\n\nI recommend using F-Droid since it can update Termux for you (and it's just a better alternative\nthan using the Google Play Store).\n\nOn F-Droid Termux is called `Termux Terminal emulator with packages`\n\n2. Once Termux is installed, open it and run the following commands:\n\n```sh\ntermux-setup-storage\ntermux-change-repo\npkg update\npkg upgrade\npkg install python python-pip\n```\n\nWhen it asks for a mirror, it doesn't really matter which one you pick, the default single mirror\nworks fine.\n\n3. Install the editor with the following command:\n\n```sh\npip install bcsfe\n```\n\nOr if that doesn't work try:\n\n```sh\npython -m pip install bcsfe\n```\n\n4. Run the editor with the following command:\n\n```sh\nbcsfe\n```\n\nOr if that doesn't work try:\n\n```sh\npython -m bcsfe\n```\n\nNote that the editor might give you warnings about tkinter not being installed, you can just\nignore those as tkinter will not work on mobile. This just means that instead of a graphical file\nselection dialog, you just have to type the file path manually.\n\nFor example to save your save file to your downloads directory, the path might look something like\n`/storage/emulated/0/Download/SAVE_DATA` or `/sdcard/Download/SAVE_DATA`\n\n\n### iOS\n\nI do not have an iOS device, so there is no text tutorial, but Viarules has made a video\ntutorial [here](https://www.youtube.com/watch?v=xw-uOqQRYJ8). The video uses iSH which is\napparently quite slow, and other people recommend using a-Shell instead.\n\n\n## Terms of Use\n\nBy using the editor you agree to the following:\n\nIf you are using the editor to run a paid service that profits off of the editor\n(e.g a service to provide people with hacked accounts, or a paid discord bot to edit people's accounts,\netc) you must make it very clear that you are using this save editor.\n\nThis should be done by linking this GitHub page, and explicitly stating that the tool you are\nusing is available for free and that they don't need to use your service to hack their account.\n\nThis information needs to be visible and something the customer agrees to **before** any payment is made.\n\nThis also includes paid services which claim to teach people \"How To Hack The Battle Cats\". In those\ncases, this still applies, so you still need to state and have the customer acknowledge the things\nI said above.\n\nFree services / derivative works (such as a third party discord bot or editor gui) are fine to use\nthe editor under the hood as long as you abide by the [License](#license). Basically if you are\ndistributing a program which uses the editor, you need to license your own program under the GPL\nor a compatible license (basically make it open source / free software too).\n\nThese terms are designed to prevent scams and the exploitation of users.\n\nAlso if you **are** profiting from the editor, it would be greatly appreciated if you could\ngive back something and support me.\n\n## Usage\n\nOnce you have installed and ran the editor, you can now begin to edit your save file!\n\n1. In `The Battle Cats` enter the `Change Account / Device` menu in the `Settings` on the main menu.\n\n2. Then enter the `Begin Data Transfer` menu.\n\n3. Then click / tap `Save Data to Server`, this should give you a transfer code and a confirmation\ncode.\n\n4. In the editor use the option called `Download save file using transfer and\nconfirmation code` by entering the number `1`\n\n5. Enter your transfer code\n\n6. Enter your confirmation code\n\n7. Select the country code that you are using, `en`=english,\n`kr`=korean, `jp`=japanese, `tw`=taiwanese.\n\nNote that `en` also includes the `it`, `es`, `fr`, `th`, and `de` translations.\n\n8. Edit what you want. Note that in most cases, if you want to exit the current\n input you can enter `q` and press enter to go back to the previous menu\n\n9. In the editor, go into the `Save Management` category and select `Save changes and upload to\ngame servers (get transfer and confirmation codes)`. It may take some time, it\nmay also fail, if it does then try again.\n\n10. This should give you a new transfer code and a new confirmation code.\n\n11. Back in-game, tap the `Close Game` button, then tap `Cancel Data Transfer` (and also possibly\n`Start Game From Beginning`)\n\n12. Go back into the `Change Account / Device` menu and then go into the `Resume Data Transfer`\nmenu\n\n13. Enter the new codes, and tap `Resume Transfer`\n\n14. Then done! You should see your edits in-game.\n\n15. Every time that you want to make an edit to your save, you will have to re-upload it to the\ngame servers in the editor and re-download it in-game, the saves aren't automatically linked together.\n\nApparently doing the Google Account / Apple Account link limits the number of data transfers you can\ndo within a certain time. So to be safe, I would avoid linking your account.\n\n### Using a rooted device via adb\n\n1. Add adb to your PATH environment variable, or edit the config to set ADB path editor config option\n to the full path of the adb executable. You can download adb from\n [platform-tools](https://developer.android.com/studio/releases/platform-tools)\n\n1. Open the editor and select the option named `Pull save file from device\nusing adb` and enter your game version, or select the option named\n`Select save file from file` and select a copy of your save data\n\n1. Edit what you want\n\n1. Go into save management and select an option to push save data to the game\n\n1. Enter the game and you should see changes\n\n### Using a rooted device directly\n\n1. You need to be running the editor on the device itself, so you'll need to\nfollow the [Android tutorial](#android) to install the editor\n\n1. You may have to run the editor with `sudo python -m bcsfe` or something, so you might have to\nsetup the termux root repo and run `pkg install sudo`\n\n1. In the editor select the option named `Pull save file from root storage`\n\n1. Edit what you want\n\n1. Go into save management and select an option to push save data to the game\n\n1. Enter the game and you should see changes\n\n\n### How to unban your account\n\n1. Select the option in `Account` to `Unban account` or\njust upload the save data to the game servers again\n\n1. It may take some time but after, you should be able to choose one of the\noptions in save management to push the save data to the game.\n\n#### How to prevent a ban in the future\n\n- Instead of editing in platinum tickets use the `Platinum Shards` feature\n\n- Instead of editing in rare tickets use the `Normal Ticket Max Trade Progress\n(allows for unbannable rare tickets)` feature\n\n- Instead of hacking in cat food, just edit everything in that you can buy with\ncat food, e.g battle items, catamins, xp, energy refills (leaderships), etc.\nIf you really want catfood then you can clear and unclear catnip missions with\nthe feature `Catnip Challenges / Missions` then entering 1 when asked.\nYou'll need to collect the catfood in-game after each clear though\n\n- Instead of hacking in tickets, just hack in the cats/upgrades you want directly\n\n### Install from source\n\nIf you want the latest features then you can install the editor from the github.\n\n1. Download [Git](https://git-scm.com/downloads)\n\n2. Run the following commands: (You may have to replace `py` with `python` or `python3`)\n\n```sh\ngit clone https://codeberg.org/fieryhenry/BCSFE-Python.git\ncd BCSFE-Python\npy -m pip install -e .\npy -m bcsfe\n```\n\nThen if you want the latest changes you only need to run `git pull` in the downloaded\n`BCSFE-Python` folder. (use `cd` to change the folder)\n\nAlternatively you can use pip directly, although it won't auto-update with the latest\ngit commits.\n\n```sh\npy -m pip install git+https://codeberg.org/fieryhenry/BCSFE-Python.git\npy -m bcsfe\n```\n\nIf you want to use the editor again all you need to do is run the `py -m bcsfe` command\n\n## Documentation\n\n- [Custom Editor Locales](https://codeberg.org/fieryhenry/ExampleEditorLocale)\n- [Custom Editor Themes](https://codeberg.org/fieryhenry/ExampleEditorTheme)\n\nI only have documentation for the locales and themes atm, but I will probably\nadd more documentation in the future.\n\n## Contributing\n\nIf you want to contribute to the BCSFE, I recommend joining the [Discord Server](https://discord.gg/DvmMgvn5ZB) and starting a\ndiscussion in #dev-chat, or create an issue in this repo, or a draft pull request.\n\nIf you need help with reverse engineering the save file, I have a basic starting guide here:\n<https://codeberg.org/fieryhenry/bc_ree>.\n\nIf you want to localize the editor see [here](./LOCALIZATION.md).\n\n## License\n\nBCSFE is licensed under the GNU GPLv3 which can be read [here](https://www.gnu.org/licenses/gpl-3.0.en.html).\n",
"bugtrack_url": null,
"license": null,
"summary": "A save file editor for The Battle Cats",
"version": "3.1.0",
"project_urls": {
"Changelog": "https://codeberg.org/fieryhenry/BCSFE-Python/raw/branch/main/CHANGELOG.md",
"Homepage": "https://codeberg.org/fieryhenry/BCSFE-Python",
"Issues": "https://codeberg.org/fieryhenry/BCSFE-Python/issues",
"Repository": "https://codeberg.org/fieryhenry/BCSFE-Python"
},
"split_keywords": [
"battle cats",
" save editor",
" hacking"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "ab100e378fd746ec31aa5c6decc4bb56e38eebb47ce3da054ab12094abd10308",
"md5": "6041d8676c1b6ddb58886a87eddc4744",
"sha256": "6727e59f7c1dfa9158b157dc67b2733e2bd411b7ee74322ada968500dd242634"
},
"downloads": -1,
"filename": "bcsfe-3.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6041d8676c1b6ddb58886a87eddc4744",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 267321,
"upload_time": "2025-09-03T08:43:41",
"upload_time_iso_8601": "2025-09-03T08:43:41.555916Z",
"url": "https://files.pythonhosted.org/packages/ab/10/0e378fd746ec31aa5c6decc4bb56e38eebb47ce3da054ab12094abd10308/bcsfe-3.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e8f34c993af90678917216bfee5e4ff227895175c8f94f7dfe7d305cc009d43",
"md5": "cb8f37b488ef0cce8c21f704839df240",
"sha256": "f67f426ab261048228421ca019d1158d9574b8bba01d9f3b857b93ca7f86f078"
},
"downloads": -1,
"filename": "bcsfe-3.1.0.tar.gz",
"has_sig": false,
"md5_digest": "cb8f37b488ef0cce8c21f704839df240",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 210800,
"upload_time": "2025-09-03T08:43:43",
"upload_time_iso_8601": "2025-09-03T08:43:43.759993Z",
"url": "https://files.pythonhosted.org/packages/8e/8f/34c993af90678917216bfee5e4ff227895175c8f94f7dfe7d305cc009d43/bcsfe-3.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-03 08:43:43",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": true,
"codeberg_user": "fieryhenry",
"codeberg_project": "BCSFE-Python",
"lcname": "bcsfe"
}