{
"info": {
"author": "Taiyu Honma(ENFY)",
"author_email": "enfy.t.honma@gmail.com",
"bugtrack_url": null,
"classifiers": [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7"
],
"description": "# AR Site Maker\nA tool to create a website where 3D models can be viewed using AR technology.\nYou can make simple marker based AR site that can view 3D model. \nSimply specify the site name, 3D model file (.glb), and marker image (URL).\nYou can try demo project by accessing below QR code and holding up QR code a camera after site is loaded.\nYou have to allow camera access from demo site.\n\n
\n\n## How to install\nar-site-maker is available through pip and [PyPi](https://pypi.org/project/ar-site-maker/). You need python3.\n```\npip install ar-site-maker\n```\nYou can confirm installation by executing ar-site-maker command.\n```\nar-site-maker \n```\nYou can show top page like this if ar-site-maker is successfully installed.\n```\nAr Site Maker {version}\n Documentation is here https://github.com/enfy-space/ArSiteMaker\n```\n\n## Usage\nUsage is very easy!\n
\n### Preparing File\nWhat you have to prepare is below.\n* .glb file\n Sorry! we don't support .gltf file yet \ud83e\udd79.\n
Please make sure to your model is\n\n * located around center of coordinate:(0,0,0)\n * not buried in plane (elevation=0)\n\n* marker image or site URL \n
Generated site is marker-based AR so Object is appear on the marker.\n There are two-way to make marker. \n \n * image : You can set your favorite image as marker. \n We recommend as simple and square as image possible.\n * URL : If specify your site URL, ar-site-maker set QR-code as marker automatically.\n\n### Command Usage\nBasic usage of command is below.
\nIf you want to use your favorite image as marker\n```\n ar-site-maker make -i \n```\nIf you want to use QR code of your site as marker\n```\n ar-site-maker make -u \n```\n#### Options\n* title\n\n The site title will be the same as the project name if not specified.\nIf you want to set title arbitrarily, you can use --site_title option like this.\n ```\n ar-site-maker make -u --site_title \n ```\n\n* scale\n\n If you want to adjust object scale, you can use --scale option like this.\n ```\n ar-site-maker make -u --scale \n ```\n* animation\n\n If you want to add rotate animation to object, you can add -a (or --animation) option like this.\n ```\n ar-site-maker make -u -a \n ```\n\nof course! you can open help like this\n```\n ar-site-maker make -h \n```\n\n#### Output\nYour exported data is in directory named fot the project.\nYou can browse exported site by accessing index.html. The marker is stored in marker directory.\nYou can use marker.png or marker_add_padding.png ; marker added padding as marker. \n```\nproject name\n\u251c\u2500\u2500 index.html\n\u251c\u2500\u2500 marker\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 marker.patt\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 marker.png\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 marker_add_padding.png\n\u2514\u2500\u2500 model\n \u2514\u2500\u2500 model.glb\n```\n",
"description_content_type": "text/markdown",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/enfy-space/ArSiteMaker",
"keywords": "",
"license": "",
"maintainer": "",
"maintainer_email": "",
"name": "ar-site-maker",
"package_url": "https://pypi.org/project/ar-site-maker/",
"platform": null,
"project_url": "https://pypi.org/project/ar-site-maker/",
"project_urls": {
"Homepage": "https://github.com/enfy-space/ArSiteMaker"
},
"release_url": "https://pypi.org/project/ar-site-maker/1.0.1/",
"requires_dist": [
"qrcode",
"pymarker",
"Pillow",
"fire"
],
"requires_python": "",
"summary": "A tool to create a website where 3D models can be viewed using AR technology.",
"version": "1.0.1",
"yanked": false,
"yanked_reason": null
},
"last_serial": 18076617,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c05acbd971065bec661e2a11c0c73de267578be9c62b5a004af97005c7f89de6",
"md5": "3448054cf4565531bfd73a2609dda8f5",
"sha256": "961ddc6c3066a1bd608076c2bee99792bf9ab541b5246ae4f59f7f9d07fe8924"
},
"downloads": -1,
"filename": "ar_site_maker-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3448054cf4565531bfd73a2609dda8f5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5740,
"upload_time": "2023-05-11T10:48:39",
"upload_time_iso_8601": "2023-05-11T10:48:39.742936Z",
"url": "https://files.pythonhosted.org/packages/c0/5a/cbd971065bec661e2a11c0c73de267578be9c62b5a004af97005c7f89de6/ar_site_maker-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0224a49ece2c8ebb68a22c4b00817948f3884a80ca801109563c92a304f9f02f",
"md5": "e47dc5535c7597d72a60f0de3ec22529",
"sha256": "1027033fad91f7729766795d529debbb4c0232822c8ca983d7dc2289812caf69"
},
"downloads": -1,
"filename": "ar-site-maker-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "e47dc5535c7597d72a60f0de3ec22529",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4784,
"upload_time": "2023-05-11T10:48:41",
"upload_time_iso_8601": "2023-05-11T10:48:41.938703Z",
"url": "https://files.pythonhosted.org/packages/02/24/a49ece2c8ebb68a22c4b00817948f3884a80ca801109563c92a304f9f02f/ar-site-maker-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.0.1": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ea09b467613cd23a8c1403f8e9ddd5737036018a33fd8aa250f35f429f525de6",
"md5": "971fc1333a29ffe51cc23362ed5e0f50",
"sha256": "90e93b19dba65cb376328f0fc56adbeaeb7db1401dca4e3217b09e653c9f9b35"
},
"downloads": -1,
"filename": "ar_site_maker-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "971fc1333a29ffe51cc23362ed5e0f50",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5770,
"upload_time": "2023-05-12T10:28:38",
"upload_time_iso_8601": "2023-05-12T10:28:38.102116Z",
"url": "https://files.pythonhosted.org/packages/ea/09/b467613cd23a8c1403f8e9ddd5737036018a33fd8aa250f35f429f525de6/ar_site_maker-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "02ec315e2b09e0e20b6587f68c57e0ccac35c7bdfe9545a0f882ba0aa08a77df",
"md5": "219aa285c18e5fb9a2de3f71d05a7825",
"sha256": "6c60f0a4ce81b4f0b82bf214b5bbec573facdca14281fc1635610475642c6837"
},
"downloads": -1,
"filename": "ar-site-maker-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "219aa285c18e5fb9a2de3f71d05a7825",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4832,
"upload_time": "2023-05-12T10:28:42",
"upload_time_iso_8601": "2023-05-12T10:28:42.214692Z",
"url": "https://files.pythonhosted.org/packages/02/ec/315e2b09e0e20b6587f68c57e0ccac35c7bdfe9545a0f882ba0aa08a77df/ar-site-maker-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ea09b467613cd23a8c1403f8e9ddd5737036018a33fd8aa250f35f429f525de6",
"md5": "971fc1333a29ffe51cc23362ed5e0f50",
"sha256": "90e93b19dba65cb376328f0fc56adbeaeb7db1401dca4e3217b09e653c9f9b35"
},
"downloads": -1,
"filename": "ar_site_maker-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "971fc1333a29ffe51cc23362ed5e0f50",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5770,
"upload_time": "2023-05-12T10:28:38",
"upload_time_iso_8601": "2023-05-12T10:28:38.102116Z",
"url": "https://files.pythonhosted.org/packages/ea/09/b467613cd23a8c1403f8e9ddd5737036018a33fd8aa250f35f429f525de6/ar_site_maker-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "02ec315e2b09e0e20b6587f68c57e0ccac35c7bdfe9545a0f882ba0aa08a77df",
"md5": "219aa285c18e5fb9a2de3f71d05a7825",
"sha256": "6c60f0a4ce81b4f0b82bf214b5bbec573facdca14281fc1635610475642c6837"
},
"downloads": -1,
"filename": "ar-site-maker-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "219aa285c18e5fb9a2de3f71d05a7825",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4832,
"upload_time": "2023-05-12T10:28:42",
"upload_time_iso_8601": "2023-05-12T10:28:42.214692Z",
"url": "https://files.pythonhosted.org/packages/02/ec/315e2b09e0e20b6587f68c57e0ccac35c7bdfe9545a0f882ba0aa08a77df/ar-site-maker-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"vulnerabilities": []
}