No project description provided
Project description
mbpy - Manage Python Projects with Ease
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
- Build the docs:
hatch run docs - Open
docs/_build/html/index.htmlin your web browser.
MkDocs
- Install MkDocs if you haven't already:
pip install mkdocs - Build and serve the docs:
mkdocs serve - Open your web browser and go to
http://127.0.0.1:8000/
License
mbpy is distributed under the terms of the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mbpy-2.0.9.tar.gz.
File metadata
- Download URL: mbpy-2.0.9.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a09fbbc69a699bc45a543b0028587744f3a192a9c4cb0f9dfca96ef41762a850
|
|
| MD5 |
abba3f60212a3dbcf11f4837dad167e6
|
|
| BLAKE2b-256 |
813378f4f6424e7707f707499a501a817dd3ad97da261bfbba61ca87c279ff00
|
File details
Details for the file mbpy-2.0.9-py3-none-any.whl.
File metadata
- Download URL: mbpy-2.0.9-py3-none-any.whl
- Upload date:
- Size: 60.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ef327e3c54ea9d50b960d3f108817e0712f6f75c7bff1b6dc165cf382d8c7e0
|
|
| MD5 |
d3b349a0bfcd8bfff4b8dfcd8c7dab4d
|
|
| BLAKE2b-256 |
d0d4d8f9736f80ed62c969e19c72a683b7df5d5d5a5d88d45037d263f23e6e4f
|