Metadata-Version: 2.1
Name: airtable_pack
Version: 0.0.3
Summary: Python wrapper for Airtable Pack.
Home-page: https://pypi.org/project/airtable_pack/
Author: Andrea Soledad Guerra
Project-URL: Source, https://github.com/AlejoPrietoDavalos/airtable_pack/
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyairtable >=2.3.3

# Utilidades para PyAirtable.

- https://support.airtable.com/docs/taking-and-restoring-base-snapshots
- https://support.airtable.com/docs/es/using-field-and-table-editing-permissions


### Ideas.
1. Desde Python se genera la estructura de las tarjetas.
2. Se crean las tarjetas desde código.
3. Se editan las tarjetas manualmente.
4. (Si se puede) Desde Python tomamos un Snapshot, sino manualmente.
5. Volver al punto 3).

- Si hubiera problemas, podemos restaurar versiones anteriores.
- Tenemos nivel de registro del usuario a una tabla específica y campos específicos.

