Skip to main content

A module for reading and writing an RSV document file.

Project description

rsv.py

Description

A module for reading and writing an RSV document file.

Using

import rsv

sample_data = [
    ["Name", "Description", None],
    [],
    [None, ":)"]
]

with open("document.rsv", "wb") as file:
    rsv.dump(sample_data, file)

with open("document.rsv", "rb") as file:
    data = rsv.load(file)

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

rsv-1.0.1.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

rsv-1.0.1-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file rsv-1.0.1.tar.gz.

File metadata

  • Download URL: rsv-1.0.1.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.9.13 Windows/10

File hashes

Hashes for rsv-1.0.1.tar.gz
Algorithm Hash digest
SHA256 8a9d9308ac52c83f547bdfeab11de0722ce23724b2564b9938077dddada209f0
MD5 3a0014cce65afdb2116650f1224ac521
BLAKE2b-256 f1ab856ffe4327b5e516f66c23d5e4a211439c48cf3f183979d89951141a5b41

See more details on using hashes here.

File details

Details for the file rsv-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: rsv-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.9.13 Windows/10

File hashes

Hashes for rsv-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e433fc1a2b103ba3050d3d832cf0960d6f35b7203ddbed63aa57a9ea403bbb64
MD5 d3b89176d078fa7b033057795a39dfc6
BLAKE2b-256 11cc9bf5150aa4dc482c17ec9564f0d4e43d98879f6bac078c4f86d365fa04b9

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