Skip to main content

No project description provided

Project description

zylo-docs
Build the world’s best API docs highly integrated with FastAPI for developers

Supported Python versions


Writing technical documentation like API specs is often a burden for software engineers — it’s not their expertise, and rarely a top priority. That’s where Zylo-docs comes in. Zylo-docs seamlessly integrates with FastAPI and automatically generates OpenAPI-compliant specs. With powerful AI assistance, it helps developers create clear, user-friendly, and rich documentation with minimal effort. Think of it as a more intuitive, AI-powered alternative to Swagger.

[1/5] Get Started (Write a boilerplate on your code)

from fastapi import FastAPI
# Please declare it at the top.
from zylo_docs.integration import add_zylo_docs

app = FastAPI()

@app.get("/")
async def read_root():
    return {"message": "Hello, FastAPI!"}
    
# You need to add the following code at the bottom of your entry point file(e.g main.py)
add_zylo_docs(app)

[2/5] Run the FastAPI Server (http://localhost:8000/zylo-docs)

uvicorn main:app --reload

You need to start the server using Uvicorn.

After launching the server, navigate to http://localhost:8000/zylo-docs in your browser.
(If the development server port changes, the port number in the execution command must also change)

Tara! You can see decent API specs with zylo-docs.

Screenshot 2025-07-30 at 9 01 27 AM

[3/5] In order to use Zylo AI, Sign up and sign in zylo

Screenshot 2025-07-30 at 9 04 09 AM

In order to upgrade your docs, please sign in into zylo-docs.

[4/5] Use Zylo AI function to upgrade your docs

zylo-docs-magic-wand

By clicking the magic wand icon at the top-right, you can call Zylo AI to generate detail descriptions and test cases for your each API endpoints.

[5/5] Sharing API docs with your colleagues

Screenshot 2025-07-30 at 9 10 47 AM

Click the Publish button to share your API documentation with anyone you want via sending email.

Development

  • Python 3.10+
  • FastAPI, Uvicorn

License

MIT License

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zylib_test-0.0.52.tar.gz (206.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zylib_test-0.0.52-py3-none-any.whl (210.2 kB view details)

Uploaded Python 3

File details

Details for the file zylib_test-0.0.52.tar.gz.

File metadata

  • Download URL: zylib_test-0.0.52.tar.gz
  • Upload date:
  • Size: 206.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for zylib_test-0.0.52.tar.gz
Algorithm Hash digest
SHA256 462ce06b8004b098e887fb451ef42e3c2ea3ae2d8e076bd73708003af215e346
MD5 dcda3b59d85743c2f8323b32c5a87698
BLAKE2b-256 f9cb36939eb3c605e045f0c008823458b37b29ef60f871251377e8a8a45d5605

See more details on using hashes here.

File details

Details for the file zylib_test-0.0.52-py3-none-any.whl.

File metadata

  • Download URL: zylib_test-0.0.52-py3-none-any.whl
  • Upload date:
  • Size: 210.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for zylib_test-0.0.52-py3-none-any.whl
Algorithm Hash digest
SHA256 1eb16a6963c422d30bf22ef5bc99a023bbec05afebd184f0d1bdfaac90b4bf7d
MD5 05b8876127039e1150176f579d73df2f
BLAKE2b-256 a15621b44a2f44418623f1739401595a7c7af2286633bc98efb0dde39410c9af

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page