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!
- Host: GitHub
- URL: https://github.com/mountaingod2/my_pkg
- Owner: MountainGod2
- License: mit
- Created: 2024-11-10T20:17:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T10:50:49.000Z (3 months ago)
- Last Synced: 2025-03-10T11:41:55.655Z (3 months ago)
- Language: Dockerfile
- Homepage: https://github.com/MountainGod2/my_pkg
- Size: 5.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).