Skip to main content

No project description provided

Project description


Title: README.md Path: README.md Author: Max Ludden Date: 2022-11-22 CSS: static/style.css ...

MaxSetup v0.3.0

Purpose

This is a module that automates the file structure and settings of a new project.

Installation

Install from Pip

pip install maxsetup

Install from Pipx

pipx install maxsetup

Install from Pipx

python add maxsetup

Usage


All you need from maxsetup is the following:

from maxsetup import setup

setup()

MaxSetup keeps track of the current run and logs all output to the console and to loguru sinks.

In addition it creates a file structure for the project that looks like this:

.
├── .env
├── .gitignore
├── .vscode
│   ├── launch.json
│   ├── settings.json
│   └── tasks.json
├── LICENSE
├── logs
│   ├── log.log
│   ├── run.txt>
│   └── verbose.log
└── static
    ├── Century Gothic Bold.ttf
    ├── Century Gothic.ttf
    ├── MesloLGS NF Bold Italic.ttf
    ├── MesloLGS NF Bold.ttf
    ├── MesloLGS NF Italic.ttf
    ├── MesloLGS NF Regular.ttf
    ├── Urbanist-Black.ttf
    ├── Urbanist-BlackItalic.ttf
    ├── Urbanist-Italic.ttf
    ├── Urbanist-Light.ttf
    ├── Urbanist-LightItalic.ttf
    ├── Urbanist-Regular.ttf
    ├── White Modesty.ttf
    └── style.css

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

maxsetup-0.3.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

maxsetup-0.3.0-py3-none-any.whl (4.4 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