Skip to main content

Generic populate models in django from YAML files

Project description

https://badge.fury.io/py/lib-exo-populator.svg Requirements Status https://travis-ci.org/exolever/lib-exo-populator.svg?branch=master https://codecov.io/gh/exolever//branch/master/graph/badge.svg https://sonarcloud.io/api/project_badges/measure?project=exolever_lib_exo_populator&metric=alert_status

Generic populate models in django from YAML files

Documentation

The full documentation is at https://lib-exo-populator.readthedocs.io.

Quickstart

Install exo_populator:

pip install lib-exo-populator

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'populate.apps.PopulateConfig',
    ...
)

Add exo_populator’s URL patterns:

from populate import urls as populate_urls


urlpatterns = [
    ...
    url(r'^', include(populate_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 (2018-11-26)

  • 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

lib-exo-populator-0.2.0.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

lib_exo_populator-0.2.0-py2.py3-none-any.whl (10.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file lib-exo-populator-0.2.0.tar.gz.

File metadata

  • Download URL: lib-exo-populator-0.2.0.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3

File hashes

Hashes for lib-exo-populator-0.2.0.tar.gz
Algorithm Hash digest
SHA256 7aac3ba7fb36e82c87966d30d5ea4b637bc2382d69fd215a05ff9b4afbdab055
MD5 c5268d799c5adefbb04f9f6f4f8a66dc
BLAKE2b-256 f3d2704964b999d2618f2d6549f8b3654f01b119ff63d6ead97205e5270fe937

See more details on using hashes here.

File details

Details for the file lib_exo_populator-0.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: lib_exo_populator-0.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 10.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3

File hashes

Hashes for lib_exo_populator-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bc9ad63e1d32dfe475e5c0c8b079702de249376e9d7609c0a3084b98dd4add53
MD5 370054b6e8a011916ea4a3687c562c3f
BLAKE2b-256 f2f989a65e9cb8f69eac75fa9d6e0c509d5fcb3d676888047991b36d3b78627b

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