i-asana


Namei-asana JSON
Version 2.6.0 PyPI version JSON
download
home_pagehttps://github.com/aracnid/i-asana
SummaryPython interface to Asana
upload_time2023-12-16 17:44:56
maintainer
docs_urlNone
authorJason Romano
requires_python>=3.10,<4.0
licenseMIT
keywords python asana
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # i-Asana

This is a standardized and customized connector to Asana.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

This package supports the following version of Python. It probably supports older versions, but they have not been tested.

- Python 3.10 or later

### Installing

Install the latest package using pip.

```
$ pip install i-asana
```

End with an example of getting some data out of the system or using it for a little demo

## Running the tests

Explain how to run the automated tests for this system

```
$ python -m pytest
```

## Usage

TODO

## Authors

- **Jason Romano** - [Aracnid](https://github.com/aracnid)

See also the list of [contributors](https://github.com/aracnid/i-asana/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aracnid/i-asana",
    "name": "i-asana",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "python,asana",
    "author": "Jason Romano",
    "author_email": "aracnid@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/af/05/4cce601dad31bf22c09035a8765df1179141b65f803e2acff94a9d934072/i_asana-2.6.0.tar.gz",
    "platform": null,
    "description": "# i-Asana\n\nThis is a standardized and customized connector to Asana.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nThis package supports the following version of Python. It probably supports older versions, but they have not been tested.\n\n- Python 3.10 or later\n\n### Installing\n\nInstall the latest package using pip.\n\n```\n$ pip install i-asana\n```\n\nEnd with an example of getting some data out of the system or using it for a little demo\n\n## Running the tests\n\nExplain how to run the automated tests for this system\n\n```\n$ python -m pytest\n```\n\n## Usage\n\nTODO\n\n## Authors\n\n- **Jason Romano** - [Aracnid](https://github.com/aracnid)\n\nSee also the list of [contributors](https://github.com/aracnid/i-asana/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python interface to Asana",
    "version": "2.6.0",
    "project_urls": {
        "Homepage": "https://github.com/aracnid/i-asana",
        "Repository": "https://github.com/aracnid/i-asana"
    },
    "split_keywords": [
        "python",
        "asana"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c84e1c04930d2889e82c6dd156b319bfe8f5f6de84095e8fa1bc959ce27004dc",
                "md5": "3dbe05e3b71192c9b1a7533c400c9fae",
                "sha256": "049d3809edf5f079ffebd4fc3fe18284d80d8301abfeb4b30740c0c9a84423e4"
            },
            "downloads": -1,
            "filename": "i_asana-2.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3dbe05e3b71192c9b1a7533c400c9fae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 5791,
            "upload_time": "2023-12-16T17:44:54",
            "upload_time_iso_8601": "2023-12-16T17:44:54.896308Z",
            "url": "https://files.pythonhosted.org/packages/c8/4e/1c04930d2889e82c6dd156b319bfe8f5f6de84095e8fa1bc959ce27004dc/i_asana-2.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af054cce601dad31bf22c09035a8765df1179141b65f803e2acff94a9d934072",
                "md5": "af924516f91ef31acc64e226f2da06bb",
                "sha256": "ba1cf41796ea37ccfca6094a3bb56c411540bd4a3ea6a49eada4843b96d07f81"
            },
            "downloads": -1,
            "filename": "i_asana-2.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "af924516f91ef31acc64e226f2da06bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 5302,
            "upload_time": "2023-12-16T17:44:56",
            "upload_time_iso_8601": "2023-12-16T17:44:56.674125Z",
            "url": "https://files.pythonhosted.org/packages/af/05/4cce601dad31bf22c09035a8765df1179141b65f803e2acff94a9d934072/i_asana-2.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-16 17:44:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aracnid",
    "github_project": "i-asana",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "i-asana"
}
        
Elapsed time: 0.15003s