https://github.com/soda480/tfirmx
A project to test various pybuilder plugins on different versions of Python.
https://github.com/soda480/tfirmx
curses pybuilder-example pybuilder-plugin python3
Last synced: about 1 year ago
JSON representation
A project to test various pybuilder plugins on different versions of Python.
- Host: GitHub
- URL: https://github.com/soda480/tfirmx
- Owner: soda480
- Created: 2021-03-14T21:24:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T22:36:13.000Z (over 4 years ago)
- Last Synced: 2025-01-29T17:32:37.130Z (about 1 year ago)
- Topics: curses, pybuilder-example, pybuilder-plugin, python3
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tfirmx
[](https://github.com/soda480/tfirmx/actions/workflows/main.yml)
[](https://pybuilder.io/)
[](https://radon.readthedocs.io/en/latest/api.html#module-radon.complexity)
[](https://pypi.org/project/bandit/)
[](https://www.python.org/downloads/)
## Execution
Ensure the latest version of Docker is installed on your server.
Build the Docker image:
```sh
docker image build -t tfirmx:latest .
```
Run the Docker container:
```sh
docker container run --rm -it tfirmx:latest
```
## Development
Clone the repository and ensure the latest version of Docker is installed on your server.
Build the Docker image:
```sh
docker image build --target build-image -t tfirmx:latest .
```
Run the Docker container:
```sh
docker container run --rm -it -v $PWD:/code tfirmx:latest /bin/bash
```
Execute the build:
```sh
pyb -X
```