Python framework for creating third-party libraries
Project description
pfctl
Python framework for creating third-party libraries
Usage
install:
pip install pfctl
use: create a a.py file and write some code like this:
import pfctl
pfctl.create(
name="",
version="0.0.1",
author="",
author_email="",
description="",
long_description_content_type="text/markdown",
url="",
project_urls={'Bug tracker': ''},
classifiers=['Development Status :: 3 - Alpha', 'Programming Language :: Python :: 3', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent'],
packages=[""],
python_requires=">=3.6",
install_requires = [],
entry_points=""
)
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
pfctl-0.0.1.tar.gz
(2.9 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
pfctl-0.0.1-py3-none-any.whl
(4.0 kB
view details)
File details
Details for the file pfctl-0.0.1.tar.gz.
File metadata
- Download URL: pfctl-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
573a7c649b8743cd0690cab867876facc7442af050d50ca5c1cdff4a6a628ae0
|
|
| MD5 |
26dead7ef4c5b5f2705f14d368b5993e
|
|
| BLAKE2b-256 |
e7adc9d6e00ec0b321eb323fb0c4240f15ba8cd13767b0798f3d9db8c3df01e2
|
File details
Details for the file pfctl-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pfctl-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aafb3f4f558896e6b826e442904b1f12eb0d7067b5cfb9edf4fa44eca1a17dad
|
|
| MD5 |
a8435eba76a44ae74d4bcd39bc03fddc
|
|
| BLAKE2b-256 |
10d47e930f3549db84df18b0e2223924fae34b0d68265b0a2388828d29ce1540
|