Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mbpy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mbpy

  • 2.0.15
  • PyPI
  • Socket score

Maintainers
1

mbpy - Manage Python Projects with Ease

PyPI - Version PyPI - Python Version


mbpy is a powerful tool for creating, managing, and documenting Python projects. It simplifies the process of setting up project structures, managing dependencies, and generating documentation.

Features

  • Create new Python projects with customizable structures
  • Manage project dependencies using pyproject.toml
  • Set up documentation using Sphinx or MkDocs
  • Generate GitHub Actions workflows for CI/CD
  • Simplify package installation and management with pip-like commands

Table of Contents

Installation

pip install mbpy

Usage

To create a new project:

mbpip create <project_name> --author "<Your Name>" --description "<Project Description>"

To manage dependencies:

mpip install <package_name>
mpip uninstall <package_name>
mpip show

For more detailed usage instructions, run:

mbpy --help

or

mpip --help

Documentation

To view the full documentation, you have two options:

Sphinx

  1. Build the docs:
    hatch run docs
    
  2. Open docs/_build/html/index.html in your web browser.

MkDocs

  1. Install MkDocs if you haven't already:
    pip install mkdocs
    
  2. Build and serve the docs:
    mkdocs serve
    
  3. Open your web browser and go to http://127.0.0.1:8000/

License

mbpy is distributed under the terms of the MIT License.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc