Django package that handles exporting of data
Project description
Django package that handles includes rest framework extras
Installation
pip install unicef-restlib
Setup
Add unicef_restlib to INSTALLED_APPS in settings
INSTALLED_APPS = [
...
'unicef_restlib',
]
Usage
TODO
Contributing
Environment Setup
To install the necessary libraries
$ make install
Coding Standards
See PEP 8 Style Guide for Python Code for complete details on the coding standards.
To run checks on the code to ensure code is in compliance
$ make lint
Testing
Testing is important and tests are located in tests/ directory and can be run with;
$ make test
Coverage report is viewable in build/coverage directory, and can be generated with;
Project Links
Continuous Integration - https://circleci.com/gh/unicef/unicef-restlib/tree/develop
Source Code - https://github.com/unicef/unicef-restlib
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file unicef_restlib-0.4.tar.gz
.
File metadata
- Download URL: unicef_restlib-0.4.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 668c6fdd272a07097123ac0f74f966e91593898a4fc732935c6237b83617e1bd |
|
MD5 | 6bc0b76d95d8ec6414fb80fa768a2b7a |
|
BLAKE2b-256 | 194e53c1fcf4537bdd529ee48620390009ccd846f5fe31c0ae5e272d714ad75d |