To read, write and append while taking less space in your code.
Project description
Fastersave
To read, write and append while taking less space in your code.
EXAMPLES
Using standard file handling
with open("file.txt", "r") as f:
x = f.read()
Using Fastersave
from fastersave import FasterSave
FasterSave.write("file.txt", "new content")
When these operations are repeated accross a project, Fastersave helps reduce boilerplate and keep your code more concise. You can also choose an alias for shorter use:
from fastersave import FasterSave
fsa = FasterSave()
fsa.write("file.txt", "new content")
In larger projects with many file operations, this can reduce repetitive code and improve readability, especially when the same patterns are used repeatedly.
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 fastersave-0.1.0.tar.gz.
File metadata
- Download URL: fastersave-0.1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.14.3 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5023a62126c46ba8af0827d2e36b30fed7b8faa886a86cbffcc684c1521d3aa
|
|
| MD5 |
3bb695f8117c83671586297057430edd
|
|
| BLAKE2b-256 |
3b6a826e9894e91b024965126364f764f524a0a699aaa60e40abbc6890fe8a1e
|
File details
Details for the file fastersave-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fastersave-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.14.3 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16f8afb41b02f58d4b5a07e1d43154ff95a859612e5fc5bb5358d26cb4c9a628
|
|
| MD5 |
a1648439459025f63bdd640e0f045e4b
|
|
| BLAKE2b-256 |
0684397df04c24ad36ced2ebd1beb254f4ac9ad062da5fbc8350f7e2c661767d
|