Skip to main content

CLI program to generate python module directory structure

Project description

makepymodule

Generates the project structure for a pip installable python module

Installation

$ pip install makepymodule

Usage

To create a new project, simply go to the location you would like to scaffold the project structure and run the following command

$ makepymodule project_name

A directory structure as follows will be generated

- project_name
  |- src
     |- project_name
        |- __init__.py
  |- setup.py

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

makepymodule-1.0.5.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

makepymodule-1.0.5-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

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