No project description provided
Project description
Build the world’s best API docs highly integrated with FastAPI for developers
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/7] Get Started (Add boilerplate code)
from fastapi import FastAPI
# 👇 [1/2] Add this import at the top
from zylo_docs.integration import add_zylo_docs
app = FastAPI()
@app.get("/")
async def read_root():
return {"message": "Hello, FastAPI!"}
# ...
# ...
# ...
# 👇 [2/2] Add this at the bottom of your entry point file (e.g., main.py)
add_zylo_docs(app)
[2/7] Run the FastAPI Server
uvicorn main:app --reload
You need to start the server using Uvicorn.
⚡️ If your server is already running, you can skip this step.
Once the server is running, open your browser and go to: 👉 http://localhost:8000/zylo-docs
(⚠️ If your development server runs on a different port, update the URL accordingly!)
[3/7] Tada! You can now view beautifully structured API specs with zylo-docs.
[4/7] To use Zylo AI, sign up and sign in to zylo.
[5/7] Use the Zylo AI function to upgrade your docs
[6/7] Tada! Look at the red dot in the top-left corner! It is completed. Let's check this out!
[7/7] Share your API docs with your team
Click the Publish button to share your API documentation via 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zylib_test-0.0.95.tar.gz.
File metadata
- Download URL: zylib_test-0.0.95.tar.gz
- Upload date:
- Size: 219.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76e52772f96b46717926fb7949502bbae8a7fc939e172da4aab7e662a00d74b7
|
|
| MD5 |
a7d0c392b1a8b562356e195325d70ad3
|
|
| BLAKE2b-256 |
fd00b416c6c2a1c2c00d4da8b39d84309805cebdd0bc2b827b36cd1af9934f94
|
File details
Details for the file zylib_test-0.0.95-py3-none-any.whl.
File metadata
- Download URL: zylib_test-0.0.95-py3-none-any.whl
- Upload date:
- Size: 222.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d84c7636d75c40b05c1ce89f0b19d6c671aac0197f8bdbd93a990f4b84a59f2a
|
|
| MD5 |
bfc122f98ac453c3385078ecf1a29dac
|
|
| BLAKE2b-256 |
13dcec9da7f0307487f823796f9f1681c60948529729f516008cb820c95e78bb
|