A python library to create new libraries
Project description
Lib Creator
A small library to help you create new libraries
Installation
pip install libcreator
Get started
How to use it?
import libcreator
new_lib = libcreator.Library()
new_lib.get_information() # this guides you throu the creation.
new_lib.fill_in_information() # this formats the gathered informatin
new_lib.create_library() # this writes the new library directory
# here you need to fill the .py file with the name of you library with your code.
new_lib.compile_library() # this compiles teh directory to and .whl
or just run
python -m libcreator
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
libcreator-0.1.2.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file libcreator-0.1.2.tar.gz.
File metadata
- Download URL: libcreator-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.5.0 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.19.9 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
253a3a399d4293b368f00e7ab299896ba2c67a7d450cf49472a950cc21ca764b
|
|
| MD5 |
d5d61cc6ac2c069540d664bd627429fc
|
|
| BLAKE2b-256 |
e5509c9ba33054037cadade79116b3da1fc30ccc06bfc6fab3a2913cea59218f
|
File details
Details for the file libcreator-0.1.2-py3-none-any.whl.
File metadata
- Download URL: libcreator-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.5.0 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.19.9 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c436d1c89114b85bf9d3fa741156453e6fa947519969407549218c9175b66495
|
|
| MD5 |
254d0572effdbc2784d446315014a290
|
|
| BLAKE2b-256 |
44ac25f1eb754548b73d9f41b6edb6930b7935fabdf4f8ea57140538ee29b75c
|