Giter VIP home page Giter VIP logo

incipio's Introduction

incipio

incipio is a Python package for creating Python packages.

Example

>>> import incipio
>>> incipio.create_package("pyAwesome", ".", author="Guido")

Installing

pip

incipio can be installed using pip:

$ pip install incipio

incipio is written for Python 3. If the above installation fails, it may be that your system uses pip for the Python 2 version - if so, try:

$ pip3 install incipio

Requirements

incipio currently has no dependencies.

Overview

incipio is a Python package for automatically generating a lot of the boilerplate that comes with starting a new Python package. The aim is for you to be able to start Python, import incipio, execute one function, and have the package be created to order.

Package Creation

The create_package is used to create Python packages. The following will create a Python package called 'pyAwesome' in the user's home directory:

>>> import incipio
>>> incipio.create_package("pyAwesome", "/home/guido")

The author's name needs to appear in a lot of places, and this can be provided easily enough:

>>> incipio.create_package("pyAwesome", "/home/guido", author="Guido R")

Changelog

Release 0.1.0

14 March 2017

  • Added basic package creation with virtual environments, git repositories, and tests.

incipio's People

Contributors

samirelanduk avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.