Metadata-Version: 2.1
Name: parcelfile
Version: 1.1.1
Summary: Parcel does file command manipulation within python projects
Author: @malachi196
Author-email: "@malachi196" <malachiaaronwilson@gmail.com>
Project-URL: Homepage, https://github.com/malachi196/Parcelfile
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE


# parcelfile

Welcome to the official Parcelfile python package. Parcelfile was made to "Properly Package Python Programs".


> __PARCEL__ stands for: 
**P**ython 
**A**ranger with 
**R**enduring 
**C**omplex 
**E**lement 
**L**eafs

__Parcelfile__ is good for 
+ concatinating files
+ zipping files
+ seperating file contents
 _and much more!_


### functions:
These are the functions that are available in __parcelfile__
#### wrap
``` py
def wrap( type: None, spacing=true, *args ) -> str
```
_wrap_ takes arguments and concatinates them.

#### box
```py
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._
