Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 796 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 796 Bytes

Circle Packer

GitHub Workflow Status PyPi Version

Why pack circles?

Sticking circles as close together as possible!

How to use

Currently it is only through the API. You can install it using pip:

pip install circlepacker

And then run the service using:

python -m circlepacker

Following the link provided and routing to /docs will get you to the Swagger documentation where you can try it out.

API

TODO

  • Finalize backend routing to include better pydantic typing for contracts.
  • Create simple frontend
  • Deploy to AWS services