Metadata-Version: 2.1
Name: travelperk-python-api-types
Version: 1.0.13
Summary: Python types for the travelperk API entities
Home-page: https://github.com/namelivia/travelperk-python-api-types
Author: José Ignacio Amelivia Santiago
Author-email: jignacio.amelivia@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/namelivia/travelperk-python-api-types/issues
Keywords: travelperk,api
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# travelperk-python-api-types
[![tag](https://img.shields.io/github/tag/namelivia/travelperk-python-api-types.svg)](https://github.com/namelivia/travelperk-python-api-types/releases) [![build](https://github.com/namelivia/travelperk-python-api-types/actions/workflows/build.yml/badge.svg)](https://github.com/namelivia/travelperk-python-api-types/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/namelivia/travelperk-python-api-types/branch/main/graph/badge.svg?token=NlsLE3qD4V)](https://codecov.io/gh/namelivia/travelperk-python-api-types)
 [![Lint](https://github.com/namelivia/travelperk-python-api-types/actions/workflows/black.yml/badge.svg)](https://github.com/namelivia/travelperk-python-api-types/actions/workflows/black.yml)

<p align="center">
  <img src="https://user-images.githubusercontent.com/1571416/118358121-b78de000-b57d-11eb-9987-f750ed530d83.png" alt="TravelPerk API Types" />
</p>

## About
Python types for the TravelPerk API entities.

## Installation

This package is hosted on [PyPi](https://pypi.org/project/travelperk-python-api-types), you can install it using any python package manager. 

```bash
$ pip install travelperk-python-api-types
```

## License

[MIT](LICENSE)

## Contributing
Any suggestion, bug reports, prs or any other kind enhacements are welcome. Just [open an issue first](https://github.com/namelivia/travelperk-python-api-types/issues/new), for creating a PR remember this project has linting checkings and unit tests so any PR should comply with both before beign merged, this checks will be automatically applied when opening or modifying the PRs.

## Local development

This project comes with a `docker-compose.yml` file so if you use Docker and docker-compose you can develop without installing anything on your local environment. Just run `docker-compose up --build` for the first time to setup the container and launch the tests. Pytest is configured as the entrypoint so just run `docker-compose up` everytime you want the tests to execute on the Dockerized Python development container.


