معرفی شرکت ها


ckanext-usmetadata-0.2.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

US Metadata Plugin for CKAN
ویژگی مقدار
سیستم عامل -
نام فایل ckanext-usmetadata-0.2.6
نام ckanext-usmetadata
نسخه کتابخانه 0.2.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Data.gov
ایمیل نویسنده datagovhelp@gsa.gov
آدرس صفحه اصلی https://github.com/GSA/ckanext-usmetadata
آدرس اینترنتی https://pypi.org/project/ckanext-usmetadata/
مجوز Public Domain
# ckanext-usmetadata ![Github Actions](https://github.com/GSA/ckanext-usmetadata/actions/workflows/test.yml/badge.svg) [![PyPI version](https://badge.fury.io/py/ckanext-usmetadata.svg)](https://badge.fury.io/py/ckanext-usmetadata) This CKAN Extension expands CKAN to offer a number of custom fields related to the [DCAT-US Schema](https://resources.data.gov/schemas/dcat-us/v1.1/) ### Installation To install this package, activate CKAN virtualenv (e.g. "source /path/to/virtenv/bin/activate"), then run (virtenv) 'pip install -e git+https://github.com/gsa/usmetadata#egg=ckanext-usmetadata' (virtenv) 'python setup.py develop' Then in your CKAN .ini file, add `usmetadata` to your ckan.plugins line: ckan.plugins = (other plugins here...) usmetadata ### Requirements This extension is compatible with these versions of CKAN. CKAN version | Compatibility ------------ | ------------- <=2.8 | no 2.9 | yes ### Development You may also install by cloning the git repo, then running ''python setup.py develop'' from the root of your source directory, which will install an egg link so that you can modify the code and see results without yest [localhost:5000](http://localhost:5000/). Clean up any containers and volumes. $ make down Open a shell to run commands in the container. $ docker-compose exec ckan bash If you're unfamiliar with docker-compose, see our [cheatsheet](https://github.com/GSA/datagov-deploy/wiki/Docker-Best-Practices#cheatsheet) and the [official docs](https://docs.docker.com/compose/reference/). For additional make targets, see the help. $ make help ### Testing They follow the guidelines for [testing CKAN extensions](https://docs.ckan.org/en/2.9/extensions/testing-extensions.html#testing-extensions). To run the extension tests, start the containers with `make up`, then: $ make test Lint the code. $ make lint ### Matrix builds In order to support multiple versions of CKAN, or even upgrade to new versions of CKAN, we support development and testing through the `CKAN_VERSION` environment variable. $ make CKAN_VERSION=2.9 test ## Credit / Copying Credit to the original owner of the repo. Everything here is built on top of the original foundation.


نحوه نصب


نصب پکیج whl ckanext-usmetadata-0.2.6:

    pip install ckanext-usmetadata-0.2.6.whl


نصب پکیج tar.gz ckanext-usmetadata-0.2.6:

    pip install ckanext-usmetadata-0.2.6.tar.gz