Skip to main content

Do simple operations for files easier

Project description

Super simple file operations

Are you tired of doing this each time to just modify a part of a json file?

with open(filepath, 'r') as file:
    fd = json.load(file)
fd[key] = 'new value'
with open(filepath, 'w') as file:
    json.dump(fd, file)

Don't worry! Now you can do it just like this

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

simple-file-ops-0.0.1.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

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

simple_file_ops-0.0.1-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file simple-file-ops-0.0.1.tar.gz.

File metadata

  • Download URL: simple-file-ops-0.0.1.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for simple-file-ops-0.0.1.tar.gz
Algorithm Hash digest
SHA256 56b7751c694aeda6070739195f096e71d774a466031ca19794802eccc329662f
MD5 46d76ad1298e762cd8d837545c5054a9
BLAKE2b-256 840005d9d24820d8eab7d8c22067a8207ad5e8e2949167c6193a68aa1bfdbad9

See more details on using hashes here.

File details

Details for the file simple_file_ops-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: simple_file_ops-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for simple_file_ops-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 df52f898008ecf593f7800a779db2752b654cd5cdaa3e94c7f7458761533ac18
MD5 097202b033eb19a533fb3ef848421b4f
BLAKE2b-256 14d0b71075444f3620a5cb605833e1db75c617191256fd065505712ccdd1840c

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