Skip to main content

My Best Python Project

Project description

My best python project

PyPI Maintainability Release Package

pre-commit.ci status pages-build-deployment

This is a sample project.

Installation

pip install git+https://github.com/eggplants/my-best-python-project
# or,
pip install my-best-python-project

Usage

CLI

$ mbpp -h
usage: mbpp [-h] [-o PATH] [--overwrite] [-q] [-V]

This command prints package's version.

optional arguments:
  -h, --help              show this help message and exit
  -o PATH, --output PATH  output to file (default: None)
  --overwrite             overwrite when using `-o` (default: False)
  -q, --quiet             quiet mode (default: False)
  -V, --version           show program's version number and exit

note:
    This package and tool is a sample.

$ mbpp
This package's version is: 0.0.1

$ mbpp -q
0.0.1

$ mbpp -o test.txt
Output: 'test.txt'

$ mbpp -o test.txt
Error: File 'test.txt' exists. To overwrite, use `-o`.

$ mbpp -o test.txt --overwrite
Output: 'test.txt'

Library

To print this package's version:

import my_best_python_project

print(my_best_python_project.__version__)

Development

To setup development environment:

pip install -e ".[all]"
pre-commit install

To run pre-commit hooks manually:

pre-commit run
# or,
pre-commit run --all-fileso

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

my-best-python-project-0.0.2.zip (8.5 kB view details)

Uploaded Source

File details

Details for the file my-best-python-project-0.0.2.zip.

File metadata

  • Download URL: my-best-python-project-0.0.2.zip
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for my-best-python-project-0.0.2.zip
Algorithm Hash digest
SHA256 0747e8b06e51fef8a4b792e31cecbe73c161d49aa1113a7ecb027096e3050777
MD5 7152534b6da3f44cee56eb8b3e10f8a6
BLAKE2b-256 c54d1a3febd97bb70667e150281cb72cbafe9479e7b527946d1dc0e8c8a3500e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page