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.3.0.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

lib_exo_populator-0.3.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.3.0.tar.gz.

File metadata

  • Download URL: lib-exo-populator-0.3.0.tar.gz
  • Upload date:
  • Size: 9.0 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.2 CPython/3.6.3

File hashes

Hashes for lib-exo-populator-0.3.0.tar.gz
Algorithm Hash digest
SHA256 2d000764ac229effbb32b118a195142dc9409362b07e568f1ce4fa02e3b71cb6
MD5 b6704589684836964e029894223e8e9d
BLAKE2b-256 a7844f9b060bbf314c01af15f38d9d7667580cc7db29d35c5ba432e0cf2c4d9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lib_exo_populator-0.3.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.2 CPython/3.6.3

File hashes

Hashes for lib_exo_populator-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 011de2f32b5ef200a9196e11f725a608666926eefafef8cd3bd7ce545c902bb2
MD5 2bc9491e0680c26c9ae3947881e79bf5
BLAKE2b-256 08eba94058be5b0e121eba66ca392b5b0282aff36728a21f7c0d9334e1c931fc

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