Skip to main content

Python 3 implementation of Flatdata

Project description

flatdata-py

Build Status

Python 3 implementation of flatdata.

Running the tests

python3 -m nose

Basic usage

Once you have created a flatdata schema file, you can generate a Python module to read your existing flatdata archive:

flatdata-generator --gen py --schema locations.flatdata --output-file locations.py

Using the inspector

flatdata-py comes with a handy tool called the flatdata-inspector to inspect the contents of an archive:

  • from the flatdata-py source directory:
./inspector.py
# or
python3 -m flatdata.lib.inspector
  • if you want to install flatdata-py:
pip3 install flatdata-py[inspector]  # the inspector feature requires IPython
flatdata-inspector -p /path/to/my/flatdata.archive

Using the writer

flatdata-writer is an addition to flatdata-py that can create flatdata archives from a flatdata schema, with the following limitations:

  • does not allow adding additional sub-archives to an existing archive

  • supports only bulk-writing (no streaming)

  • not optimized for performance

  • from the flatdata-py source directory

./writer.py --schema archive.flatdata --output-dir testdir --json-file data.json --resource-name resourcename
#or
python3 -m flatdata.lib.writer --schema archive.flatdata --output-dir testdir --json-file data.json --resource-name resourcename

Note that the flatdata-writer CLI tool can only write one resource at a time. For archives that have multiple non-optional resources, the tool has to be executed separately for each resource. Only after all resources have been written can the archive be opened.

  • if you want to install flatdata-py:
pip3 install flatdata-py[writer]
flatdata-writer --schema archive.flatdata --output-dir testdir --json-file data.json --resource-name resourcename

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

flatdata-py-0.4.6.tar.gz (25.7 kB view details)

Uploaded Source

Built Distribution

flatdata_py-0.4.6-py3-none-any.whl (19.0 kB view details)

Uploaded Python 3

File details

Details for the file flatdata-py-0.4.6.tar.gz.

File metadata

  • Download URL: flatdata-py-0.4.6.tar.gz
  • Upload date:
  • Size: 25.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for flatdata-py-0.4.6.tar.gz
Algorithm Hash digest
SHA256 96a5c231bdfceaf9a1d0fa7850a67653e1a008ead290bb39184ce2a34b062e3e
MD5 d6ac491277e527c606f8226b6a52aa27
BLAKE2b-256 1a8facd18b2a88531b1ba4f8b896a2610d25609660376e5430e6b9086ff28c71

See more details on using hashes here.

File details

Details for the file flatdata_py-0.4.6-py3-none-any.whl.

File metadata

  • Download URL: flatdata_py-0.4.6-py3-none-any.whl
  • Upload date:
  • Size: 19.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for flatdata_py-0.4.6-py3-none-any.whl
Algorithm Hash digest
SHA256 20bd191faf271328c9011f4ed03d431b11c3de8ca5277332f9386cf118f662ea
MD5 133784da214cc634b3b49b30d8e74e18
BLAKE2b-256 d744aaa2ffb89f5ec0fc6e9df5ba397eb1c9c7d70b4a36ac950347018a1070c8

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