Skip to main content

Generic populate models in django from YAML files

Project description

https://badge.fury.io/py/lib-exo-populator.svg https://travis-ci.org/exolever/lib-exo-populator.svg?branch=master https://codecov.io/gh/exolever/lib-exo-populator/branch/master/graph/badge.svg

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

Uploaded Source

Built Distribution

lib_exo_populator-0.1.1-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.1.1.tar.gz.

File metadata

  • Download URL: lib-exo-populator-0.1.1.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2

File hashes

Hashes for lib-exo-populator-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0dccc2c7ef7b0b3e56ffadd743ec066f524e4439a0bc0749791bf98c594884b5
MD5 7930d32c6e7cf4c05242999253919660
BLAKE2b-256 0e169887f2a37b291cf9f0f16c6991a9fe41662de4314277620a201765171d57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lib_exo_populator-0.1.1-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.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2

File hashes

Hashes for lib_exo_populator-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 788c7fb9d93a64514a805a49460954166b9276d0e1f5580bf8d7f796951c6fc3
MD5 d416fbc5dca63128eaf98514b81cc323
BLAKE2b-256 d0fea1f8be5b71e20be07cbbc4b243863997afcee1e3096d1a176f6f18266a2b

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