An open API service indexing awesome lists of open source software.

https://github.com/mountaingod2/my_pkg

A package for doing great things!
https://github.com/mountaingod2/my_pkg

Last synced: about 2 months ago
JSON representation

A package for doing great things!

Awesome Lists containing this project

README

        

# my_pkg

A package for doing great things!

## Installation

```bash
$ pip install my_pkg
```

## Usage

- TODO

## Running with Docker

```bash
$ docker build -t my_pkg .
$ docker run --rm my_pkg
```

## Contributing

This project is released with a [Code of Conduct](CONDUCT.md). By contributing, you agree to abide by its terms.

## License

`my_pkg` was created by MountainGod2. It is licensed under the terms of the MIT license.

## Credits

`my_pkg` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `mountaingod2-cookiecutter` [template](https://github.com/MountainGod2/mountaingod2-cookiecutter).