Metadata-Version: 2.1
Name: pysect
Version: 0.0.3
Summary: A standalone 3D object slicer
Author-email: Anonoei <dev@anonoei.com>
Project-URL: Homepage, https://github.com/anonoei/pysect
Project-URL: Documentation, https://anonoei.github.io/pysect/
Project-URL: Repository, https://github.com/Anonoei/pysect.git
Project-URL: Issues, https://github.com/Anonoei/pysect/issues
Project-URL: Source, https://github.com/anonoei/pysect
Keywords: anonoei
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyboiler_anonoei
Requires-Dist: numpy
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: twine; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pdoc3; extra == "dev"

# pysect
 A standalone 3D object slicer that you use in your browser

 - [Documentation](https://anonoei.github.io/pysect/)
 - [PyPI](https://pypi.org/project/pysect/)

# Using pysect
 1. Clone the repository `git clone https://github.com/Anonoei/pysect`
 2. Move into it `cd pysect`
 3. Launch the web server `python3 launch.py`
 4. Access PySect at `https://127.0.0.1:8328`

## Use as app
 1. Follow steps 1 and 2 in *Using pysect*
 2. Run `python3 launch.py -s`
 3. Use the app that opens
