Metadata-Version: 2.0
Name: export-elements
Version: 0.18.0
Summary: Wrapper around govuk elements.
Home-page: https://github.com/uktrade/export-elements
Author: Department for International Trade
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules

# export-elements

[![code-climate-image]][code-climate]
[![circle-ci-image]][circle-ci]
[![codecov-image]][codecov]
[![gemnasium-image]][gemnasium]

**Wrapper around govuk elements for use in Directory apps in Department for International Trade.**

---

## Installation

```shell
pip install export-elements
```

## Development

    $ git clone https://github.com/uktrade/export-elements
    $ cd export-elements
    $ npm install
    $ 

## Test

    $ make test # python tests
    $ gulp test # javascript tests

## Demo

Run the following command then visit http://localhost:3000

    $ gulp develop

## Publish to PyPI

The package should be published to PyPI on merge to master. If you need to do it locally then get the credentials from rattic and add the environment variables to your host machine:

| Setting                     |
| --------------------------- |
| DIRECTORY_PYPI_USERNAME     |
| DIRECTORY_PYPI_PASSWORD     |


Then run the following command:

    make publish


[code-climate-image]: https://codeclimate.com/github/uktrade/export-elements/badges/issue_count.svg
[code-climate]: https://codeclimate.com/github/uktrade/export-elements

[circle-ci-image]: https://circleci.com/gh/uktrade/export-elements/tree/master.svg?style=svg
[circle-ci]: https://circleci.com/gh/uktrade/export-elements/tree/master

[codecov-image]: https://codecov.io/gh/uktrade/export-elements/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/uktrade/export-elements

[gemnasium-image]: https://gemnasium.com/badges/github.com/uktrade/export-elements.svg
[gemnasium]: https://gemnasium.com/github.com/uktrade/export-elements


