abstract-solcatcher


Nameabstract-solcatcher JSON
Version 0.0.3.216 PyPI version JSON
download
home_pagehttps://github.com/AbstractEndeavors/abstract_solcatcher
Summary`abstract_solcatcher` provides a comprehensive solution for making HTTP requests specifically tailored for interacting with Solcatcher.io's APIs. It simplifies complex tasks such as data fetching, data manipulation, and interacting with the Flask backend of Solcatcher.io.
upload_time2025-01-29 00:41:06
maintainerNone
docs_urlNone
authorputkoff
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ---

# Abstract Solcatcher

The `abstract_solcatcher` package provides a comprehensive solution for making HTTP requests specifically tailored for interacting with Solcatcher.io's APIs. It simplifies complex tasks such as data fetching, data manipulation, and interacting with the Flask backend of Solcatcher.io. This module abstracts API calls and Flask requests, providing utility functions that make it easier to perform these operations.

## Features

- **API Calls**: Facilitates making custom API requests to Solcatcher.io with specific endpoints.
- **Flask Backend Interaction**: Manages interactions with a Flask backend, including viewing and listing database tables and columns.
- **Data Handling**: Provides functions to handle and manipulate data before sending it in requests.

## Modules

- **Abstract Call**: Handles direct API interactions with functions that tailor requests for specific Solcatcher.io endpoints.
- **Abstract Flask**: Manages requests to the Flask backend, providing functions to view and list database tables, as well as retrieve specific table columns.
- **Utilities**: Contains helper functions that return standard URLs and endpoints, and help in updating data payloads.

## Installation

To install the `abstract_solcatcher` package, use the following pip command:

```bash
pip install abstract_solcatcher
```

## Usage

### Making API Calls

To make a custom API call to retrieve metadata:

```python
from abstract_solcatcher import getCallRequest

response = getCallRequest('getMetaData', signature='your_signature_here')
print(response)
```

### Interacting with Flask Backend

To view a specific table in the database:

```python
from abstract_solcatcher import view_table

response = view_table('your_table_name')
print(response)
```

### Listing Database Tables

To list all tables in the database:

```python
from abstract_solcatcher import list_tables

tables = list_tables()
print(tables)
```

## Dependencies

- Python 3.6+
- `requests` library
- `abstract_apis`
- `abstract_utilities`

## Contributions

Contributions to enhance the functionalities of `abstract_solcatcher` are welcome. Please fork the [GitHub repository](https://github.com/AbstractEndeavors/abstract_solcatcher), make your changes, and submit a pull request.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## Contact

For any questions or feedback, please reach out to [partners@abstractendeavors.com](mailto:partners@abstractendeavors.com).

---

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AbstractEndeavors/abstract_solcatcher",
    "name": "abstract-solcatcher",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "putkoff",
    "author_email": "partners@abstractendeavors.com",
    "download_url": "https://files.pythonhosted.org/packages/8d/48/f9b958494ae58cbb879e323cfa5a4462db3a0113d043f19fd716a0509525/abstract_solcatcher-0.0.3.216.tar.gz",
    "platform": null,
    "description": "---\n\n# Abstract Solcatcher\n\nThe `abstract_solcatcher` package provides a comprehensive solution for making HTTP requests specifically tailored for interacting with Solcatcher.io's APIs. It simplifies complex tasks such as data fetching, data manipulation, and interacting with the Flask backend of Solcatcher.io. This module abstracts API calls and Flask requests, providing utility functions that make it easier to perform these operations.\n\n## Features\n\n- **API Calls**: Facilitates making custom API requests to Solcatcher.io with specific endpoints.\n- **Flask Backend Interaction**: Manages interactions with a Flask backend, including viewing and listing database tables and columns.\n- **Data Handling**: Provides functions to handle and manipulate data before sending it in requests.\n\n## Modules\n\n- **Abstract Call**: Handles direct API interactions with functions that tailor requests for specific Solcatcher.io endpoints.\n- **Abstract Flask**: Manages requests to the Flask backend, providing functions to view and list database tables, as well as retrieve specific table columns.\n- **Utilities**: Contains helper functions that return standard URLs and endpoints, and help in updating data payloads.\n\n## Installation\n\nTo install the `abstract_solcatcher` package, use the following pip command:\n\n```bash\npip install abstract_solcatcher\n```\n\n## Usage\n\n### Making API Calls\n\nTo make a custom API call to retrieve metadata:\n\n```python\nfrom abstract_solcatcher import getCallRequest\n\nresponse = getCallRequest('getMetaData', signature='your_signature_here')\nprint(response)\n```\n\n### Interacting with Flask Backend\n\nTo view a specific table in the database:\n\n```python\nfrom abstract_solcatcher import view_table\n\nresponse = view_table('your_table_name')\nprint(response)\n```\n\n### Listing Database Tables\n\nTo list all tables in the database:\n\n```python\nfrom abstract_solcatcher import list_tables\n\ntables = list_tables()\nprint(tables)\n```\n\n## Dependencies\n\n- Python 3.6+\n- `requests` library\n- `abstract_apis`\n- `abstract_utilities`\n\n## Contributions\n\nContributions to enhance the functionalities of `abstract_solcatcher` are welcome. Please fork the [GitHub repository](https://github.com/AbstractEndeavors/abstract_solcatcher), make your changes, and submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Contact\n\nFor any questions or feedback, please reach out to [partners@abstractendeavors.com](mailto:partners@abstractendeavors.com).\n\n---\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "`abstract_solcatcher` provides a comprehensive solution for making HTTP requests specifically tailored for interacting with Solcatcher.io's APIs. It simplifies complex tasks such as data fetching, data manipulation, and interacting with the Flask backend of Solcatcher.io.",
    "version": "0.0.3.216",
    "project_urls": {
        "Homepage": "https://github.com/AbstractEndeavors/abstract_solcatcher"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f2fba1b7fafee6780f2c5ea1530725a600601a0479e62ca1b34efd1b823a4b7",
                "md5": "fff065aff3baae5d2b1f85bb1087c942",
                "sha256": "983cfbd65917ed0ebf4af9b94a43a2726d311e9bdfbf8020bb682ad400f9b3e4"
            },
            "downloads": -1,
            "filename": "abstract_solcatcher-0.0.3.216-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fff065aff3baae5d2b1f85bb1087c942",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 69059,
            "upload_time": "2025-01-29T00:41:04",
            "upload_time_iso_8601": "2025-01-29T00:41:04.222701Z",
            "url": "https://files.pythonhosted.org/packages/3f/2f/ba1b7fafee6780f2c5ea1530725a600601a0479e62ca1b34efd1b823a4b7/abstract_solcatcher-0.0.3.216-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d48f9b958494ae58cbb879e323cfa5a4462db3a0113d043f19fd716a0509525",
                "md5": "e6146f7fdd9e097c71410772f55deeb4",
                "sha256": "727e80814fec6f55ca7779adf877252a950e1b3bca0092613be6d7938a2f7dfb"
            },
            "downloads": -1,
            "filename": "abstract_solcatcher-0.0.3.216.tar.gz",
            "has_sig": false,
            "md5_digest": "e6146f7fdd9e097c71410772f55deeb4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 22863,
            "upload_time": "2025-01-29T00:41:06",
            "upload_time_iso_8601": "2025-01-29T00:41:06.164025Z",
            "url": "https://files.pythonhosted.org/packages/8d/48/f9b958494ae58cbb879e323cfa5a4462db3a0113d043f19fd716a0509525/abstract_solcatcher-0.0.3.216.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-29 00:41:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AbstractEndeavors",
    "github_project": "abstract_solcatcher",
    "github_not_found": true,
    "lcname": "abstract-solcatcher"
}
        
Elapsed time: 0.41301s