# chrphb-contacts
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
This file will become your README and also the index of your
documentation.
## Install
``` sh
pip install chrphb_contacts
```
## How to use
Fill me in please! Don’t forget code examples:
``` python
external_data = {
'id': 1,
'name': 'John Doe',
'email': 'john@doe.com',
'phone': '00000000000',
'met_ts': '2019-06-01 12:22'
}
person = Person(**external_data)
person.name
```
'John Doe'
``` python
foo??
```
``` python
1+1
```
2
Raw data
{
"_id": null,
"home_page": "https://github.com/chrphb/chrphb-contacts",
"name": "chrphb-contacts",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "nbdev jupyter notebook python",
"author": "Christophe Beauce",
"author_email": "chris@chrphb.com",
"download_url": "https://files.pythonhosted.org/packages/df/ec/eedcf44747f1e0194a7ba146f440c9584ff28ad74107431d8368e18a967b/chrphb-contacts-0.0.1.tar.gz",
"platform": null,
"description": "# chrphb-contacts\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nThis file will become your README and also the index of your\ndocumentation.\n\n## Install\n\n``` sh\npip install chrphb_contacts\n```\n\n## How to use\n\nFill me in please! Don\u2019t forget code examples:\n\n``` python\nexternal_data = {\n 'id': 1,\n 'name': 'John Doe',\n 'email': 'john@doe.com',\n 'phone': '00000000000',\n 'met_ts': '2019-06-01 12:22'\n}\n\nperson = Person(**external_data)\n\nperson.name\n```\n\n 'John Doe'\n\n``` python\nfoo??\n```\n\n``` python\n1+1\n```\n\n 2\n\n\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "Library to manage contacts",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/chrphb/chrphb-contacts"
},
"split_keywords": [
"nbdev",
"jupyter",
"notebook",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "10040cc971a649e1d9f2c52445defab43b07c58871ed8ec15a37a03f280acd8e",
"md5": "cd078691ee6c577e5ca2ad1c23f55070",
"sha256": "564279ae8d88d835dc65798d03fdb81e7e8320979037728e45f7f2d5c8b24276"
},
"downloads": -1,
"filename": "chrphb_contacts-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cd078691ee6c577e5ca2ad1c23f55070",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 7073,
"upload_time": "2023-11-19T15:59:21",
"upload_time_iso_8601": "2023-11-19T15:59:21.806422Z",
"url": "https://files.pythonhosted.org/packages/10/04/0cc971a649e1d9f2c52445defab43b07c58871ed8ec15a37a03f280acd8e/chrphb_contacts-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dfeceedcf44747f1e0194a7ba146f440c9584ff28ad74107431d8368e18a967b",
"md5": "6267a96accba3728949d438bafa79762",
"sha256": "8434de99914154b0e47c80585aa766c5e3dbdea7dd6e4c2cae8e922f5f0679e5"
},
"downloads": -1,
"filename": "chrphb-contacts-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "6267a96accba3728949d438bafa79762",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 7587,
"upload_time": "2023-11-19T15:59:24",
"upload_time_iso_8601": "2023-11-19T15:59:24.068713Z",
"url": "https://files.pythonhosted.org/packages/df/ec/eedcf44747f1e0194a7ba146f440c9584ff28ad74107431d8368e18a967b/chrphb-contacts-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-19 15:59:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "chrphb",
"github_project": "chrphb-contacts",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "chrphb-contacts"
}