Generate RFC for PF and PM given input information
Project description
RFC Generator
A package used to generate rfc for PF and PM given input information.
How to use
After installing the package use following import:
from rfc_generator import RFC_PF, RFC_PM
Then use following commands:
rfc_pf = RFC_PF(
nombres='firstname and/or secondname',
apellido_paterno='paternal_last_name',
apellido_materno='maternal_last_name', [Optional]
fecha_nacimiento='birthdate' [format='YYYY-MM-DD']
)
rfc = rfc_pf.generate()
Or:
rfc_pm = RFC_PM(
nombre_empresa='company name',
fecha_constitucion='foundation date' [format='YYYY-MM-DD']
)
rfc = rfc_pm.generate()
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
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 rfc_generator-0.0.12.tar.gz.
File metadata
- Download URL: rfc_generator-0.0.12.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec432b79e60d6239c21943a55f0e1586177cb1beea06f8e41afddc7b770a5946
|
|
| MD5 |
665187650ae4eda94c8615eb20af3e01
|
|
| BLAKE2b-256 |
d8457e042ad3771f38dc58c50646e2ba9aa022df96b3a78f5578da395bce6689
|
File details
Details for the file rfc_generator-0.0.12-py3-none-any.whl.
File metadata
- Download URL: rfc_generator-0.0.12-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02c7b1c8e7b146dbeace4fa67693d4f7ae32b5712e09f1b158d4ba42ad205dbd
|
|
| MD5 |
76f419bbf0884fb4e4e5ef4d35bf1f13
|
|
| BLAKE2b-256 |
4e77a4ee4170467e82c3c827200e9c45cf42d6f994da413ed463ad71ef1a0572
|