Skip to main content

Utils for extracting data from dicts.

Project description

https://badge.fury.io/py/dj-data-extractor.svg https://travis-ci.org/kverdecia/dj-data-extractor.svg?branch=master https://codecov.io/gh/kverdecia/dj-data-extractor/branch/master/graph/badge.svg

Utils for extracting data from dicts.

Documentation

The full documentation is at https://dj-data-extractor.readthedocs.io.

Quickstart

Install Data Extractor Utils:

pip install dj-data-extractor

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'dataextractor.apps.DataExtractorConfig',
    ...
)

Add Data Extractor Utils’s URL patterns:

from dataextractor import urls as dataextractor_urls


urlpatterns = [
    ...
    url(r'^', include(dataextractor_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2020-02-11)

  • First release on PyPI.

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

dj-data-extractor-0.1.2.tar.gz (7.2 kB view details)

Uploaded Source

File details

Details for the file dj-data-extractor-0.1.2.tar.gz.

File metadata

  • Download URL: dj-data-extractor-0.1.2.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.19.1 CPython/3.6.4

File hashes

Hashes for dj-data-extractor-0.1.2.tar.gz
Algorithm Hash digest
SHA256 42569c33f8f3fd54765d8a48872fe8cae046336d8f935018866dffca28386c1b
MD5 fdbc2730a5c1d0f9faba5e80fe06e941
BLAKE2b-256 7620ca3bdb1efbe3cfc0df8301c17cb5513f5ab792b547bf7edaaf00f86f2d30

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