Simplified Console Printer
Project description
fr8train Printer
By fr8train
Simplify IO console line output.
pip install fr8train-printer
Upgrade this specific library by running:
pip install --upgrade fr8train-printer
Important Commands
The following list of commands are important for project maintenance.
Building the Library
To build the library, ensure that the necessary build tools are installed in your environment. This can be done by installing setuptools, build, and wheel:
pip install build twine setuptools wheel
twine can also be installed here while we're installing shit since we'll need it later.
REMEMBER: INCREMENT YOUR VERSION NUMBER IN THE TOML BEFORE BUILDING.
REMEMBER: REMOVE THE /DIST DIRECTORY BEFORE BUILDING FOR A CLEAN BUILD
Now, you can create the distribution files (source distribution and wheel) using the following command:
python3 -m build
This will generate builds in the dist/ directory.
Deploying to PyPI
Ensure you have a valid PyPI account and credentials added to your .pypirc file or provide them during the publish process. Then, upload your package to PyPI with:
python3 -m twine upload dist/*
Follow any prompts from twine to successfully upload your package. Once deployed, your package will be available on PyPI.
Usage
Initialization
To start using the API SDK, you will need to initialize an API object:
// TODO: Add example
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 fr8train_printer-0.1.0.tar.gz.
File metadata
- Download URL: fr8train_printer-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4ddee2696ba91bde3b99f7d0cb2167b45a9d878812c350d3aa2c9eccfbf2bd8
|
|
| MD5 |
6cbce4345da6063bd45ffb5caf878d08
|
|
| BLAKE2b-256 |
1d81b08e89d343c5bb766150561e9fbe4406923a2416834d9a5f254361bdcb65
|
File details
Details for the file fr8train_printer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fr8train_printer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71d7edd8b372ba5df73fded10039ea4453539492764362a3a62514e8d999abfd
|
|
| MD5 |
08a6854187d59a0e3ce575f2ec83a3a7
|
|
| BLAKE2b-256 |
192ff2bc784fb9d4dca7f1a04e09e8c8494776869d02433cc72dec6c591f4efa
|