Skip to main content

A project templating utility for Python.

Project description

nusex

PyPi version PyPI pyversions PyPI - Implementation PyPI - Status PyPI - Downloads

Maintenance GitHub Release Date GitHub last commit Read the Docs License

A project templating utility for Python.

Features

  • An easy-to-use CLI (command-line interface)
  • Premade templates for applications and packages
  • The ability to use context clues to dynamically generate files
  • Options to ignore file extensions and directories when building templates
  • No dependencies!

Installation

You need Python 3.6.0 or greater to run nusex.

To install the latest stable version of nusex, use the following command:

pip install nusex

You can also install the latest development version using the following command:

pip install git+https://github.com/nusex/nusex@develop

You may need to prefix these commands with a call to the Python interpreter depending on your OS and Python configuration.

Quickstart

Before you can build and deploy templates with nusex, you need to initialise it. You only need to do this once, and not for every new project. To initialise nusex, use the following command:

nsx init

Some premade templates will be downloaded for you to experiment with. You can deploy these templates with the following command(s):

# For general applications
nsx deploy simple_app

# For PyPI packages
nsx deploy simple_pkg

To learn how to build templates of your own, read the documentation.

Contributing

nusex is open to contributions. To find out where to get started, have a look at the contributing guide.

License

The nusex module for Python is licensed under the BSD 3-Clause License.

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

nusex-0.4.2.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

nusex-0.4.2-py3-none-any.whl (12.9 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