Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastersave-0.1.0.tar.gz (1.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fastersave-0.1.0-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

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

Hashes for fastersave-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d5023a62126c46ba8af0827d2e36b30fed7b8faa886a86cbffcc684c1521d3aa
MD5 3bb695f8117c83671586297057430edd
BLAKE2b-256 3b6a826e9894e91b024965126364f764f524a0a699aaa60e40abbc6890fe8a1e

See more details on using hashes here.

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

Hashes for fastersave-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 16f8afb41b02f58d4b5a07e1d43154ff95a859612e5fc5bb5358d26cb4c9a628
MD5 a1648439459025f63bdd640e0f045e4b
BLAKE2b-256 0684397df04c24ad36ced2ebd1beb254f4ac9ad062da5fbc8350f7e2c661767d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page