Skip to main content

Update JSON file inside of the ZIP file

Project description


Extract ZIP file. Edit JSON to update with new value of the key. Compress all files to tne new ZIP file


.. image:: https://img.shields.io/codecov/c/github/codecov/example-python.svg

Python script to extract ZIP file utdate JOSN key/value and create new ZIP file.

  • zipper.py - Script contains four functions. read_zip_file, update_json_file, get_all_file_paths and prepareZipFile.
  • read_zip_file - This function prints content of ZIP file and extract in the same folder.
  • update_json_file - This function opens JSON file and edit defined key to the defined value.
  • get_all_file_paths - This function creates list of the all files from argument PATH.
  • prepareZipFile - This function will use get_all_file_paths function to get all files PATH and then archive them to the other file.

===== Usage

Requirements: Python3.4 with simplejson and argparse library installed:

Syntax:

.. code-block:: bash

# ./zipper.py
usage: zipper.py [-h] -zin ZIPINPUT -zout ZIPTOOUT -jsonf JSONFILE
zipper.py: error: the following arguments are required: -zin, -zout, -jsonf

..

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

editjsoninzip-0.1.3-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

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