Metadata-Version: 2.1
Name: pypkgs-sy
Version: 0.1.0
Summary: Python package that eases the pain of concatenating Pandas categoricals!
License: MIT
Author: rissangs
Author-email: rissangs@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pandas (>=1.2.2,<2.0.0)
Description-Content-Type: text/markdown

# pypkgs_sy 

![](https://github.com/rissangs/pypkgs_sy/workflows/build/badge.svg) [![codecov](https://codecov.io/gh/rissangs/pypkgs_sy/branch/main/graph/badge.svg)](https://codecov.io/gh/rissangs/pypkgs_sy) ![Release](https://github.com/rissangs/pypkgs_sy/workflows/Release/badge.svg) [![Documentation Status](https://readthedocs.org/projects/pypkgs_sy/badge/?version=latest)](https://pypkgs_sy.readthedocs.io/en/latest/?badge=latest)

This cookiecutter creates a boilerplate for a Python project.]: Python package that eases the pain of concatenating Pandas categoricals!

## Installation

```bash
$ pip install -i https://test.pypi.org/simple/ pypkgs_sy
```

## Features

- TODO

## Dependencies

- TODO

## Usage

- TODO

## Documentation

The official documentation is hosted on Read the Docs: https://pypkgs_sy.readthedocs.io/en/latest/

## Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the [contributors tab](https://github.com/rissangs/pypkgs_sy/graphs/contributors).

### Credits

This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the [pyOpenSci/cookiecutter-pyopensci](https://github.com/pyOpenSci/cookiecutter-pyopensci) project template and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage).

