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.2.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.2-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simple-file-ops-0.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 b19dcde122b6fe62640883005e27942c1e910bdb7eff909c15e309d5ccc9bea3
MD5 68aba9eb6a3bab0245ba2f1df0e86b47
BLAKE2b-256 243a18b326955a5b6a0f027683c68fb4abd27ddbd95aa3f26c3c01297eac6da4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: simple_file_ops-0.0.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9bec219c1001383bb577575c9fa2c8b2ba9e4e8b156bb8a4780b7372086ecb09
MD5 62f75de4ba0f165f3a908040785605f7
BLAKE2b-256 4c524d916e425a76c5acce77d0b1465b2460e35d4aa837e65d57ae87a697d70f

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