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.
Getting Started
# Please declare it like this.
from zylo_docs.integration import add_zylo_docs
@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
add_zylo_docs(app)
Running 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)
Sign up and sign in zylo
Use zylo-docs ai function
By clicking the magic wand icon in the blue square, you can use Zylo AI to generate descriptions and test cases for your API documentation.
Sharing API docs
Click the Publish button to share your API documentation with anyone you want.
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.49.tar.gz.
File metadata
- Download URL: zylib_test-0.0.49.tar.gz
- Upload date:
- Size: 206.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e15f6e18c5cc98501f1f321d9248eb92a592a9757638dbb33bb7d06941430fab
|
|
| MD5 |
98c82b3035bca51b2cea4b3c4300177d
|
|
| BLAKE2b-256 |
70ed3828de628b9ffcabc554a032e905f5503e227f6ff1986bbbf640d677b77a
|
File details
Details for the file zylib_test-0.0.49-py3-none-any.whl.
File metadata
- Download URL: zylib_test-0.0.49-py3-none-any.whl
- Upload date:
- Size: 210.1 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 |
ba7c4625f4ebe88f713fc8c54e835b07da860c0458afbef8741ba250fb78da89
|
|
| MD5 |
44ba312faf0c0ae6d3f29646e93015f1
|
|
| BLAKE2b-256 |
19cb5d774d5582473391e2095073794c5afe4fd50e02a3831163aaeeab5b5347
|