DocusignRestClient


NameDocusignRestClient JSON
Version 0.0.12 PyPI version JSON
download
home_pagehttps://github.com/blueromans/Docusign-Python-Client.git
SummaryDocusign Api Client Python package
upload_time2024-07-09 16:03:31
maintainerNone
docs_urlNone
authorYaşar Özyurt
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Docusign Api Client Python PyPackage

Docusign Api Client is a Python library to access services quickly.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
pip install DocusignRestClient
```

## Environment Variables

```bash
DOCUSIGN_ENV: 'dev|prod'
DOCUSIGN_ENCODED_KEYS: 'Encoded keys'
```

### Note

If you don't want to set this variables from global environment you can pass them to class.
You can see usage below

## Usage

```python
from docusign import DocusignService


# Initialize client with
docusign_service = DocusignService()
# or Docusign_service = DocusignService(**kwargs)
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/blueromans/Docusign-Python-Client.git",
    "name": "DocusignRestClient",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ya\u015far \u00d6zyurt",
    "author_email": "blueromans@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/80/88/1ffa26609639436d899896e5c080ba58b683ce99391de9d4a3748bb048d9/docusignrestclient-0.0.12.tar.gz",
    "platform": null,
    "description": "# Docusign Api Client Python PyPackage\n\nDocusign Api Client is a Python library to access services quickly.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.\n\n```bash\npip install DocusignRestClient\n```\n\n## Environment Variables\n\n```bash\nDOCUSIGN_ENV: 'dev|prod'\nDOCUSIGN_ENCODED_KEYS: 'Encoded keys'\n```\n\n### Note\n\nIf you don't want to set this variables from global environment you can pass them to class.\nYou can see usage below\n\n## Usage\n\n```python\nfrom docusign import DocusignService\n\n\n# Initialize client with\ndocusign_service = DocusignService()\n# or Docusign_service = DocusignService(**kwargs)\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Docusign Api Client Python package",
    "version": "0.0.12",
    "project_urls": {
        "Bug Tracker": "https://github.com/blueromans/Docusign-Python-Client.git/issues",
        "Homepage": "https://github.com/blueromans/Docusign-Python-Client.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8aa5753e852a7aca5611337fc4cd405801ed87c676f88d315d3838dd3b762fba",
                "md5": "321479abf1d779c003462bae5d4ad9e0",
                "sha256": "a2b342b16e9c3bb466bdb1716614dc4902e0738955247a5c1328be58957066ec"
            },
            "downloads": -1,
            "filename": "DocusignRestClient-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "321479abf1d779c003462bae5d4ad9e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 8475,
            "upload_time": "2024-07-09T16:03:29",
            "upload_time_iso_8601": "2024-07-09T16:03:29.119718Z",
            "url": "https://files.pythonhosted.org/packages/8a/a5/753e852a7aca5611337fc4cd405801ed87c676f88d315d3838dd3b762fba/DocusignRestClient-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80881ffa26609639436d899896e5c080ba58b683ce99391de9d4a3748bb048d9",
                "md5": "6268b1fa8af6c2749c24aaecc7b3ab38",
                "sha256": "4b9202de1c704db1a511d39ec6b6e0116437c7e305c68910ad084781b56d5fe6"
            },
            "downloads": -1,
            "filename": "docusignrestclient-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "6268b1fa8af6c2749c24aaecc7b3ab38",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5867,
            "upload_time": "2024-07-09T16:03:31",
            "upload_time_iso_8601": "2024-07-09T16:03:31.617303Z",
            "url": "https://files.pythonhosted.org/packages/80/88/1ffa26609639436d899896e5c080ba58b683ce99391de9d4a3748bb048d9/docusignrestclient-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-09 16:03:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "blueromans",
    "github_project": "Docusign-Python-Client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "docusignrestclient"
}
        
Elapsed time: 0.29165s