Skip to content

Commit 169e724

Browse files
committed
updated the build
1 parent c807ccc commit 169e724

6 files changed

Lines changed: 34 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ install:
8383

8484

8585
build:
86-
@source $(VENV_DIR)/bin/activate && python -m build --sdist --wheel
8786
@echo "Source distribution and wheel built."
87+
@source $(VENV_DIR)/bin/activate && python -m build --sdist --wheel
8888
@echo "Build completed."
8989

9090
build-check:

app/ctfsolver.egg-info/PKG-INFO

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,37 @@ Provides-Extra: docs-live
4040
Requires-Dist: sphinx-autobuild>=2024.9.3; extra == "docs-live"
4141
Dynamic: license-file
4242

43-
Python Solver
43+
# CTFSolverScript
4444

45-
More documentation in the [docs](docs/) folder.
45+
CTFSolverScript is a tool designed to assist in solving Capture The Flag (CTF) challenges. It provides utilities and scripts to streamline the process of solving various types of CTF problems.
46+
47+
## Features
48+
49+
- **Automated Scripts**: Pre-built scripts for common CTF tasks.
50+
- **Modular Design**: Easily extendable to add custom scripts.
51+
- **Cross-Platform**: Works on Linux, macOS, and Windows.
52+
- **Lightweight**: Minimal dependencies for quick setup.
53+
54+
## Installation
55+
56+
[official pypi link](https://pypi.org/project/ctfsolver)
57+
58+
```bash
59+
pip install ctfsolver
60+
```
61+
62+
## Usage
63+
64+
Either as a class or as a command-line tool.
65+
More documentation on the way.
66+
For now the documentation is autogenerated from docstrings using pdoc3
67+
68+
[ctfsolver](https://nikolasfil.github.io/CTFSolverScript/ctfsolver/)
69+
70+
## License
71+
72+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
73+
74+
## Contact
75+
76+
Feel free to open a ticket on the [GitHub Issues page](https://github.com/nikolasfil/CTFSolverScript/issues) for any questions or suggestions.
-9.31 KB
Binary file not shown.

dist/ctfsolver-0.0.12.tar.gz

-7.68 KB
Binary file not shown.
493 Bytes
Binary file not shown.

dist/ctfsolver-0.0.13.tar.gz

446 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)