airtable-pack


Nameairtable-pack JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://pypi.org/project/airtable_pack/
SummaryPython wrapper for Airtable Pack.
upload_time2024-08-22 17:32:01
maintainerNone
docs_urlNone
authorAndrea Soledad Guerra
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements pyairtable python-dotenv
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
- https://airtable.com/developers/web/api/model/field-type

### 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.


            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/airtable_pack/",
    "name": "airtable-pack",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Andrea Soledad Guerra",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c9/48/83fd07ac3cfb1338d750899116ce2cae731e93a49a2fd7074229206caf22/airtable_pack-0.0.9.tar.gz",
    "platform": null,
    "description": "# Utilidades para PyAirtable.\n\n- https://support.airtable.com/docs/taking-and-restoring-base-snapshots\n- https://support.airtable.com/docs/es/using-field-and-table-editing-permissions\n- https://airtable.com/developers/web/api/model/field-type\n\n### Ideas.\n1. Desde Python se genera la estructura de las tarjetas.\n2. Se crean las tarjetas desde c\u00f3digo.\n3. Se editan las tarjetas manualmente.\n4. (Si se puede) Desde Python tomamos un Snapshot, sino manualmente.\n5. Volver al punto 3).\n\n- Si hubiera problemas, podemos restaurar versiones anteriores.\n- Tenemos nivel de registro del usuario a una tabla espec\u00edfica y campos espec\u00edficos.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python wrapper for Airtable Pack.",
    "version": "0.0.9",
    "project_urls": {
        "Homepage": "https://pypi.org/project/airtable_pack/",
        "Source": "https://github.com/AlejoPrietoDavalos/airtable_pack/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fd34adc16daf6c31ab120ef729cc45709f484f7bbc135a86b302ca5c3fd1b04",
                "md5": "bf15baf1a32a039a614612f758277c03",
                "sha256": "6ce9fd3da558909794db549e201934b5b8abc5792ecbcea9311f4c25eb414bc2"
            },
            "downloads": -1,
            "filename": "airtable_pack-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf15baf1a32a039a614612f758277c03",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6168,
            "upload_time": "2024-08-22T17:32:00",
            "upload_time_iso_8601": "2024-08-22T17:32:00.089015Z",
            "url": "https://files.pythonhosted.org/packages/6f/d3/4adc16daf6c31ab120ef729cc45709f484f7bbc135a86b302ca5c3fd1b04/airtable_pack-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c94883fd07ac3cfb1338d750899116ce2cae731e93a49a2fd7074229206caf22",
                "md5": "fca86038cdbdaa11be65be72bfa9455f",
                "sha256": "06cd00c0c523b8702585f76ce072e577b099fe0caf8237f847c2a42c4a5e8015"
            },
            "downloads": -1,
            "filename": "airtable_pack-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "fca86038cdbdaa11be65be72bfa9455f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 4337,
            "upload_time": "2024-08-22T17:32:01",
            "upload_time_iso_8601": "2024-08-22T17:32:01.637688Z",
            "url": "https://files.pythonhosted.org/packages/c9/48/83fd07ac3cfb1338d750899116ce2cae731e93a49a2fd7074229206caf22/airtable_pack-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 17:32:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AlejoPrietoDavalos",
    "github_project": "airtable_pack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pyairtable",
            "specs": [
                [
                    "==",
                    "2.3.3"
                ]
            ]
        },
        {
            "name": "python-dotenv",
            "specs": [
                [
                    "==",
                    "1.0.1"
                ]
            ]
        }
    ],
    "lcname": "airtable-pack"
}
        
Elapsed time: 0.36953s