Skip to main content

scaffolding/bootstrap generation tool

Project description

projecture

Projecture is a project scaffolding(or a minimal bootstrap) generation tool for various projects (see list of supported project types below). Correctly structuring your project (i.e. some defined standard way or a way which is widely acceptable to the related community) makes things easy for you, for contributors and for your users.

List of supported project types:

  • python

Installation

pip install projecture

Usages

projecture installation creates a projecture_create executable in your path. Create a new project from command line as:

projecture_create pyproject -t python -n "your name" -e "your email" -a "project generated from projecture"

or from python:

import projecture
projecture.create_project('pyproject',
                          project_type='python',
                          author_name='your name',
                          author_email='your_email',
                          about='project generated from projecture',
                          force=True)

This will create pyproject dir in your current working dir.

Projects

Python

Python project generates following structure:

pyproject/                      # your project root (project_dir)
├── LICENSE                     # default license file with MIT license
├── MANIFEST.in                 # file to include non-package data
├── pyproject                   # your actual python package; will be referred as package_dir further
   ├── cmdline.py              # command line interface script for the package
   ├── __init__.py
   ├── pyproject.py            # package's main file
   └── tests                   # dir containing package tests
       ├── __init__.py
       ├── test_pyproject.py   #
├── README.md                   # README file (markdown format)
├── README.rst                  # restructured format README for tools like Sphinx
├── requirements.txt            # file to contain dependencies
├── setup.py                    # setup tools script to package/install project

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

projecture-0.1.3.tar.gz (6.2 kB view details)

Uploaded Source

File details

Details for the file projecture-0.1.3.tar.gz.

File metadata

  • Download URL: projecture-0.1.3.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for projecture-0.1.3.tar.gz
Algorithm Hash digest
SHA256 b2b1d8b6b1e31def7cefe929e9435a072c7968ba5b482c71acce6446092cc01b
MD5 6b32c5286c7aebf46e94c66e43eedec9
BLAKE2b-256 1c2e34edaafecfedb2e8661c6602be6d74693aadf8da7ebca90bff609360c6f2

See more details on using hashes here.

Supported by

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