Git Product home page Git Product logo

hello-world-python-cli's Introduction

Project Name

Project Structure

  • .commitlintrc.yaml: This file is used to configure commit linting rules.
  • .flake8: This file contains configuration for the flake8 Python linter.
  • .github/: This directory contains GitHub-specific files, such as workflows for GitHub Actions.
  • .gitignore: This file specifies which files and directories Git should ignore.
  • .isort.cfg: This file contains configuration for isort, a Python utility / library to sort imports.
  • .pre-commit-config.yaml: This file configures pre-commit hooks.
  • .python-version: This file specifies the Python version to be used.
  • .releaserc.json: This file contains configuration for automated releases.
  • LICENSE: This file contains the license for the project.
  • README.md: This file provides an overview of the project (the file you're reading right now).
  • hello_world_python_cli/: This directory contains the main Python package for the project.
  • main.py: This is the main entry point for the application.
  • poetry.lock: This file is automatically generated and contains the exact versions of dependencies to be used.
  • pyproject.toml: This file contains configuration for tools like Poetry and Black, as well as the project's dependencies.
  • script/: This directory contains utility scripts for the project.
  • tests/: This directory contains test files for the project.

Getting Started

(Provide instructions on how to set up and run your project here)

Contributing

(Provide instructions on how to contribute to your project here)

License

(Provide information about your project's license here)

TODOs

  1. Fix pytest running locally

hello-world-python-cli's People

Contributors

zb3qk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.