Skip to content

Parcelfile does file command manipulation within python projects

License

Notifications You must be signed in to change notification settings

malachi196/Parcelfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Parcelfile does file command manipulation within python projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages