parcelfile

Parcel does file command manipulation within python projects


License
MIT
Install
pip install parcelfile==1.1.2

Documentation

parcelfile

Welcome to the official Parcelfile python package. Parcelfile was made to "Properly Package Python Programs". Most parcelfile functions are under construction, so they may not work

PARCEL stands for: Python Aranger with Renduring Complex Element Leafs

Parcelfile is good for

  • concatinating files
  • zipping files
  • seperating file contents and much more!

Simple example

This is a simple example of what parcelfile can do.

from parcelfile import wrap
wrapped_text = wrap
print(wrapped_text)

Functions:

These are the functions that are available in parcelfile

wrap

def wrap( type=None, spacing=true, *args ) -> str

wrap takes arguments and concatinates them.

box

def box( file, int startline, int endline) -> any

box takes file contents and seperates them from the main file, while creating a new file.

examples are available in the examples directory  

DISCLAIMERS:

Parcelfile is still under construction, so some functions may not work yet, and more are to come.

 

Creation rights go to @malachi196. You can find me on github, discord, and replit.