Skip to main content

Tinypy is a collection of small Python functions and classes which make common patterns shorter and faster.

Project description

tinypy

version python
version version version version

Tinypy is a collection of small Python functions and classes which make common patterns shorter and faster. All of these can be done by it:

  • convert JSON files to CSV files
  • convert CSV files to JSON files

Installation

pip install tinypy

Usage

Script

You can also convert the JSON file to a CSV file by passing the "src "and "dest" directories to the function json2csv(src, dest)

import tinypy as tp

_tp = tp.Tinypy()
_tp.json2csv(src="sample.json", dest="new-sample.csv")

This will convert the JSON file located at sample.json to a CSV file located at new-sample.csv.

Command Line Interface

Tinypy also provides a command line interface for converting JSON files to CSV files.

tinypy -s sample.json -d new-sample.csv json2csv

This command will convert the JSON file located at sample.json to a CSV file located at new-sample.csv.

Advanced Usage

To get more information, use -h or --help in Command Line Interface.

> tinypy -h

usage: tinypy [-h] [-v] -s import.json -d export.csv -a

Tinypy is a collection of small Python functions and classes which make common patterns shorter and faster.

options:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -s import.json, --src import.json
                        The path to the JSON file to convert
  -d export.csv, --dest export.csv
                        The path to the CSV file to create
  -a , --action         json2csv, csv2json

Documentation is available at the GitHub page: https://github.com/arashyeganeh/tinypy

Options

action

Action name Description Docs
json2csv convert JSON files to CSV files Read
csv2json convert CSV files to JSON files Read

Requirements

  • Python 3

License

This library is released under the MIT License.

Contributing

The Tinypy project welcomes contributions.

Please submit a pull request or an issue on GitHub if you have any improvements to suggest.

Support

If you have any issues or questions, please feel free to reach out to us on the GitHub.

References

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

tinypy-0.2.2.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

tinypy-0.2.2-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file tinypy-0.2.2.tar.gz.

File metadata

  • Download URL: tinypy-0.2.2.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for tinypy-0.2.2.tar.gz
Algorithm Hash digest
SHA256 324b933b9282906d519ab34eb0a6700a910ddad0e407aed141b5e34ea5e8fdaf
MD5 f5434eb2c597568bf7c796a1ebaa4d91
BLAKE2b-256 1d4e0b664ee5d88f8d09b30d45d35d4261dae69c474fe09af0e986508bad9202

See more details on using hashes here.

File details

Details for the file tinypy-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: tinypy-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for tinypy-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8fec228194528b6683898d2278207d507ad2c540e37bedc66571a5d97af9f483
MD5 268906cf9b1fd1df4760bc0cf11c0cb8
BLAKE2b-256 09d22a35a5315944e947f47fa8cb90f6774d4e3262060592355b0d178653dccb

See more details on using hashes here.

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